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

Adrian Chadd adrian at FreeBSD.org
Sat Mar 21 06:44:42 UTC 2015


Author: adrian
Date: Sat Mar 21 06:44:41 2015
New Revision: 280320
URL: https://svnweb.freebsd.org/changeset/base/280320

Log:
  Fix the LED configuration so the switch PHY LEDs work fine.
  
  Tested:
  
  * TP-Link TL-WDR3600; yes, by testing all five ethernet ports.
  
  Obtained from:	Linux OpenWRT

Modified:
  head/sys/mips/conf/TL-WDR4300.hints

Modified: head/sys/mips/conf/TL-WDR4300.hints
==============================================================================
--- head/sys/mips/conf/TL-WDR4300.hints	Sat Mar 21 06:18:25 2015	(r280319)
+++ head/sys/mips/conf/TL-WDR4300.hints	Sat Mar 21 06:44:41 2015	(r280320)
@@ -42,10 +42,10 @@ hint.arswitch.0.pad.0.txclk_delay_sel=1
 hint.arswitch.0.pad.0.rxclk_delay_sel=2
 
 # XXX there's no LED management just yet!
-hint.arswitch.0.led.ctrl0=0x00000000
-hint.arswitch.0.led.ctrl1=0xc737c737
+hint.arswitch.0.led.ctrl0=0xc737c737
+hint.arswitch.0.led.ctrl1=0x00000000
 hint.arswitch.0.led.ctrl2=0x00000000
-hint.arswitch.0.led.ctrl3=0x00c30c00
+hint.arswitch.0.led.ctrl3=0x0030c300
 hint.arswitch.0.led.open_drain=0
 
 # force_link=1 is required for the rest of the parameters


More information about the svn-src-head mailing list