Module Name:    src
Committed By:   macallan
Date:           Sun Mar  8 17:15:58 UTC 2015

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

Log Message:
add ohci and commented out ehci


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/sys/arch/evbmips/conf/CI20:1.9
--- src/sys/arch/evbmips/conf/CI20:1.8	Sat Mar  7 15:39:57 2015
+++ src/sys/arch/evbmips/conf/CI20	Sun Mar  8 17:15:58 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: CI20,v 1.8 2015/03/07 15:39:57 macallan Exp $
+#	$NetBSD: CI20,v 1.9 2015/03/08 17:15:58 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.8 $"
+#ident 		"CI20-$Revision: 1.9 $"
 
 maxusers	32
 
@@ -145,6 +145,14 @@ apbus0		at mainbus?
 dwctwo* 	at apbus? addr 0x13500000
 #options 	DWC2_DEBUG
 usb* 		at dwctwo?
+
+ohci*		at apbus? addr 0x134a0000
+usb* 		at ohci?
+
+# this one doesn't work yet
+#ehci*		at apbus? addr 0x13490000
+#usb* 		at ehci?
+
 uhub*		at usb?
 uhub*		at uhub? port ?
 #jzgpio* 	at apbus? addr ?

Reply via email to