svn commit: r234911 - head/sys/mips/conf
Adrian Chadd
adrian at FreeBSD.org
Wed May 2 06:19:26 UTC 2012
Author: adrian
Date: Wed May 2 06:19:26 2012
New Revision: 234911
URL: http://svn.freebsd.org/changeset/base/234911
Log:
* 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
Modified:
head/sys/mips/conf/AP96.hints
Modified: head/sys/mips/conf/AP96.hints
==============================================================================
--- head/sys/mips/conf/AP96.hints Wed May 2 06:18:12 2012 (r234910)
+++ head/sys/mips/conf/AP96.hints Wed May 2 06:19:26 2012 (r234911)
@@ -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
More information about the svn-src-head
mailing list