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.85 (requested by hubertf in t...
details: https://anonhg.NetBSD.org/src/rev/c26e287dfcf7
branches: netbsd-3
changeset: 576904:c26e287dfcf7
user: riz <riz%NetBSD.org@localhost>
date: Sun Aug 14 21:14:20 2005 +0000
description:
Pull up revision 1.85 (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/bebox/conf/GENERIC | 5 +++--
sys/arch/cats/conf/GENERIC | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (43 lines):
diff -r 0298ba36de91 -r c26e287dfcf7 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Sun Aug 14 21:14:18 2005 +0000
+++ b/sys/arch/bebox/conf/GENERIC Sun Aug 14 21:14:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.80.2.1 2005/07/18 21:13:59 riz Exp $
+# $NetBSD: GENERIC,v 1.80.2.2 2005/08/14 21:14:20 riz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.80.2.1 $"
+#ident "GENERIC-$Revision: 1.80.2.2 $"
maxusers 32
@@ -110,6 +110,7 @@
#pseudo-device crypto # opencrypto framework
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device vnd 4
+#options VND_COMPRESSION # compressed vnd(4)
pseudo-device loop
pseudo-device bpfilter 8 # packet filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
diff -r 0298ba36de91 -r c26e287dfcf7 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Sun Aug 14 21:14:18 2005 +0000
+++ b/sys/arch/cats/conf/GENERIC Sun Aug 14 21:14:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.77.2.3 2005/07/18 21:13:59 riz Exp $
+# $NetBSD: GENERIC,v 1.77.2.4 2005/08/14 21:14:20 riz Exp $
#
# GENERIC machine description file
#
@@ -557,6 +557,7 @@
#pseudo-device cgd 2 # cryptographic disk devices
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 4 # Berkeley packet filter
Home |
Main Index |
Thread Index |
Old Index