[Zrouter-src] ZRouter.org: push to ZRouter boards/TPLink/TL-WR1043ND-v1/board....

zrouter-src at zrouter.org zrouter-src at zrouter.org
Sat Mar 17 21:40:46 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/338b04c13dee
changeset: 376:338b04c13dee
user:      Eric Krausser <zrouter at krausser-edv.de>
date:      Sat Mar 17 22:40:40 2012 +0100
description:
Make arge1 work on TL-WR1043ND-v1, approved by ray

diffstat:

 boards/TPLink/TL-WR1043ND-v1/board.hints |  21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r c40b58a07d3e -r 338b04c13dee boards/TPLink/TL-WR1043ND-v1/board.hints
--- a/boards/TPLink/TL-WR1043ND-v1/board.hints	Wed Mar 07 13:15:03 2012 +0200
+++ b/boards/TPLink/TL-WR1043ND-v1/board.hints	Sat Mar 17 22:40:40 2012 +0100
@@ -18,20 +18,23 @@
 hint.ath.0.msize=0x30000
 hint.ath.0.irq=0
 
+# PHY
+hint.miibus.0.phymask=0x00000000
+hint.miibus.1.phymask=0x00000000
 
-# Hard-code the PHY for now, until there's switch phy support.
-hint.arge.0.phymask=0x000c
-hint.arge.0.media=1000
-hint.arge.0.fduplex=1
+hint.floatphy.0.at="miibus0"
+hint.floatphy.0.phyno=0
+hint.floatphy.0.flags=0x00000000
+hint.floatphy.0.speed=1000
+
+hint.floatphy.1.at="miibus1"
+hint.floatphy.1.phyno=0
+hint.floatphy.1.flags=0x00000000
+hint.floatphy.1.speed=1000
 
 # Where is the MAC address stored in flash for this particular unit.
 hint.arge.0.eeprommac=0x1f01fc00
 
-# This isn't used, but configure it anyway.
-# This should eventually just not be configured, but the if then
-# needs to be properly disabled or spurious interrupts occur.
-hint.arge.1.phymask=0x0
-
 # Where the ART is
 hint.ath.0.eepromaddr=0x1fff1000
 


More information about the Zrouter-src mailing list