Module Name:    src
Committed By:   tron
Date:           Tue Jul 19 19:46:38 UTC 2011

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
Build 7th Edition(V7) File System.


To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 src/sys/arch/i386/conf/ALL

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/ALL
diff -u src/sys/arch/i386/conf/ALL:1.311 src/sys/arch/i386/conf/ALL:1.312
--- src/sys/arch/i386/conf/ALL:1.311	Wed Jul 13 07:52:48 2011
+++ src/sys/arch/i386/conf/ALL	Tue Jul 19 19:46:38 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.311 2011/07/13 07:52:48 jruoho Exp $
+# $NetBSD: ALL,v 1.312 2011/07/19 19:46:38 tron Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.311 $"
+#ident 		"ALL-$Revision: 1.312 $"
 
 maxusers	64		# estimated number of users
 
@@ -188,6 +188,7 @@
 file-system 	FILECORE	# Acorn filecore file system
 file-system 	ADOSFS		# AmigaDOS 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
@@ -200,6 +201,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

Reply via email to