summaryrefslogtreecommitdiffstats
path: root/sys/mips/conf
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-05-02 06:19:26 +0000
committeradrian <adrian@FreeBSD.org>2012-05-02 06:19:26 +0000
commit6ec74f5496f2378159b1fa3945459ce198884a5a (patch)
tree7fba3e01cf10b34123c54055b0bc9b2e03d1b857 /sys/mips/conf
parent0d88d07cc7b6176fa9538e02be7ceb3cebd22da0 (diff)
downloadFreeBSD-src-6ec74f5496f2378159b1fa3945459ce198884a5a.zip
FreeBSD-src-6ec74f5496f2378159b1fa3945459ce198884a5a.tar.gz
* Force the ethernet MII configuration to be RGMII
* Populate the "pll_1000" field, which will soon be used to override the PLL configuration from the default value. Obtained from: Linux OpenWRT
Diffstat (limited to 'sys/mips/conf')
-rw-r--r--sys/mips/conf/AP96.hints6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/mips/conf/AP96.hints b/sys/mips/conf/AP96.hints
index e89a1fea..0fca6eb 100644
--- a/sys/mips/conf/AP96.hints
+++ b/sys/mips/conf/AP96.hints
@@ -16,17 +16,17 @@ hint.mdioproxy.1.at="mdio0"
hint.arge.0.phymask=0x0f
hint.arge.0.media=1000
hint.arge.0.fduplex=1
+hint.arge.0.miimode=3 # RGMII
# For now, rendezouvs this on the arge0 mdiobus.
# Later, this will rendezvous via the AR8316 switch.
hint.arge.0.mdio=mdioproxy0
# TODO: RGMII
-# TODO: pll_1000 = 0x1f000000
hint.arge.1.phymask=0x10
-# hint.arge.1.media=1000
-# hint.arge.1.fduplex=1
+hint.arge.1.pll_1000 = 0x1f000000
# For now, rendezouvs this on the arge0 mdiobus.
# Later, this will rendezvous via the AR8316 switch.
+hint.arge.1.miimode=3 # RGMII
hint.arge.1.mdio=mdioproxy1
# ath0 - slot 17
OpenPOWER on IntegriCloud