Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf add cd9660



details:   https://anonhg.NetBSD.org/src/rev/bce08ce5807a
branches:  trunk
changeset: 772750:bce08ce5807a
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jan 15 00:15:23 2012 +0000

description:
add cd9660

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r e5dcc0493a76 -r bce08ce5807a sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Sat Jan 14 22:56:30 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Sun Jan 15 00:15:23 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.15 2012/01/09 19:25:40 agc Exp $
+# $NetBSD: GENERIC.common,v 1.16 2012/01/15 00:15:23 jmcneill Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.15 $"
+#ident                 "GENERIC-$Revision: 1.16 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -42,6 +42,7 @@
 file-system    PTYFS
 file-system    TMPFS
 file-system    NFS
+file-system    CD9660
 file-system    UDF
 file-system    NILFS
 options                WAPBL



Home | Main Index | Thread Index | Old Index