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 do as arm does and get rid of addresse...
details: https://anonhg.NetBSD.org/src/rev/03510d0baf5e
branches: trunk
changeset: 336750:03510d0baf5e
user: macallan <macallan%NetBSD.org@localhost>
date: Tue Mar 17 07:28:18 2015 +0000
description:
do as arm does and get rid of addresses in kernel config
diffstat:
sys/arch/evbmips/conf/CI20 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (42 lines):
diff -r 018d6b1b1f03 -r 03510d0baf5e sys/arch/evbmips/conf/CI20
--- a/sys/arch/evbmips/conf/CI20 Tue Mar 17 07:25:07 2015 +0000
+++ b/sys/arch/evbmips/conf/CI20 Tue Mar 17 07:28:18 2015 +0000
@@ -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 @@
#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 @@
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?
Home |
Main Index |
Thread Index |
Old Index