Module Name:    src
Committed By:   reinoud
Date:           Wed May 15 12:20:04 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: MARVELL_NAS

Log Message:
Add (arbitrary) USB serial port support.
XXX why aren't other classes of USB devices added?


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/conf/MARVELL_NAS

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/evbarm/conf/MARVELL_NAS
diff -u src/sys/arch/evbarm/conf/MARVELL_NAS:1.14 src/sys/arch/evbarm/conf/MARVELL_NAS:1.15
--- src/sys/arch/evbarm/conf/MARVELL_NAS:1.14	Sat Apr 27 22:21:13 2013
+++ src/sys/arch/evbarm/conf/MARVELL_NAS	Wed May 15 12:20:04 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: MARVELL_NAS,v 1.14 2013/04/27 22:21:13 christos Exp $
+#	$NetBSD: MARVELL_NAS,v 1.15 2013/05/15 12:20:04 reinoud Exp $
 #
 #  This configuration supports for generically Marvell NAS.
 
@@ -230,6 +230,10 @@ uhub*	at uhub? port ?
 umass*	at uhub? port ? configuration ? interface ?
 wd*	at umass?
 
+# USB Serial
+uplcom* at uhub? port ?			# I/O DATA USB-RSAQ2 serial adapter
+ucom*   at uplcom? portno ?
+
 
 # Pseudo-Devices
 

Reply via email to