Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/iyonix/conf Pull up revision 1.13 (requested by ...
details: https://anonhg.NetBSD.org/src/rev/8fe65c32c30f
branches: netbsd-3
changeset: 576877:8fe65c32c30f
user: riz <riz%NetBSD.org@localhost>
date: Sun Aug 14 21:13:35 2005 +0000
description:
Pull up revision 1.13 (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/iyonix/conf/GENERIC | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 86b104e07b93 -r 8fe65c32c30f sys/arch/iyonix/conf/GENERIC
--- a/sys/arch/iyonix/conf/GENERIC Sun Aug 14 21:13:34 2005 +0000
+++ b/sys/arch/iyonix/conf/GENERIC Sun Aug 14 21:13:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.8.4.3 2005/07/18 21:12:57 riz Exp $
+# $NetBSD: GENERIC,v 1.8.4.4 2005/08/14 21:13:35 riz Exp $
#
# GENERIC -- Generic kernel
#
@@ -489,6 +489,7 @@
# disk/mass storage pseudo-devices
pseudo-device md 1 # memory disk device (ramdisk)
#pseudo-device vnd 4 # disk-like interface to files
+#options VND_COMPRESSION # compressed vnd(4)
pseudo-device fss 4 # file system snapshot device
# network pseudo-devices
Home |
Main Index |
Thread Index |
Old Index