Source-Changes-HG archive

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

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



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

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

diffs (26 lines):

diff -r d20f5653569a -r fe7f8f6eead0 sys/arch/atari/conf/FALCON
--- a/sys/arch/atari/conf/FALCON        Sun Aug 14 21:13:56 2005 +0000
+++ b/sys/arch/atari/conf/FALCON        Sun Aug 14 21:13:57 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: FALCON,v 1.66 2005/02/25 13:52:21 simonb Exp $
+# $NetBSD: FALCON,v 1.66.2.1 2005/08/14 21:13:57 riz Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: FALCON.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
+#              NetBSD: GENERIC.in,v 1.50 2005/07/07 17:05:47 tron Exp $
 include "arch/atari/conf/std.atari"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -116,6 +116,7 @@
 pseudo-device pty # pseudo-terminals
 pseudo-device loop # Loopback network
 pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
+
 pseudo-device md 3 # Boot memory disk
 
 pseudo-device bpfilter 2 # berkeley packet filters



Home | Main Index | Thread Index | Old Index