]> git.baikalelectronics.ru Git - kernel.git/commit
tg3: Fix SEEPROM accesses
authorMatt Carlson <mcarlson@broadcom.com>
Mon, 20 Apr 2009 21:52:29 +0000 (14:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Apr 2009 21:52:29 +0000 (14:52 -0700)
commit0da07947faf5f080df9b2277e42d892147f91ed4
tree957317370169cfac5457f684d3ec53822866d550
parent2dcae5b6cbe71a8d6f897e3adc920d944cb60a5f
tg3: Fix SEEPROM accesses

The recent NVRAM patches sanitized how the driver deals with NVRAM
data, but they failed to bring the SEEPROM interfaces inline with
the new strategy.  This patch brings the SEEPROM interfaces up to date.
This patch also reverts commit 0b42398e2c01411d62f1d269ee456ce29c4e737e
("tg3: fix big endian MAC address collection failure").

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Tested-by: Robin Holt <holt@sgi.com>
Tested-by: James Bottomley <james.bottomley@HansenPartnership.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c