Module Name:    src
Committed By:   phx
Date:           Sat Feb 11 12:31:47 UTC 2012

Modified Files:
        src/sys/arch/sandpoint/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/sandpoint/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sandpoint/conf/GENERIC
diff -u src/sys/arch/sandpoint/conf/GENERIC:1.69 src/sys/arch/sandpoint/conf/GENERIC:1.70
--- src/sys/arch/sandpoint/conf/GENERIC:1.69	Fri Feb 10 21:09:19 2012
+++ src/sys/arch/sandpoint/conf/GENERIC	Sat Feb 11 12:31:47 2012
@@ -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 @@ include 	"arch/sandpoint/conf/std.sandpo
 
 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 @@ scsibus* at umass?
 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
 #

Reply via email to