diff options
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r-- | drivers/net/tg3.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 7ff598c9a0ca..7b21b074ced9 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -7951,6 +7951,10 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) | |||
7951 | 7951 | ||
7952 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750 || | 7952 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750 || |
7953 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5752) | 7953 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5752) |
7954 | tp->tg3_flags2 |= TG3_FLG2_5750_PLUS; | ||
7955 | |||
7956 | if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750 || | ||
7957 | GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5752) | ||
7954 | tp->tg3_flags2 |= TG3_FLG2_HW_TSO; | 7958 | tp->tg3_flags2 |= TG3_FLG2_HW_TSO; |
7955 | 7959 | ||
7956 | if (pci_find_capability(tp->pdev, PCI_CAP_ID_EXP) != 0) | 7960 | if (pci_find_capability(tp->pdev, PCI_CAP_ID_EXP) != 0) |