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



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

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

diffs (26 lines):

diff -r 4e191fbdd3d7 -r c7aa6091ced5 sys/arch/atari/conf/BOOT
--- a/sys/arch/atari/conf/BOOT  Sun Aug 14 21:13:42 2005 +0000
+++ b/sys/arch/atari/conf/BOOT  Sun Aug 14 21:13:43 2005 +0000
@@ -1,12 +1,12 @@
 #
-# $NetBSD: BOOT,v 1.61 2005/02/25 13:52:21 simonb Exp $
+# $NetBSD: BOOT,v 1.61.2.1 2005/08/14 21:13:43 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
@@ -62,6 +62,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 view 4 # View (graphics mapping)
 



Home | Main Index | Thread Index | Old Index