Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/conf Enable file-system CD9660 to make cd(4...



details:   https://anonhg.NetBSD.org/src/rev/04453c6f8add
branches:  trunk
changeset: 325622:04453c6f8add
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jan 01 08:41:52 2014 +0000

description:
Enable file-system CD9660 to make cd(4) actually usable.

diffstat:

 sys/arch/luna68k/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cb797f746dcf -r 04453c6f8add sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC     Wed Jan 01 08:33:31 2014 +0000
+++ b/sys/arch/luna68k/conf/GENERIC     Wed Jan 01 08:41:52 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.109 2013/12/21 17:12:36 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.110 2014/01/01 08:41:52 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.109 $"
+#ident                 "GENERIC-$Revision: 1.110 $"
 
 maxusers       8
 
@@ -79,7 +79,7 @@
 #file-system   LFS             # log-structured file system
 file-system    NFS             # nfs client support
 file-system    MFS
-#file-system   CD9660          # ISO 9660 + Rock Ridge file system
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
 #file-system   MSDOSFS         # MS-DOS FAT file system
 file-system    KERNFS          # /kern
 file-system    PROCFS          # /proc



Home | Main Index | Thread Index | Old Index