mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-11 14:10:34 +00:00
[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
This commit is contained in:
parent
2f57841ee4
commit
7e2f67b973
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317871
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user