Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/x68k/conf Pull up revision 1.114 (requested by h...
details: https://anonhg.NetBSD.org/src/rev/6513c4b1a5d5
branches: netbsd-3
changeset: 576910:6513c4b1a5d5
user: riz <riz%NetBSD.org@localhost>
date: Sun Aug 14 21:14:31 2005 +0000
description:
Pull up revision 1.114 (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/x68k/conf/GENERIC | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 3315f34ddbb3 -r 6513c4b1a5d5 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Sun Aug 14 21:14:29 2005 +0000
+++ b/sys/arch/x68k/conf/GENERIC Sun Aug 14 21:14:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.109.2.2 2005/07/18 21:14:08 riz Exp $
+# $NetBSD: GENERIC,v 1.109.2.3 2005/08/14 21:14:31 riz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.109.2.2 $"
+#ident "GENERIC-$Revision: 1.109.2.3 $"
maxusers 8
@@ -426,6 +426,7 @@
## miniroot images, etc.
pseudo-device vnd 4
+#options VND_COMPRESSION # compressed vnd(4)
## Concatenated and striped disks; with this, you can create a software-based
## disk array similar to a "RAID 0" setup. See ccd(4).
Home |
Main Index |
Thread Index |
Old Index