svn commit: r279792 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Sun Mar 8 22:07:33 UTC 2015


Author: adrian
Date: Sun Mar  8 22:07:32 2015
New Revision: 279792
URL: https://svnweb.freebsd.org/changeset/base/279792

Log:
  Now that if_arge.c handles actual 'locked' media settings, enable
  the WAN port to look like it has its own PHY on PHY4 (port5).

Modified:
  head/sys/mips/conf/AP135.hints

Modified: head/sys/mips/conf/AP135.hints
==============================================================================
--- head/sys/mips/conf/AP135.hints	Sun Mar  8 22:03:54 2015	(r279791)
+++ head/sys/mips/conf/AP135.hints	Sun Mar  8 22:07:32 2015	(r279792)
@@ -83,7 +83,11 @@ hint.arswitch.0.port.6.txpause=1
 hint.arswitch.0.port.6.rxpause=1
 
 # arge0 - hooked up to AR8327 GMAC6, RGMII
-hint.arge.0.phymask=0x0
+# set at 1000/full to the switch.
+# so, lock both sides of this connect up to 1000/full;
+# if_arge thus wont change the PLL configuration
+# upon a link status change.
+hint.arge.0.phymask=0x10
 hint.arge.0.miimode=3           # RGMII
 hint.arge.0.media=1000
 hint.arge.0.fduplex=1


More information about the svn-src-all mailing list