Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/conf Add atapibus and atapi devices. My USB ...
details: https://anonhg.NetBSD.org/src/rev/00a56e3e0d3c
branches: trunk
changeset: 756760:00a56e3e0d3c
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jul 31 16:02:11 2010 +0000
description:
Add atapibus and atapi devices. My USB DVD multi drive requires them.
diffstat:
sys/arch/hpcarm/conf/WZERO3 | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 150662f92a6d -r 00a56e3e0d3c sys/arch/hpcarm/conf/WZERO3
--- a/sys/arch/hpcarm/conf/WZERO3 Sat Jul 31 15:57:30 2010 +0000
+++ b/sys/arch/hpcarm/conf/WZERO3 Sat Jul 31 16:02:11 2010 +0000
@@ -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?
Home |
Main Index |
Thread Index |
Old Index