]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a073c9a6d3d1353cc8cfc156e39a95e4aa8ae6f
tree916892b28d2cb8b1ec655fb8f303dd64fdb53849
parent73c142f0f4d53100fa286dde5bd710b6074d7324
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