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)
commit62cedd11f63c99efd2962fb69763a09e2778f6e6
tree957317370169cfac5457f684d3ec53822866d550
parentc40af84a6726f63e35740d26f841992e8f31f92c
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 0d489ffb76de0fe804cf06a9d4d11fa7342d74b9
("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