Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf When we do get a working and stable USB...



details:   https://anonhg.NetBSD.org/src/rev/5363a662e13c
branches:  trunk
changeset: 781364:5363a662e13c
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Sep 01 19:05:46 2012 +0000

description:
When we do get a working and stable USB HCD,
we'll want to use usbdevices.config.

diffstat:

 sys/arch/evbarm/conf/RPI |  22 ++++++++--------------
 1 files changed, 8 insertions(+), 14 deletions(-)

diffs (44 lines):

diff -r af174b2aefe4 -r 5363a662e13c sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Sat Sep 01 18:17:49 2012 +0000
+++ b/sys/arch/evbarm/conf/RPI  Sat Sep 01 19:05:46 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.6 2012/09/01 14:50:11 matt Exp $
+#      $NetBSD: RPI,v 1.7 2012/09/01 19:05:46 jakllsch Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -194,6 +194,13 @@
 
 ld*     at sdmmc?
 
+# On-SoC USB 2.0 OTG Controller (as USB host) - some day soon(tm)
+#unimplementedusbhcd* at obio?
+#usb* at unimplementedusbhcd?
+
+# USB device drivers, just as soon as we have something to attach them to
+#include "dev/usb/usbdevices.config"
+
 # various options for wscons - we try to look as much like a standard
 # sun console as possible
 options        WSEMUL_VT100            # sun terminal emulation
@@ -210,19 +217,6 @@
 pseudo-device  wsmux                   # mouse & keyboard multiplexor
 pseudo-device  wsfont
 
-# On-board USB - some day soon(tm)
-#uhub*         at usb?
-#uhub*         at uhub? port ?
-#umass*                at uhub? port ? configuration ? interface ?
-#wd*           at umass?
-#uhidev*               at uhub?
-#ukbd*         at uhidev?
-#ums*          at uhidev?
-#wskbd*                at ukbd?
-#wsmouse*      at ums?
-
-#axe*          at uhub? port ? configuration ? interface ?
-
 # Pseudo-Devices
 
 # disk/mass storage pseudo-devices



Home | Main Index | Thread Index | Old Index