Module Name:    src
Committed By:   tsutsui
Date:           Fri May 20 07:49:31 UTC 2011

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

Log Message:
Enable cd* at atapibus? for some USB CD/DVD drives.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/zaurus/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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.37 src/sys/arch/zaurus/conf/GENERIC:1.38
--- src/sys/arch/zaurus/conf/GENERIC:1.37	Fri May 20 06:26:58 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri May 20 07:49:31 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.37 2011/05/20 06:26:58 tsutsui Exp $
+#	$NetBSD: GENERIC,v 1.38 2011/05/20 07:49:31 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -289,6 +289,15 @@
 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
 uk*	at scsibus? target ? lun ?	# SCSI unknown
 
+# ATAPI bus support
+atapibus* at atapi?
+
+# ATAPI devices
+cd*	at atapibus? drive ?		# ATAPI CD-ROM drives
+#sd*	at atapibus? drive ?		# ATAPI disk drives
+#st*	at atapibus? drive ?		# ATAPI tape drives
+#uk*	at atapibus? drive ?		# ATAPI unknown
+
 # USB audio
 #uaudio* at uhub? port ? configuration ?
 

Reply via email to