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.83 (requested by h...



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

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

diffs (26 lines):

diff -r 1d3b0e2ae2d9 -r 90b2e25ecfa9 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Sun Aug 14 21:14:15 2005 +0000
+++ b/sys/arch/amiga/conf/AMIGA Sun Aug 14 21:14:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: AMIGA,v 1.77.2.1 2005/07/18 21:13:52 riz Exp $
+# $NetBSD: AMIGA,v 1.77.2.2 2005/08/14 21:14:16 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.77.2.1 $"
+#ident                 "GENERIC-$Revision: 1.77.2.2 $"
 
 
 maxusers       8
@@ -476,6 +476,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