diff options
author | Matt Carlson <mcarlson@broadcom.com> | 2009-04-20 08:58:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-21 10:41:02 +0200 |
commit | 9cf74ebb634fe79587cf9a1d5ff971391dd12e1b (patch) | |
tree | aac181b596720fd60a68732f29514503c18de660 /drivers/net/tg3.h | |
parent | tg3: Allow 5761 WOL and LED fixes to 5761S too (diff) | |
download | linux-9cf74ebb634fe79587cf9a1d5ff971391dd12e1b.tar.xz linux-9cf74ebb634fe79587cf9a1d5ff971391dd12e1b.zip |
tg3: Limit CLKREQ fix to A[01] of 57780 asic rev
This patch restricts the CLKREQ bugfix to the A0 and A1 revisions
of 57780 ASIC rev chips.
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r-- | drivers/net/tg3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h index f1016cb1a89a..b3347c41a1a3 100644 --- a/drivers/net/tg3.h +++ b/drivers/net/tg3.h @@ -95,6 +95,8 @@ #define CHIPREV_ID_5752_A1 0x6001 #define CHIPREV_ID_5714_A2 0x9002 #define CHIPREV_ID_5906_A1 0xc001 +#define CHIPREV_ID_57780_A0 0x57780000 +#define CHIPREV_ID_57780_A1 0x57780001 #define GET_ASIC_REV(CHIP_REV_ID) ((CHIP_REV_ID) >> 12) #define ASIC_REV_5700 0x07 #define ASIC_REV_5701 0x00 |