Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 06:44:42 +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: r280320 - head/sys/mips/conf
Message-ID:  <201503210644.t2L6igM4027135@svn.freebsd.org>

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



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