Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/sys/arch/hp700/conf Pull up revision 1.49 (requested by h...



details:   https://anonhg.NetBSD.org/src/rev/86b104e07b93
branches:  netbsd-3
changeset: 576876:86b104e07b93
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Aug 14 21:13:34 2005 +0000

description:
Pull up revision 1.49 (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/hp700/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4bb0293135bf -r 86b104e07b93 sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Sun Aug 14 21:13:32 2005 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Sun Aug 14 21:13:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.43.4.2 2005/07/18 21:12:53 riz Exp $
+# $NetBSD: GENERIC,v 1.43.4.3 2005/08/14 21:13:34 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -23,7 +23,7 @@
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-#ident                 "GENERIC-$Revision: 1.43.4.2 $"
+#ident                 "GENERIC-$Revision: 1.43.4.3 $"
 
 maxusers       32              # estimated number of users
 
@@ -536,6 +536,7 @@
 pseudo-device  fss             4       # file system snapshot device
 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