Module Name:    src
Committed By:   kiyohara
Date:           Fri Jan  3 14:40:54 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: OPENBLOCKS_A6

Log Message:
Change wildcard for mvgbe configuration.  Don't attach, if clock was disabled.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbarm/conf/OPENBLOCKS_A6

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/evbarm/conf/OPENBLOCKS_A6
diff -u src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.17 src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.18
--- src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.17	Sat Oct  5 06:14:48 2013
+++ src/sys/arch/evbarm/conf/OPENBLOCKS_A6	Fri Jan  3 14:40:54 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENBLOCKS_A6,v 1.17 2013/10/05 06:14:48 kiyohara Exp $
+#	$NetBSD: OPENBLOCKS_A6,v 1.18 2014/01/03 14:40:54 kiyohara Exp $
 #
 #	OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel
 #
@@ -171,10 +171,8 @@ mvsoc0	at mainbus?
 mvsata* at mvsoc? offset ? irq ?
 
 # On-chip Gigabit Ethernet Controller Interface
-mvgbec0 at mvsoc? offset 0x70000
-mvgbe*	at mvgbec0 port 0 irq ?
-#mvgbec1 at mvsoc? offset 0x74000
-#mvgbe*	at mvgbec1 port 0 irq ?
+mvgbec* at mvsoc? offset ?
+mvgbe*	at mvgbec? port ? irq ?
 makphy* at mii? phy ?
 
 # On-chip USB 2.0 Interface

Reply via email to