|
@@ -11992,7 +11992,8 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
|
|
|
tp->tg3_flags2 &= ~TG3_FLG2_HW_TSO_2;
|
|
|
if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5784 ||
|
|
|
GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5761 ||
|
|
|
- GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57780)
|
|
|
+ tp->pci_chip_rev_id == CHIPREV_ID_57780_A0 ||
|
|
|
+ tp->pci_chip_rev_id == CHIPREV_ID_57780_A1)
|
|
|
tp->tg3_flags3 |= TG3_FLG3_CLKREQ_BUG;
|
|
|
}
|
|
|
} else if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785) {
|