e1000e: prevent hardware from automatically configuring PHY on I217/I218
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 12 Dec 2012 04:45:51 +0000 (04:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 27 Jan 2013 09:07:35 +0000 (01:07 -0800)
commit6e928b721c73817cd20f7dc7a303b3b7e57bff1d
tree916892b28d2cb8b1ec655fb8f303dd64fdb53849
parent94fb848bf43fae3410639fb2110a783200e9e1da
e1000e: prevent hardware from automatically configuring PHY on I217/I218

As done with the previous generation managed 82579, prevent the PHY from
being put into an unknown state by blocking the hardware from automatically
configuring the PHY as done with the previous generation managed 82579.
Instead, the driver should configure the PHY with contents of the EEPROM
image.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/ich8lan.c