Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/conf Include the cd9660 filesystem and cd(4).



details:   https://anonhg.NetBSD.org/src/rev/c53f5c37742f
branches:  trunk
changeset: 499646:c53f5c37742f
user:      scw <scw%NetBSD.org@localhost>
date:      Sat Nov 25 19:21:50 2000 +0000

description:
Include the cd9660 filesystem and cd(4).

diffstat:

 sys/arch/mvme68k/conf/RAMDISK |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 0208b3c85c4e -r c53f5c37742f sys/arch/mvme68k/conf/RAMDISK
--- a/sys/arch/mvme68k/conf/RAMDISK     Sat Nov 25 19:18:46 2000 +0000
+++ b/sys/arch/mvme68k/conf/RAMDISK     Sat Nov 25 19:21:50 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RAMDISK,v 1.5 2000/11/25 19:18:46 scw Exp $
+#      $NetBSD: RAMDISK,v 1.6 2000/11/25 19:21:50 scw Exp $
 
 #
 # RAMDISK: Root/swap on ramdisk
@@ -31,6 +31,7 @@
 file-system    FFS
 file-system    NFS     
 file-system    KERNFS
+file-system    CD9660
 
 # Networking options
 options        INET
@@ -84,3 +85,4 @@
 scsibus*       at ncrsc?
 sd*            at scsibus? target ? lun ?
 st*            at scsibus? target ? lun ?
+cd*            at scsibus? target ? lun ?



Home | Main Index | Thread Index | Old Index