Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add some usb devices.



details:   https://anonhg.NetBSD.org/src/rev/ede936330406
branches:  trunk
changeset: 783527:ede936330406
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Dec 27 14:39:39 2012 +0000

description:
Add some usb devices.

diffstat:

 sys/arch/i386/conf/ALL |  15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diffs (57 lines):

diff -r e9c85c6f41f0 -r ede936330406 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Thu Dec 27 14:16:57 2012 +0000
+++ b/sys/arch/i386/conf/ALL    Thu Dec 27 14:39:39 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.349 2012/12/17 20:38:00 mbalmer Exp $
+# $NetBSD: ALL,v 1.350 2012/12/27 14:39:39 skrll Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.349 $"
+#ident                 "ALL-$Revision: 1.350 $"
 
 maxusers       64              # estimated number of users
 
@@ -1210,6 +1210,10 @@
 ums*   at uhidev? reportid ?
 wsmouse* at ums? mux 0
 
+# USB Touchscreens
+uts*   at uhidev? reportid ?
+wsmouse* at uts? mux 0
+
 # USB eGalax touch-panel
 uep*   at uhub? port ?
 wsmouse* at uep? mux 0
@@ -1235,6 +1239,7 @@
 
 # USB LCDs and USB-VGA adaptors
 udl*   at uhub? port ?         # DisplayLink DL-1x0/1x5
+wsdisplay* at udl?
 
 # USB Printer
 ulpt*  at uhub? port ? configuration ? interface ?
@@ -1287,13 +1292,19 @@
 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
+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
 
 # Prolific PL2301/PL2302 host-to-host adapter
 upl*   at uhub? port ?
 
 # Serial adapters
+uark*  at uhub? port ?         # ArkMicroChips 3116 serial adapter
+ucom*  at uark? portno?
+
 ubsa*  at uhub? port ?         # Belkin serial adapter
 ucom*  at ubsa? portno ?
 



Home | Main Index | Thread Index | Old Index