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 add ohci and commented out ehci



details:   https://anonhg.NetBSD.org/src/rev/4a222cced50b
branches:  trunk
changeset: 806791:4a222cced50b
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sun Mar 08 17:15:58 2015 +0000

description:
add ohci and commented out ehci

diffstat:

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

diffs (33 lines):

diff -r 51fc37476340 -r 4a222cced50b sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20        Sun Mar 08 17:14:27 2015 +0000
+++ b/sys/arch/evbmips/conf/CI20        Sun Mar 08 17:15:58 2015 +0000
@@ -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 @@
 
 #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 @@
 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 ?



Home | Main Index | Thread Index | Old Index