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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index a0ab89eb8bcc..3e893231fef3 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -7654,6 +7654,11 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
7654 val | TG3_PCIE_PL_LO_PHYCTL5_DIS_L2CLKREQ); 7654 val | TG3_PCIE_PL_LO_PHYCTL5_DIS_L2CLKREQ);
7655 7655
7656 tw32(GRC_MODE, grc_mode); 7656 tw32(GRC_MODE, grc_mode);
7657
7658 val = tr32(TG3_CPMU_LSPD_10MB_CLK);
7659 val &= ~CPMU_LSPD_10MB_MACCLK_MASK;
7660 val |= CPMU_LSPD_10MB_MACCLK_6_25;
7661 tw32(TG3_CPMU_LSPD_10MB_CLK, val);
7657 } 7662 }
7658 7663
7659 /* This works around an issue with Athlon chipsets on 7664 /* This works around an issue with Athlon chipsets on