diff options
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index c5c3d2853144..0501fb48a004 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -11992,7 +11992,8 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) | |||
11992 | tp->tg3_flags2 &= ~TG3_FLG2_HW_TSO_2; | 11992 | tp->tg3_flags2 &= ~TG3_FLG2_HW_TSO_2; |
11993 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5784 || | 11993 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5784 || |
11994 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5761 || | 11994 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5761 || |
11995 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57780) | 11995 | tp->pci_chip_rev_id == CHIPREV_ID_57780_A0 || |
11996 | tp->pci_chip_rev_id == CHIPREV_ID_57780_A1) | ||
11996 | tp->tg3_flags3 |= TG3_FLG3_CLKREQ_BUG; | 11997 | tp->tg3_flags3 |= TG3_FLG3_CLKREQ_BUG; |
11997 | } | 11998 | } |
11998 | } else if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785) { | 11999 | } else if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785) { |