Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Change wildcard for mvgbe configuration...



details:   https://anonhg.NetBSD.org/src/rev/81f32194211b
branches:  trunk
changeset: 325691:81f32194211b
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Fri Jan 03 14:40:54 2014 +0000

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

diffstat:

 sys/arch/evbarm/conf/OPENBLOCKS_A6 |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r bdd06de02c3a -r 81f32194211b sys/arch/evbarm/conf/OPENBLOCKS_A6
--- a/sys/arch/evbarm/conf/OPENBLOCKS_A6        Fri Jan 03 13:18:00 2014 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_A6        Fri Jan 03 14:40:54 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index