Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2015 22:07:33 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r279792 - head/sys/mips/conf
Message-ID:  <201503082207.t28M7Xqu081401@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503082207.t28M7Xqu081401>