svn commit: r234918 - head/sys/mips/conf
Adrian Chadd
adrian at FreeBSD.org
Wed May 2 07:41:26 UTC 2012
Author: adrian
Date: Wed May 2 07:41:26 2012
New Revision: 234918
URL: http://svn.freebsd.org/changeset/base/234918
Log:
Disable the pll_1000 hint for now, the upcoming work enables it and it
breaks without the switch PHY code.
Modified:
head/sys/mips/conf/AP96.hints
Modified: head/sys/mips/conf/AP96.hints
==============================================================================
--- head/sys/mips/conf/AP96.hints Wed May 2 07:22:58 2012 (r234917)
+++ head/sys/mips/conf/AP96.hints Wed May 2 07:41:26 2012 (r234918)
@@ -23,7 +23,7 @@ hint.arge.0.mdio=mdioproxy0
# TODO: RGMII
hint.arge.1.phymask=0x10
-hint.arge.1.pll_1000 = 0x1f000000
+# 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
More information about the svn-src-head
mailing list