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

Adrian Chadd adrian at FreeBSD.org
Sat Mar 21 06:12:47 UTC 2015


Author: adrian
Date: Sat Mar 21 06:12:46 2015
New Revision: 280316
URL: https://svnweb.freebsd.org/changeset/base/280316

Log:
  Now that the switch PHY fully works, don't limit arge0 to only being up
  if the WAN port is up.
  
  This way I can use it for arbitrary ports/vlans.

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

Modified: head/sys/mips/conf/AP135.hints
==============================================================================
--- head/sys/mips/conf/AP135.hints	Sat Mar 21 06:08:35 2015	(r280315)
+++ head/sys/mips/conf/AP135.hints	Sat Mar 21 06:12:46 2015	(r280316)
@@ -87,7 +87,7 @@ hint.arswitch.0.port.6.rxpause=1
 # 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.phymask=0x0
 hint.arge.0.miimode=3           # RGMII
 hint.arge.0.media=1000
 hint.arge.0.fduplex=1


More information about the svn-src-head mailing list