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 dme at apbus ( onboard ethernet )



details:   https://anonhg.NetBSD.org/src/rev/c9036e100e77
branches:  trunk
changeset: 806835:c9036e100e77
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Mar 10 18:20:20 2015 +0000

description:
add dme at apbus ( onboard ethernet )

diffstat:

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

diffs (39 lines):

diff -r 991dcb1479dc -r c9036e100e77 sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20        Tue Mar 10 18:16:20 2015 +0000
+++ b/sys/arch/evbmips/conf/CI20        Tue Mar 10 18:20:20 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CI20,v 1.9 2015/03/08 17:15:58 macallan Exp $
+#      $NetBSD: CI20,v 1.10 2015/03/10 18:20:20 macallan Exp $
 #
 # MIPS Creator CI20
 #
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "CI20-$Revision: 1.9 $"
+#ident                 "CI20-$Revision: 1.10 $"
 
 maxusers       32
 
@@ -153,13 +153,18 @@
 #ehci*         at apbus? addr 0x13490000
 #usb*          at ehci?
 
-uhub*          at usb?
-uhub*          at uhub? port ?
+# onboard ethernet
+dme*           at apbus? addr 0x16000000
+
 #jzgpio*       at apbus? addr ?
 #gpio*         at jzgpio?
 
 # no RTC!  so fake with a stub (required to prevent evbmips panic)
 
+# USB stuff
+uhub*          at usb?
+uhub*          at uhub? port ?
+
 # USB HID device
 uhidev*        at uhub? port ? configuration ? interface ?
 



Home | Main Index | Thread Index | Old Index