Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2017 06:09:50 +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: r317871 - head/sys/mips/atheros
Message-ID:  <201705060609.v4669o70083179@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat May  6 06:09:50 2017
New Revision: 317871
URL: https://svnweb.freebsd.org/changeset/base/317871

Log:
  [ar934x] do an ethernet analog reset; apparently some boards don't.
  
  Tested:
  
  * on IOData WN-G300R. may be same as Sitecom WLR-2100.
  
  Submitted by:	Hiroki Mori <yamori813@yahoo.co.jp>
  Differential Revision:	https://reviews.freebsd.org/D10621

Modified:
  head/sys/mips/atheros/ar934x_chip.c

Modified: head/sys/mips/atheros/ar934x_chip.c
==============================================================================
--- head/sys/mips/atheros/ar934x_chip.c	Sat May  6 06:08:44 2017	(r317870)
+++ head/sys/mips/atheros/ar934x_chip.c	Sat May  6 06:09:50 2017	(r317871)
@@ -315,6 +315,10 @@ ar934x_chip_reset_ethernet_switch(void)
 	DELAY(100);
 	ar71xx_device_start(AR934X_RESET_ETH_SWITCH);
 	DELAY(100);
+	ar71xx_device_stop(AR934X_RESET_ETH_SWITCH_ANALOG);
+	DELAY(100);
+	ar71xx_device_start(AR934X_RESET_ETH_SWITCH_ANALOG);
+	DELAY(100);
 }
 
 static void



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