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.47 (requested by hubertf in t...
details: https://anonhg.NetBSD.org/src/rev/5029ad092c85
branches: netbsd-3
changeset: 576873:5029ad092c85
user: riz <riz%NetBSD.org@localhost>
date: Sun Aug 14 21:13:29 2005 +0000
description:
Pull up revision 1.47 (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/mipsco/conf/GENERIC | 3 ++-
sys/arch/shark/conf/GENERIC | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (43 lines):
diff -r e033198588c5 -r 5029ad092c85 sys/arch/mipsco/conf/GENERIC
--- a/sys/arch/mipsco/conf/GENERIC Fri Aug 12 07:05:00 2005 +0000
+++ b/sys/arch/mipsco/conf/GENERIC Sun Aug 14 21:13:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.44 2005/02/25 13:46:50 simonb Exp $
+# $NetBSD: GENERIC,v 1.44.2.1 2005/08/14 21:13:29 riz Exp $
#
# GENERIC machine description file
#
@@ -169,6 +169,7 @@
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device bpfilter 16 # Berkeley Packet Filter
#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 cgd 4 # cryptographic disks
#pseudo-device raid 8 # RAIDframe disk driver
diff -r e033198588c5 -r 5029ad092c85 sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC Fri Aug 12 07:05:00 2005 +0000
+++ b/sys/arch/shark/conf/GENERIC Sun Aug 14 21:13:29 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.44.2.1 2005/07/18 21:12:38 riz Exp $
+# $NetBSD: GENERIC,v 1.44.2.2 2005/08/14 21:13:29 riz Exp $
#
# Generic Shark configuration.
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.44.2.1 $"
+#ident "GENERIC-$Revision: 1.44.2.2 $"
# estimated number of users
maxusers 32
@@ -296,6 +296,7 @@
pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
pseudo-device vnd 4 # disk-like interface to files
+#options VND_COMPRESSION # compressed vnd(4)
#pseudo-device ccd 2 # concatenated disk devices
pseudo-device fss 4 # file system snapshot device
#pseudo-device cgd 4 # cryptographic disk devices
Home |
Main Index |
Thread Index |
Old Index