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 54dbe988f5f1..a43ef2b3a530 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -7633,6 +7633,9 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
7633 if (tp->tg3_flags3 & TG3_FLG3_5755_PLUS) 7633 if (tp->tg3_flags3 & TG3_FLG3_5755_PLUS)
7634 val |= WDMAC_MODE_STATUS_TAG_FIX; 7634 val |= WDMAC_MODE_STATUS_TAG_FIX;
7635 7635
7636 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5785)
7637 val |= WDMAC_MODE_BURST_ALL_DATA;
7638
7636 tw32_f(WDMAC_MODE, val); 7639 tw32_f(WDMAC_MODE, val);
7637 udelay(40); 7640 udelay(40);
7638 7641