Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/conf enable ehci, now that it works properly



details:   https://anonhg.NetBSD.org/src/rev/22339041f03b
branches:  trunk
changeset: 812776:22339041f03b
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Jan 02 16:55:46 2016 +0000

description:
enable ehci, now that it works properly

diffstat:

 sys/arch/evbmips/conf/CI20 |  19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r 5cf1189484b9 -r 22339041f03b sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20        Sat Jan 02 16:50:52 2016 +0000
+++ b/sys/arch/evbmips/conf/CI20        Sat Jan 02 16:55:46 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CI20,v 1.18 2015/10/29 00:15:48 mrg Exp $
+#      $NetBSD: CI20,v 1.19 2016/01/02 16:55:46 macallan Exp $
 #
 # MIPS Creator CI20
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "CI20-$Revision: 1.18 $"
+#ident                 "CI20-$Revision: 1.19 $"
 
 maxusers       32
 
@@ -142,12 +142,12 @@
 #wdog0         at mainbus?
 apbus0         at mainbus?
 
-# EFUSE Slave Interface
-efuse*                 at apbus?
-
 # On-chip UARTs
 com*           at apbus?
 
+# EFUSE
+efuse*                 at apbus?
+
 # On-chip USB
 dwctwo*        at apbus?
 #options       DWC2_DEBUG
@@ -157,12 +157,12 @@
 usb*           at ohci?
 
 # this one doesn't work right just yet
-#ehci*         at apbus?
+ehci*          at apbus?
 #options       INGENIC_EHCI_DEBUG
 #options       EHCI_DEBUG
 #options       USBVERBOSE
-#options       USB_DEBUG
-#usb*          at ehci?
+#options       USBHIST
+usb*           at ehci?
 
 # onboard ethernet
 dme*           at apbus?
@@ -220,7 +220,8 @@
 cd*            at scsibus? target ? lun ?      # SCSI CD-ROM drives
 
 # Ethernet
-axe*   at uhub? port ?
+#axe*  at uhub? port ?
+#urtwn*        at uhub? port ?
 
 # Random number generator
 jzrng0 at apbus0



Home | Main Index | Thread Index | Old Index