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 Chip File System.



details:   https://anonhg.NetBSD.org/src/rev/99cf466049d4
branches:  trunk
changeset: 777652:99cf466049d4
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Feb 28 07:47:50 2012 +0000

description:
Add Chip File System.

diffstat:

 sys/arch/i386/conf/ALL |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 73c82db7de61 -r 99cf466049d4 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Tue Feb 28 07:30:30 2012 +0000
+++ b/sys/arch/i386/conf/ALL    Tue Feb 28 07:47:50 2012 +0000
@@ -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 @@
 
 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    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



Home | Main Index | Thread Index | Old Index