diff options
Diffstat (limited to 'drivers/net/ethernet/realtek/r8169.c')
-rw-r--r-- | drivers/net/ethernet/realtek/r8169.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index 28fb50a1e9c3..d36aa7621ad9 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c | |||
@@ -3368,32 +3368,6 @@ static void rtl8411_hw_phy_config(struct rtl8169_private *tp) | |||
3368 | 3368 | ||
3369 | static void rtl8168g_1_hw_phy_config(struct rtl8169_private *tp) | 3369 | static void rtl8168g_1_hw_phy_config(struct rtl8169_private *tp) |
3370 | { | 3370 | { |
3371 | static const u16 mac_ocp_patch[] = { | ||
3372 | 0xe008, 0xe01b, 0xe01d, 0xe01f, | ||
3373 | 0xe021, 0xe023, 0xe025, 0xe027, | ||
3374 | 0x49d2, 0xf10d, 0x766c, 0x49e2, | ||
3375 | 0xf00a, 0x1ec0, 0x8ee1, 0xc60a, | ||
3376 | |||
3377 | 0x77c0, 0x4870, 0x9fc0, 0x1ea0, | ||
3378 | 0xc707, 0x8ee1, 0x9d6c, 0xc603, | ||
3379 | 0xbe00, 0xb416, 0x0076, 0xe86c, | ||
3380 | 0xc602, 0xbe00, 0x0000, 0xc602, | ||
3381 | |||
3382 | 0xbe00, 0x0000, 0xc602, 0xbe00, | ||
3383 | 0x0000, 0xc602, 0xbe00, 0x0000, | ||
3384 | 0xc602, 0xbe00, 0x0000, 0xc602, | ||
3385 | 0xbe00, 0x0000, 0xc602, 0xbe00, | ||
3386 | |||
3387 | 0x0000, 0x0000, 0x0000, 0x0000 | ||
3388 | }; | ||
3389 | u32 i; | ||
3390 | |||
3391 | /* Patch code for GPHY reset */ | ||
3392 | for (i = 0; i < ARRAY_SIZE(mac_ocp_patch); i++) | ||
3393 | r8168_mac_ocp_write(tp, 0xf800 + 2*i, mac_ocp_patch[i]); | ||
3394 | r8168_mac_ocp_write(tp, 0xfc26, 0x8000); | ||
3395 | r8168_mac_ocp_write(tp, 0xfc28, 0x0075); | ||
3396 | |||
3397 | rtl_apply_firmware(tp); | 3371 | rtl_apply_firmware(tp); |
3398 | 3372 | ||
3399 | if (r8168_phy_ocp_read(tp, 0xa460) & 0x0100) | 3373 | if (r8168_phy_ocp_read(tp, 0xa460) & 0x0100) |