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.56 (requested by hubertf in t...



details:   https://anonhg.NetBSD.org/src/rev/d4af26ccdf52
branches:  netbsd-3
changeset: 576913:d4af26ccdf52
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Aug 14 21:14:35 2005 +0000

description:
Pull up revision 1.56 (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/acorn32/conf/GENERIC   |  5 +++--
 sys/arch/dreamcast/conf/GENERIC |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 6e4433a9d17d -r d4af26ccdf52 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC     Sun Aug 14 21:14:34 2005 +0000
+++ b/sys/arch/acorn32/conf/GENERIC     Sun Aug 14 21:14:35 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.52.4.1 2005/07/18 21:14:09 riz Exp $
+#      $NetBSD: GENERIC,v 1.52.4.2 2005/08/14 21:14:35 riz Exp $
 #
 #      GENERIC --- NetBSD/acorn32 complete configuration
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.52.4.1 $"
+#ident         "GENERIC-$Revision: 1.52.4.2 $"
 
 # estimated number of users
 maxusers       32
@@ -350,6 +350,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 cgd     4               # cryptographic disk devices
 pseudo-device  raid    8               # RAIDframe disk driver
diff -r 6e4433a9d17d -r d4af26ccdf52 sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Sun Aug 14 21:14:34 2005 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Sun Aug 14 21:14:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.53.4.1 2005/07/18 21:14:09 riz Exp $
+# $NetBSD: GENERIC,v 1.53.4.2 2005/08/14 21:14:35 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -198,6 +198,7 @@
 #pseudo-device cgd             2       # cryptographic disk devices
 pseudo-device  md              1       # memory disk device (ramdisk)
 pseudo-device  vnd             2       # 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