Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/sun2/conf Pull up revision 1.43 (requested by hu...
details: https://anonhg.NetBSD.org/src/rev/e3131563639c
branches: netbsd-3
changeset: 576927:e3131563639c
user: riz <riz%NetBSD.org@localhost>
date: Sun Aug 14 21:14:58 2005 +0000
description:
Pull up revision 1.43 (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/sun2/conf/GENERIC | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 5718b457f71d -r e3131563639c sys/arch/sun2/conf/GENERIC
--- a/sys/arch/sun2/conf/GENERIC Sun Aug 14 21:14:56 2005 +0000
+++ b/sys/arch/sun2/conf/GENERIC Sun Aug 14 21:14:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.39.2.1 2005/07/18 21:14:54 riz Exp $
+# $NetBSD: GENERIC,v 1.39.2.2 2005/08/14 21:14:58 riz Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.39.2.1 $"
+#ident "GENERIC-$Revision: 1.39.2.2 $"
# Machines to be supported by this kernel
#options FPU_EMULATE
@@ -275,6 +275,7 @@
pseudo-device pty 32 # pseudo-terminals
#pseudo-device vnd 4 # paging to files
+#options VND_COMPRESSION # compressed vnd(4)
#pseudo-device ccd 4 # concatenated disks
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver
Home |
Main Index |
Thread Index |
Old Index