Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18795
b: refs/heads/master
c: 7892f59
h: refs/heads/master
i:
  18793: 37dc57b
  18791: fe08acd
v: v3
  • Loading branch information
Jeff Kirsher authored and Jeff Garzik committed Jan 17, 2006
1 parent 1760ffe commit 0e05918
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b55ccb356167ed2d2d40b9dc0fe05bbe1a3d6f39
refs/heads/master: 7892f59c5ea86115450293441ca10654168e00da
6 changes: 6 additions & 0 deletions trunk/drivers/net/e1000/e1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -6722,6 +6722,12 @@ 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;
}

Expand Down

0 comments on commit 0e05918

Please sign in to comment.