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 Add/enable USB



details:   https://anonhg.NetBSD.org/src/rev/d3781b4e13d9
branches:  trunk
changeset: 783820:d3781b4e13d9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 09 22:49:39 2013 +0000

description:
Add/enable USB

diffstat:

 sys/arch/evbarm/conf/RPI |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r e699a032f9cf -r d3781b4e13d9 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Wed Jan 09 22:36:07 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Wed Jan 09 22:49:39 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.16 2013/01/09 01:39:44 jmcneill Exp $
+#      $NetBSD: RPI,v 1.17 2013/01/09 22:49:39 skrll Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -202,12 +202,12 @@
 
 ld*     at sdmmc?
 
-# On-SoC USB 2.0 OTG Controller (as USB host) - some day soon(tm)
-#unimplementedusbhcd* at obio?
-#usb* at unimplementedusbhcd?
+# On-board USB
+dotg*          at obio?
+usb*           at dotg?
 
 # USB device drivers, just as soon as we have something to attach them to
-#include "dev/usb/usbdevices.config"
+include "dev/usb/usbdevices.config"
 
 # Broadcom Serial Control (I2C)
 bsciic* at obio?



Home | Main Index | Thread Index | Old Index