Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add commented out entries for V7FS and V7...



details:   https://anonhg.NetBSD.org/src/rev/b30169f6e551
branches:  trunk
changeset: 768050:b30169f6e551
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Aug 07 10:04:41 2011 +0000

description:
Add commented out entries for V7FS and V7FS Endian Independent support.

diffstat:

 sys/arch/i386/conf/GENERIC   |  6 ++++--
 sys/arch/i386/conf/XEN3_DOMU |  4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (59 lines):

diff -r 1c82f87507b9 -r b30169f6e551 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Aug 07 08:15:56 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Aug 07 10:04:41 2011 +0000
@@ -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
diff -r 1c82f87507b9 -r b30169f6e551 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Sun Aug 07 08:15:56 2011 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Sun Aug 07 10:04:41 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index