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



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

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

diffs (26 lines):

diff -r a1c0d99ebf0f -r 0cca58a6176d sys/arch/atari/conf/HADES
--- a/sys/arch/atari/conf/HADES Sun Aug 14 21:14:39 2005 +0000
+++ b/sys/arch/atari/conf/HADES Sun Aug 14 21:14:40 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: HADES,v 1.58 2005/02/25 13:52:21 simonb Exp $
+# $NetBSD: HADES,v 1.58.2.1 2005/08/14 21:14:40 riz Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
 #              NetBSD: HADES.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.hades"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -124,6 +124,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