1
0
Fork 0

e1000: Fix unecessary delay for 82573 controllers

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
hifive-unleashed-5.1
Jeff Kirsher 2006-03-02 18:17:30 -08:00 committed by root
parent 0989aa4316
commit 5b66ba0db8
1 changed files with 0 additions and 6 deletions

View File

@ -6746,12 +6746,6 @@ e1000_get_phy_cfg_done(struct e1000_hw *hw)
break;
}
/* PHY configuration from NVM just starts after EECD_AUTO_RD sets to high.
* Need to wait for PHY configuration completion before accessing NVM
* and PHY. */
if (hw->mac_type == e1000_82573)
msec_delay(25);
return E1000_SUCCESS;
}