summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-05-02 10:42:19 +0000
committeradrian <adrian@FreeBSD.org>2011-05-02 10:42:19 +0000
commit9ad3a44ea1a98f757016374c4f6addeb4e111699 (patch)
tree30eb00906da04eb5676cb68c7a1849697ebb91f2 /sys/mips
parentaf2313da9792d2c987d02bd754f14828827fd855 (diff)
downloadFreeBSD-src-9ad3a44ea1a98f757016374c4f6addeb4e111699.zip
FreeBSD-src-9ad3a44ea1a98f757016374c4f6addeb4e111699.tar.gz
Add in the work-around for the AR8316 gige switch PHY.
This allows the ethernet to function on the PB92 board. Submitted by: Luiz Otavio O Souza
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/PB92.hints6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/mips/conf/PB92.hints b/sys/mips/conf/PB92.hints
index 9e9b122..014e62f 100644
--- a/sys/mips/conf/PB92.hints
+++ b/sys/mips/conf/PB92.hints
@@ -30,7 +30,11 @@ hint.arge.0.at="nexus0"
hint.arge.0.maddr=0x19000000
hint.arge.0.msize=0x1000
hint.arge.0.irq=2
-hint.arge.0.phymask=0x1
+
+# AR8316 workaround for now
+hint.arge.0.media=1000
+hint.arge.0.fduplex=1
+hint.arge.0.phymask=0x3
# GPIO
hint.gpio.0.at="apb0"
OpenPOWER on IntegriCloud