]> 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)
commit9433dddd19918ee5cf2786f47d75b933a98ac524
tree916892b28d2cb8b1ec655fb8f303dd64fdb53849
parent05f059b62e70242490451f6201cd3a0d0e689929
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