Module Name:    src
Committed By:   tron
Date:           Tue Feb 28 07:47:50 UTC 2012

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

Log Message:
Add Chip File System.


To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 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.332 src/sys/arch/i386/conf/ALL:1.333
--- src/sys/arch/i386/conf/ALL:1.332	Fri Feb  3 23:37:20 2012
+++ src/sys/arch/i386/conf/ALL	Tue Feb 28 07:47:50 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.332 2012/02/03 23:37:20 christos Exp $
+# $NetBSD: ALL,v 1.333 2012/02/28 07:47:50 tron Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.332 $"
+#ident 		"ALL-$Revision: 1.333 $"
 
 maxusers	64		# estimated number of users
 
@@ -189,6 +189,7 @@ file-system 	FILECORE	# Acorn filecore f
 file-system 	ADOSFS		# AmigaDOS file system
 file-system	NILFS		# experimental - NTT's NiLFS(2)
 file-system	V7FS		# 7th Edition(V7) File System
+file-system	CHFS		# Chip File System
 
 # File system options
 options 	QUOTA		# legacy UFS quotas

Reply via email to