Module Name:    src
Committed By:   tsutsui
Date:           Sat Jul 31 16:02:11 UTC 2010

Modified Files:
        src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Add atapibus and atapi devices. My USB DVD multi drive requires them.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hpcarm/conf/WZERO3

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.12 src/sys/arch/hpcarm/conf/WZERO3:1.13
--- src/sys/arch/hpcarm/conf/WZERO3:1.12	Sat Jul 31 15:57:30 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Sat Jul 31 16:02:11 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.12 2010/07/31 15:57:30 tsutsui Exp $
+#	$NetBSD: WZERO3,v 1.13 2010/07/31 16:02:11 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.12 $"
+#ident 		"GENERIC-$Revision: 1.13 $"
 
 # estimated number of users
 maxusers	32
@@ -252,6 +252,16 @@
 upgt*	at uhub? port ?		# Intersil PrismGT
 zyd*	at uhub? port ?		# Zydas ZD1211
 
+# ATAPI bus support
+atapibus* at atapi?
+
+# ATAPI devices
+# flags have the same meaning as for IDE drives.
+cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
+sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
+#st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
+uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
+
 # SCSI bus support
 scsibus* at scsi?
 

Reply via email to