Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/next68k/conf Pull up revision 1.90 (requested by...
details: https://anonhg.NetBSD.org/src/rev/7435be24eff2
branches: netbsd-3
changeset: 576929:7435be24eff2
user: riz <riz%NetBSD.org@localhost>
date: Sun Aug 14 21:15:00 2005 +0000
description:
Pull up revision 1.90 (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/next68k/conf/GENERIC | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r be1a9cc92a91 -r 7435be24eff2 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Sun Aug 14 21:14:59 2005 +0000
+++ b/sys/arch/next68k/conf/GENERIC Sun Aug 14 21:15:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.86.2.1 2005/07/18 21:14:05 riz Exp $
+# $NetBSD: GENERIC,v 1.86.2.2 2005/08/14 21:15:00 riz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.86.2.1 $"
+#ident "GENERIC-$Revision: 1.86.2.2 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@@ -250,6 +250,7 @@
pseudo-device pty # pseudo-terminals
pseudo-device vnd 4 # paging to files
+#options VND_COMPRESSION # compressed vnd(4)
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.
Home |
Main Index |
Thread Index |
Old Index