Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/newsmips/conf Pull up revision 1.80 (requested b...
details: https://anonhg.NetBSD.org/src/rev/8b3dc363fea8
branches: netbsd-3
changeset: 576898:8b3dc363fea8
user: riz <riz%NetBSD.org@localhost>
date: Sun Aug 14 21:14:10 2005 +0000
description:
Pull up revision 1.80 (requested by hubertf in ticket #625):
Add support for reading cloop2 compressed filesystem images,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
diffstat:
sys/arch/newsmips/conf/GENERIC | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r bd70f54d77f0 -r 8b3dc363fea8 sys/arch/newsmips/conf/GENERIC
--- a/sys/arch/newsmips/conf/GENERIC Sun Aug 14 21:14:09 2005 +0000
+++ b/sys/arch/newsmips/conf/GENERIC Sun Aug 14 21:14:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.76.4.1 2005/07/18 21:14:52 riz Exp $
+# $NetBSD: GENERIC,v 1.76.4.2 2005/08/14 21:14:10 riz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.76.4.1 $"
+#ident "GENERIC-$Revision: 1.76.4.2 $"
maxusers 16
@@ -212,6 +212,7 @@
pseudo-device bridge # simple inter-network bridging
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
pseudo-device vnd 4 # disk-like interface to files
+#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 4 # concatenated and striped disks
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
Home |
Main Index |
Thread Index |
Old Index