Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 06:12:47 +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: r280316 - head/sys/mips/conf
Message-ID:  <201503210612.t2L6Cl7H013483@svn.freebsd.org>

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



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