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 Reenable OHCI



details:   https://anonhg.NetBSD.org/src/rev/d55ee27264c9
branches:  trunk
changeset: 789787:d55ee27264c9
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Sep 07 22:52:12 2013 +0000

description:
Reenable OHCI

diffstat:

 sys/arch/evbarm/conf/CUBIEBOARD |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f3b86e7843f4 -r d55ee27264c9 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD   Sat Sep 07 22:51:41 2013 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD   Sat Sep 07 22:52:12 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: CUBIEBOARD,v 1.5 2013/09/07 02:46:26 matt Exp $
+#      $NetBSD: CUBIEBOARD,v 1.6 2013/09/07 22:52:12 matt Exp $
 #
 #      CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -251,9 +251,9 @@
 # On-board USB
 awinusb0       at awinio0 port 0
 awinusb1       at awinio0 port 1
-#ohci*         at awinusb?
+ohci*          at awinusb?
 ehci*          at awinusb?
-#usb*          at ohci?
+usb*           at ohci?
 usb*           at ehci?
 
 # SATA (A20)



Home | Main Index | Thread Index | Old Index