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 commented entries that exist in amd64 GENE...



details:   https://anonhg.NetBSD.org/src/rev/cbba3e22fd74
branches:  trunk
changeset: 834477:cbba3e22fd74
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 13 17:35:31 2018 +0000

description:
- add commented entries that exist in amd64 GENERIC: oboe, mos, umb.
  (XXX: mos might be deleteable now?).
- comment uscanner(4) -- usb scanners use ugen(4) interface.
- minor sort.

diffstat:

 sys/dev/usb/usbdevices.config |  16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diffs (58 lines):

diff -r 178b0ce0a75b -r cbba3e22fd74 sys/dev/usb/usbdevices.config
--- a/sys/dev/usb/usbdevices.config     Mon Aug 13 15:48:21 2018 +0000
+++ b/sys/dev/usb/usbdevices.config     Mon Aug 13 17:35:31 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: usbdevices.config,v 1.31 2017/10/19 23:59:30 jmcneill Exp $
+#      $NetBSD: usbdevices.config,v 1.32 2018/08/13 17:35:31 mrg Exp $
 #
 # This file contains all USB related configuration.
 # It is suitable for inclusion in a kernel config(5) file.
@@ -116,6 +116,10 @@
 irmce* at uhub? port ?
 cir*   at irmce?
 
+# Toshiba Oboe
+#oboe* at pci? dev ? function ?        # broken -- vtophys
+#irframe* at oboe?
+
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 axe*   at uhub? port ?         # ASIX AX88172 based adapters
@@ -123,23 +127,25 @@
 cdce*  at uhub? port ?         # CDC, Ethernet Networking Control Model
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
 kue*   at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
+#mos*  at uhub? port ?         # Moschip MCS7730/MCS7830/MCS7832 based adapters
 udav*  at uhub? port ?         # Davicom DM9601 based adapters
+#umb*  at uhub? port ?         # Mobile Broadband Interface Model (EXPERIMENTAL)
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 urndis*        at uhub? port ?         # Microsoft RNDIS specification
 usmsc* at uhub? port ?         # SMSC95xx based adapters
 
 # USB 802.11 adapters
+athn*  at uhub? port ?         # Atheros AR9002U
 atu*   at uhub? port ?         # Atmel AT76C50XX based adapters
+bwfm*  at uhub? port ?         # Broadcom FullMAC
 otus*  at uhub? port ?         # Atheros AR9001U
-ural*  at uhub? port ?         # Ralink Technology RT2500USB 802.11a/b/g
 rum*   at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
 run*   at uhub? port ?         # Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
 upgt*  at uhub? port ?         # Intersil PrismGT
+ural*  at uhub? port ?         # Ralink Technology RT2500USB 802.11a/b/g
 urtw*  at uhub? port ?         # Realtek RTL8187/RTL8187B 802.11b/g
 urtwn* at uhub? port ?         # Realtek RTL8188CU/RTL8192CU 802.11b/g/n
 zyd*   at uhub? port ?         # Zydas ZD1211
-athn*  at uhub? port ?         # Atheros AR9002U
-bwfm*  at uhub? port ?         # Broadcom FullMAC
 
 # Prolific PL2301/PL2302 host-to-host adapter
 upl*   at uhub? port ?
@@ -200,7 +206,7 @@
 ucom*  at ukyopon? portno ?
 
 # USB scanners
-uscanner* at uhub? port ?
+#uscanner* at uhub? port ?     # Scanners supported via ugen(4) mostly.
 
 # USB scanners that use SCSI emulation, e.g., HP5300
 usscanner* at uhub? port ?



Home | Main Index | Thread Index | Old Index