]> bbs.cooldavid.org Git - net-next-2.6.git/commit
igb: Do not overwrite mdicnfg register when accessing 82580 phy
authorAlexander Duyck <alexander.h.duyck@intel.com>
Mon, 22 Mar 2010 14:07:26 +0000 (14:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Mar 2010 01:30:04 +0000 (18:30 -0700)
commit411f557c3accbaa1e2b378d29aeaffffbec39ccc
treed607cf553bb58092b0fdd2f1a1ad84d3d79da2c7
parent33e2bf6aa16061bae1253514e7c32af27d2b4b31
igb: Do not overwrite mdicnfg register when accessing 82580 phy

This change removes the extra configuration we were doing on the mdicnfg
register which should be set by EEPROM and which we should not need to
write again afterwards.  This code was a holdover from some earlier
development work that was being done on a board with an incomplete EEPROM
and is no longer needed now that the production EEPROMs are in place.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/e1000_82575.c