Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/conf Enable support for USB CD/DVD drives...



details:   https://anonhg.NetBSD.org/src/rev/be00b801fa61
branches:  trunk
changeset: 773635:be00b801fa61
user:      phx <phx%NetBSD.org@localhost>
date:      Fri Feb 10 21:09:19 2012 +0000

description:
Enable support for USB CD/DVD drives. OK releng@.

diffstat:

 sys/arch/sandpoint/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r fa0ae9ad932a -r be00b801fa61 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Fri Feb 10 20:54:11 2012 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Fri Feb 10 21:09:19 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.68 2012/01/23 14:13:51 phx Exp $
+# $NetBSD: GENERIC,v 1.69 2012/02/10 21:09:19 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.68 $"
+#ident                 "GENERIC-$Revision: 1.69 $"
 
 maxusers       32
 
@@ -97,7 +97,7 @@
 file-system    MFS             # memory file system
 file-system    NFS             # Network File System client
 #file-system   NTFS            # Windows/NT file system (experimental)
-#file-system   CD9660          # ISO 9660 + Rock Ridge file system
+file-system    CD9660          # ISO 9660 + Rock Ridge file system
 file-system    MSDOSFS         # MS-DOS file system
 file-system    FDESC           # /dev/fd
 file-system    KERNFS          # /kern
@@ -262,6 +262,7 @@
 
 scsibus* at umass?
 sd*    at scsibus? target ? lun ?      # SCSI disk drives
+cd*    at scsibus? target ? lun ?      # SCSI CD-ROM drives
 
 #
 # Pseudo-Devices



Home | Main Index | Thread Index | Old Index