e1000/base: synchronize PHY interface on non-ME systems
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Fri, 16 Oct 2015 02:51:18 +0000 (10:51 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 27 Oct 2015 15:20:37 +0000 (16:20 +0100)
commited8ebafe981a66db94420705ffab6590862c3e2f
tree5d236bc1dc405ad50d5e8ae27c4aea6adca59c06
parent6e0ca097b50447273e5c405fecdbf1cd78607138
e1000/base: synchronize PHY interface on non-ME systems

On power up, the MAC - PHY interface needs to be set to PCIe, even if
cable is disconnected.  In ME systems, the ME handles this on exit from
Sx(Sticky mode) state. In non-ME, the driver handles it. Added a check
for non-ME system to the driver code that handles that.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/e1000/base/e1000_ich8lan.c