Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb umass(4) can present both atapibus(4) and scsibu...
details: https://anonhg.NetBSD.org/src/rev/bd108b0b220a
branches: trunk
changeset: 817810:bd108b0b220a
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Sep 10 15:45:15 2016 +0000
description:
umass(4) can present both atapibus(4) and scsibus(4), so attach cd(4), sd(4),
st(4), uk(4) at each.
diffstat:
sys/dev/usb/usbdevices.config | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 90de7ff4ccde -r bd108b0b220a sys/dev/usb/usbdevices.config
--- a/sys/dev/usb/usbdevices.config Sat Sep 10 13:42:11 2016 +0000
+++ b/sys/dev/usb/usbdevices.config Sat Sep 10 15:45:15 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: usbdevices.config,v 1.25 2016/04/23 10:15:32 skrll Exp $
+# $NetBSD: usbdevices.config,v 1.26 2016/09/10 15:45:15 jakllsch Exp $
#
# This file contains all USB related configuration.
# It is suitable for inclusion in a kernel config(5) file.
@@ -75,15 +75,17 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
scsibus* at umass?
-atapibus* at umass?
+cd* at scsibus? target ? lun ?
sd* at scsibus? target ? lun ?
-wd* at umass?
-
+st* at scsibus? target ? lun ?
+uk* at scsibus? target ? lun ?
+atapibus* 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
+wd* at umass?
# USB audio
uaudio* at uhub? port ? configuration ?
Home |
Main Index |
Thread Index |
Old Index