aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r--drivers/net/tg3.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index 2c5e1b7e1088..673ea314aa18 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -7915,6 +7915,9 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
7915 RDMAC_MODE_FIFOURUN_ENAB | RDMAC_MODE_FIFOOREAD_ENAB | 7915 RDMAC_MODE_FIFOURUN_ENAB | RDMAC_MODE_FIFOOREAD_ENAB |
7916 RDMAC_MODE_LNGREAD_ENAB); 7916 RDMAC_MODE_LNGREAD_ENAB);
7917 7917
7918 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5717)
7919 rdmac_mode |= RDMAC_MODE_MULT_DMA_RD_DIS;
7920
7918 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5784 || 7921 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5784 ||
7919 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785 || 7922 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785 ||
7920 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57780) 7923 GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_57780)