Module Name:    src
Committed By:   macallan
Date:           Sat Jan  2 16:55:46 UTC 2016

Modified Files:
        src/sys/arch/evbmips/conf: CI20

Log Message:
enable ehci, now that it works properly


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbmips/conf/CI20

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/conf/CI20
diff -u src/sys/arch/evbmips/conf/CI20:1.18 src/sys/arch/evbmips/conf/CI20:1.19
--- src/sys/arch/evbmips/conf/CI20:1.18	Thu Oct 29 00:15:48 2015
+++ src/sys/arch/evbmips/conf/CI20	Sat Jan  2 16:55:46 2016
@@ -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 @@ include 	"arch/evbmips/conf/std.ingenic"
 
 #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 @@ cpu0 		at mainbus?
 #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 @@ ohci*		at apbus?
 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 @@ sd*		at scsibus? target ? lun ?	# SCSI d
 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

Reply via email to