Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/0e79dc61094e
branches:  netbsd-3
changeset: 576884:0e79dc61094e
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Aug 14 21:13:44 2005 +0000

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

diffs (26 lines):

diff -r c7aa6091ced5 -r 0e79dc61094e sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Sun Aug 14 21:13:43 2005 +0000
+++ b/sys/arch/amiga/conf/DRACO Sun Aug 14 21:13:44 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.93.2.1 2005/07/18 21:13:07 riz Exp $
+# $NetBSD: DRACO,v 1.93.2.2 2005/08/14 21:13:44 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.93.2.1 $"
+#ident                 "GENERIC-$Revision: 1.93.2.2 $"
 
 
 maxusers       8
@@ -347,6 +347,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



Home | Main Index | Thread Index | Old Index