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 Modify USB entries (still commented out)



details:   https://anonhg.NetBSD.org/src/rev/430dac831279
branches:  trunk
changeset: 781409:430dac831279
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Sep 05 00:08:21 2012 +0000

description:
Modify USB entries (still commented out)

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARDXM |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r fb9dd876d027 -r 430dac831279 sys/arch/evbarm/conf/BEAGLEBOARDXM
--- a/sys/arch/evbarm/conf/BEAGLEBOARDXM        Wed Sep 05 00:07:33 2012 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARDXM        Wed Sep 05 00:08:21 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARDXM,v 1.4 2012/08/23 01:27:24 matt Exp $
+#      $NetBSD: BEAGLEBOARDXM,v 1.5 2012/09/05 00:08:21 matt Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -252,13 +252,15 @@
 prcm*          at obio1 addr 0x48306000 size 0x2000    # PRM Module
 
 # On-board USB
+#ohci*         at obio0 addr 0x48064400 size 0x0400 intr 76
 #ehci*         at obio0 addr 0x48064800 size 0x0400 intr 77
-#ohci*         at obio0 addr 0x48064400 size 0x0400 intr 76
 #usb*          at ohci?
 #usb*          at ehci?
 #uhub*         at usb?
 #uhub*         at uhub? port ?
 #umass*                at uhub? port ? configuration ? interface ?
+#scsibus*      at scsi?
+#sd*           at scsibus? target ? lun ?
 #wd*           at umass?
 #uhidev*               at uhub?
 #ukbd*         at uhidev?



Home | Main Index | Thread Index | Old Index