|
@@ -7949,6 +7949,10 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
|
|
(GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5752))
|
|
(GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5752))
|
|
tp->tg3_flags2 |= TG3_FLG2_5705_PLUS;
|
|
tp->tg3_flags2 |= TG3_FLG2_5705_PLUS;
|
|
|
|
|
|
|
|
+ if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750 ||
|
|
|
|
+ GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5752)
|
|
|
|
+ tp->tg3_flags2 |= TG3_FLG2_5750_PLUS;
|
|
|
|
+
|
|
if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750 ||
|
|
if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750 ||
|
|
GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5752)
|
|
GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5752)
|
|
tp->tg3_flags2 |= TG3_FLG2_HW_TSO;
|
|
tp->tg3_flags2 |= TG3_FLG2_HW_TSO;
|