Module Name:    src
Committed By:   dyoung
Date:           Wed Nov  3 23:24:14 UTC 2010

Modified Files:
        src/sys/arch/i386/conf: ALL

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


To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 src/sys/arch/i386/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.271 src/sys/arch/i386/conf/ALL:1.272
--- src/sys/arch/i386/conf/ALL:1.271	Wed Nov  3 20:10:00 2010
+++ src/sys/arch/i386/conf/ALL	Wed Nov  3 23:24:14 2010
@@ -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 ?
 

Reply via email to