commit | 4e684f59d760a2c7c716bb60190783546e2d08a1 | [log] [tgz] |
---|---|---|
author | Chris J Arges <christopherarges@gmail.com> | Wed Nov 02 09:13:42 2016 -0500 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jan 06 02:18:50 2017 -0800 |
tree | 62574dc4065a1f7c63fb6d01ad5b0547ab0a1e96 | |
parent | c4f9b6e5783c06b0b798091a4dd81c23c7ecfbe7 [diff] |
igb: Workaround for igb i210 firmware issue Sometimes firmware may not properly initialize I347AT4_PAGE_SELECT causing the probe of an igb i210 NIC to fail. This patch adds an addition zeroing of this register during igb_get_phy_id to workaround this issue. Thanks for Jochen Henneberg for the idea and original patch. Signed-off-by: Chris J Arges <christopherarges@gmail.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>