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



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

description:
Pull up revision 1.35 (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/MILAN-ISAIDE |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8b3dc363fea8 -r e50392ae081a sys/arch/atari/conf/MILAN-ISAIDE
--- a/sys/arch/atari/conf/MILAN-ISAIDE  Sun Aug 14 21:14:10 2005 +0000
+++ b/sys/arch/atari/conf/MILAN-ISAIDE  Sun Aug 14 21:14:11 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: MILAN-ISAIDE,v 1.34 2005/02/25 13:52:21 simonb Exp $
+# $NetBSD: MILAN-ISAIDE,v 1.34.2.1 2005/08/14 21:14:11 riz Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
 #
 # Created from:
-#              NetBSD: MILAN.in,v 1.17 2004/11/24 20:49:20 bouyer Exp $
-#              NetBSD: GENERIC.in,v 1.47 2005/02/25 13:46:48 simonb Exp $
+#              NetBSD: MILAN.in,v 1.18 2005/05/31 22:23:52 tron Exp $
+#              NetBSD: GENERIC.in,v 1.50 2005/07/07 17:05:47 tron Exp $
 include "arch/atari/conf/std.milan"
 
 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -120,6 +120,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