Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch Pull up revision 1.37 (requested by hubertf in t...
details: https://anonhg.NetBSD.org/src/rev/1d3b0e2ae2d9
branches: netbsd-3
changeset: 576901:1d3b0e2ae2d9
user: riz <riz%NetBSD.org@localhost>
date: Sun Aug 14 21:14:15 2005 +0000
description:
Pull up revision 1.37 (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/amiga/conf/WSCONS | 5 +++--
sys/arch/i386/conf/GENERIC.MPACPI | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 50b86b409113 -r 1d3b0e2ae2d9 sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS Sun Aug 14 21:14:13 2005 +0000
+++ b/sys/arch/amiga/conf/WSCONS Sun Aug 14 21:14:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: WSCONS,v 1.31.2.1 2005/07/18 21:13:50 riz Exp $
+# $NetBSD: WSCONS,v 1.31.2.2 2005/08/14 21:14:15 riz Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@@ -28,7 +28,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.31.2.1 $"
+#ident "GENERIC-$Revision: 1.31.2.2 $"
maxusers 8
@@ -456,6 +456,7 @@
pseudo-device wsfont # wsfont(4) dynamic font loading support
pseudo-device vnd 4 # vnode pseudo-disks
+#options VND_COMPRESSION # compressed vnd(4)
pseudo-device ccd 4 # concatenated disk devices
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver
diff -r 50b86b409113 -r 1d3b0e2ae2d9 sys/arch/i386/conf/GENERIC.MPACPI
--- a/sys/arch/i386/conf/GENERIC.MPACPI Sun Aug 14 21:14:13 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC.MPACPI Sun Aug 14 21:14:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.MPACPI,v 1.21.4.3 2005/07/18 21:13:47 riz Exp $
+# $NetBSD: GENERIC.MPACPI,v 1.21.4.4 2005/08/14 21:14:15 riz Exp $
#
# GENERIC.MPACPI -- Generic, plus ACPI Multiprocessor support
#
@@ -8,7 +8,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.21.4.3 $"
+#ident "GENERIC-$Revision: 1.21.4.4 $"
maxusers 32 # estimated number of users
@@ -1184,6 +1184,7 @@
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device vnd 4 # disk-like interface to files
+#options VND_COMPRESSION # compressed vnd(4)
# network pseudo-devices
pseudo-device bpfilter 8 # Berkeley packet filter
Home |
Main Index |
Thread Index |
Old Index