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 enable ehci, ohci, and USB device drivers



details:   https://anonhg.NetBSD.org/src/rev/397f0d56f110
branches:  trunk
changeset: 332943:397f0d56f110
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 12 13:08:54 2014 +0000

description:
enable ehci, ohci, and USB device drivers

diffstat:

 sys/arch/evbarm/conf/HUMMINGBIRD_A31 |  30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

diffs (51 lines):

diff -r b6ffed1fee93 -r 397f0d56f110 sys/arch/evbarm/conf/HUMMINGBIRD_A31
--- a/sys/arch/evbarm/conf/HUMMINGBIRD_A31      Sun Oct 12 13:08:12 2014 +0000
+++ b/sys/arch/evbarm/conf/HUMMINGBIRD_A31      Sun Oct 12 13:08:54 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HUMMINGBIRD_A31,v 1.4 2014/10/11 17:35:06 jmcneill Exp $
+#      $NetBSD: HUMMINGBIRD_A31,v 1.5 2014/10/12 13:08:54 jmcneill Exp $
 #
 #      HUMMINGBIRD_A31 - Merrii Hummingbird A31
 #
@@ -220,26 +220,28 @@
 awinac0                at awinio0
 audio0         at awinac0
 
+# 10/100/1000 Ethernet (A10/A20)
+#awge0         at awinio0 port ?
+
 # On-board USB
-#awinusb0      at awinio0 port 0
-#awinusb1      at awinio0 port 1
-#ohci*         at awinusb?
-#ehci*         at awinusb?
-#usb*          at ohci?
-#usb*          at ehci?
+awinusb0       at awinio0 port 0
+awinusb1       at awinio0 port 1
+ohci*          at awinusb?
+ehci*          at awinusb?
+usb*           at ohci?
+usb*           at ehci?
 
 # USB OTG
 #motg0         at awinio0
 #usb*          at motg?
 
-#include "dev/usb/usbdevices.config"
+include "dev/usb/usbdevices.config"
+
+midi*          at midibus?
 
-# 10/100/1000 Ethernet (A10/A20)
-#awge0         at awinio0 port ?
-
-#rlphy*                at mii? phy ?
-#rgephy*       at mii? phy ?
-#ukphy*                at mii? phy ?
+rlphy*         at mii? phy ?
+rgephy*        at mii? phy ?
+ukphy*         at mii? phy ?
 
 # Pseudo-Devices
 



Home | Main Index | Thread Index | Old Index