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 Re-enable OHCI since the Exynos5 SoC OH...



details:   https://anonhg.NetBSD.org/src/rev/2be2b8b746af
branches:  trunk
changeset: 332438:2be2b8b746af
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sun Sep 21 15:23:55 2014 +0000

description:
Re-enable OHCI since the Exynos5 SoC OHCI hang has been fixed

diffstat:

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

diffs (22 lines):

diff -r 88335563d361 -r 2be2b8b746af sys/arch/evbarm/conf/ODROID
--- a/sys/arch/evbarm/conf/ODROID       Sun Sep 21 15:22:40 2014 +0000
+++ b/sys/arch/evbarm/conf/ODROID       Sun Sep 21 15:23:55 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ODROID,v 1.10 2014/09/19 14:48:42 reinoud Exp $
+#      $NetBSD: ODROID,v 1.11 2014/09/21 15:23:55 reinoud Exp $
 #
 #      ODROID -- ODROID series Exynos Kernel
 #
@@ -217,9 +217,9 @@
 
 # On-board USB
 exyousb*       at exyo0
-#ohci*         at exyousb?
+ohci*          at exyousb?
 ehci*          at exyousb?
-#usb*          at ohci?
+usb*           at ohci?
 usb*           at ehci?
 
 # Network phy for the LAN9730



Home | Main Index | Thread Index | Old Index