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 Add support for ATAPI CD/DVD drives ...



details:   https://anonhg.NetBSD.org/src/rev/24037417af15
branches:  trunk
changeset: 773644:24037417af15
user:      phx <phx%NetBSD.org@localhost>
date:      Sat Feb 11 12:31:47 2012 +0000

description:
Add support for ATAPI CD/DVD drives as well.

diffstat:

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

diffs (28 lines):

diff -r 20b1eb4ea34d -r 24037417af15 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Sat Feb 11 07:27:25 2012 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Sat Feb 11 12:31:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.69 2012/02/10 21:09:19 phx Exp $
+# $NetBSD: GENERIC,v 1.70 2012/02/11 12:31:47 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.69 $"
+#ident                 "GENERIC-$Revision: 1.70 $"
 
 maxusers       32
 
@@ -264,6 +264,9 @@
 sd*    at scsibus? target ? lun ?      # SCSI disk drives
 cd*    at scsibus? target ? lun ?      # SCSI CD-ROM drives
 
+atapibus* at atapi?
+cd*    at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
+
 #
 # Pseudo-Devices
 #



Home | Main Index | Thread Index | Old Index