linux/drivers/net/e1000e
Auke Kok 369d742def e1000e: don't poke PHY registers to retreive link status
Apparently poking the link status registers when autonegotiation
is running on the PHY might botch the PHY link on 80003es2lan
devices. While this is a very rare condition we can completely
avoid it alltogether by just using the MAC link bits to provide
the proper information to ethtool.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-10-16 21:10:27 -04:00
..
82571.c
Makefile
defines.h
e1000.h
es2lan.c
ethtool.c e1000e: don't poke PHY registers to retreive link status 2007-10-16 21:10:27 -04:00
hw.h e1000e: Fix debug printk macro 2007-10-16 21:10:27 -04:00
ich8lan.c
lib.c e1000e: restore flow control settings properly 2007-10-10 16:55:25 -07:00
netdev.c e1000e: restore flow control settings properly 2007-10-10 16:55:25 -07:00
param.c
phy.c