Module Name:    src
Committed By:   macallan
Date:           Tue Mar 10 18:20:20 UTC 2015

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

Log Message:
add dme at apbus ( onboard ethernet )


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/sys/arch/evbmips/conf/CI20:1.10
--- src/sys/arch/evbmips/conf/CI20:1.9	Sun Mar  8 17:15:58 2015
+++ src/sys/arch/evbmips/conf/CI20	Tue Mar 10 18:20:20 2015
@@ -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 @@ include 	"arch/evbmips/conf/std.ingenic"
 
 #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 @@ usb* 		at ohci?
 #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 ?
 

Reply via email to