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 to ALL some USB drivers that are neve...



details:   https://anonhg.NetBSD.org/src/rev/acccc7f0fcb9
branches:  trunk
changeset: 758392:acccc7f0fcb9
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Nov 03 23:24:14 2010 +0000

description:
Add to ALL some USB drivers that are never compiled, otherwise:
moscom(4), uark(4), uhmodem(4), uyurex(4).

diffstat:

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

diffs (43 lines):

diff -r fe2d89976a64 -r acccc7f0fcb9 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Wed Nov 03 22:59:40 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Wed Nov 03 23:24:14 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.271 2010/11/03 20:10:00 christos Exp $
+# $NetBSD: ALL,v 1.272 2010/11/03 23:24:14 dyoung 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.271 $"
+#ident                 "ALL-$Revision: 1.272 $"
 
 maxusers       64              # estimated number of users
 
@@ -1197,6 +1197,8 @@
 uep*   at uhub? port ?
 wsmouse* at uep? mux 0
 
+uyurex*        at uhidev? reportid ?
+
 # USB Keyboards
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ? mux 1
@@ -1291,6 +1293,15 @@
 uvscom* at uhub? port ?        # SUNTAC Slipper U VS-10U serial adapter
 ucom*  at uvscom? portno ?
 
+uark* at uhub? port ?
+ucom*  at uark? portno ?
+
+moscom* at uhub? port ?
+ucom*  at moscom? portno ?
+
+uhmodem* at uhub?
+ucom*  at uhmodem? portno ?
+
 # RIM BlackBerry
 uberry* at uhub? port ?
 



Home | Main Index | Thread Index | Old Index