Module Name: src
Committed By: tron
Date: Sun Aug 7 10:04:42 UTC 2011
Modified Files:
src/sys/arch/i386/conf: GENERIC XEN3_DOMU
Log Message:
Add commented out entries for V7FS and V7FS Endian Independent support.
To generate a diff of this commit:
cvs rdiff -u -r1.1041 -r1.1042 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/i386/conf/XEN3_DOMU
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1041 src/sys/arch/i386/conf/GENERIC:1.1042
--- src/sys/arch/i386/conf/GENERIC:1.1041 Sat Jul 23 21:12:58 2011
+++ src/sys/arch/i386/conf/GENERIC Sun Aug 7 10:04:41 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1041 2011/07/23 21:12:58 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.1042 2011/08/07 10:04:41 tron Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1041 $"
+#ident "GENERIC-$Revision: 1.1042 $"
maxusers 64 # estimated number of users
@@ -186,6 +186,7 @@
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
#file-system HFS # experimental - Apple HFS+ (read-only)
#file-system NILFS # experimental - NTT's NiLFS(2)
+#file-system V7FS # 7th Edition(V7) File System
# File system options
#options QUOTA # legacy UFS quotas
@@ -197,6 +198,7 @@
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
+#options V7FS_EI # V7FS Endian Independent support
# Networking options
#options GATEWAY # packet forwarding
Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.35 src/sys/arch/i386/conf/XEN3_DOMU:1.36
--- src/sys/arch/i386/conf/XEN3_DOMU:1.35 Sat May 28 13:01:50 2011
+++ src/sys/arch/i386/conf/XEN3_DOMU Sun Aug 7 10:04:41 2011
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.35 2011/05/28 13:01:50 ryo Exp $
+# $NetBSD: XEN3_DOMU,v 1.36 2011/08/07 10:04:41 tron Exp $
include "arch/xen/conf/std.xen"
@@ -104,6 +104,7 @@
file-system PTYFS # /dev/pts/N support
file-system TMPFS # Efficient memory file-system
file-system NILFS # experimental - NTT's NiLFS(2)
+#file-system V7FS # 7th Edition(V7) File System
# File system options
options QUOTA # legacy UFS quotas
@@ -115,6 +116,7 @@
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
+#options V7FS_EI # V7FS Endian Independent support
# Networking options
#options GATEWAY # packet forwarding