Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add



details:   https://anonhg.NetBSD.org/src/rev/9fa95146277f
branches:  trunk
changeset: 784669:9fa95146277f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 05 11:56:41 2013 +0000

description:
Add
         atapibus* at umass?
and attachments. I have an mp3 player/flash disk that attaches this way.

diffstat:

 sys/dev/usb/usbdevices.config |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r adf1fd87b6ad -r 9fa95146277f sys/dev/usb/usbdevices.config
--- a/sys/dev/usb/usbdevices.config     Tue Feb 05 11:36:17 2013 +0000
+++ b/sys/dev/usb/usbdevices.config     Tue Feb 05 11:56:41 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: usbdevices.config,v 1.20 2013/01/13 01:15:02 jakllsch Exp $
+#      $NetBSD: usbdevices.config,v 1.21 2013/02/05 11:56:41 skrll Exp $
 #
 # This file contains all USB related configuration.
 # It is suitable for inclusion in a kernel config(5) file.
@@ -75,9 +75,16 @@
 # USB Mass Storage
 umass* at uhub? port ? configuration ? interface ?
 scsibus* at umass?
+atapibus* at umass?
 sd*    at scsibus? target ? lun ?
 wd*    at umass?
 
+# 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
+
 # USB audio
 uaudio*        at uhub? port ? configuration ?
 uaudio* at usbifif?



Home | Main Index | Thread Index | Old Index