Module Name:    src
Committed By:   macallan
Date:           Tue Mar 17 07:28:18 UTC 2015

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

Log Message:
do as arm does and get rid of addresses in kernel config


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/sys/arch/evbmips/conf/CI20:1.11
--- src/sys/arch/evbmips/conf/CI20:1.10	Tue Mar 10 18:20:20 2015
+++ src/sys/arch/evbmips/conf/CI20	Tue Mar 17 07:28:18 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: CI20,v 1.10 2015/03/10 18:20:20 macallan Exp $
+#	$NetBSD: CI20,v 1.11 2015/03/17 07:28:18 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.10 $"
+#ident 		"CI20-$Revision: 1.11 $"
 
 maxusers	32
 
@@ -142,19 +142,19 @@ com*		at mainbus?
 apbus0		at mainbus?
 
 # On-board USB
-dwctwo* 	at apbus? addr 0x13500000
+dwctwo* 	at apbus?
 #options 	DWC2_DEBUG
 usb* 		at dwctwo?
 
-ohci*		at apbus? addr 0x134a0000
+ohci*		at apbus?
 usb* 		at ohci?
 
 # this one doesn't work yet
-#ehci*		at apbus? addr 0x13490000
+#ehci*		at apbus?
 #usb* 		at ehci?
 
 # onboard ethernet
-dme*		at apbus? addr 0x16000000
+dme*		at apbus?
 
 #jzgpio* 	at apbus? addr ?
 #gpio*		at jzgpio?

Reply via email to