summaryrefslogtreecommitdiffstats
path: root/drivers/rtl8169.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtl8169.c')
-rw-r--r--drivers/rtl8169.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/rtl8169.c b/drivers/rtl8169.c
index 3393ba890a..f9dcf9dc7c 100644
--- a/drivers/rtl8169.c
+++ b/drivers/rtl8169.c
@@ -532,18 +532,6 @@ static void rtl8169_hw_start(struct eth_device *dev)
printf ("%s\n", __FUNCTION__);
#endif
-#if 0
- /* Soft reset the chip. */
- RTL_W8(ChipCmd, CmdReset);
-
- /* Check that the chip has finished the reset. */
- for (i = 1000; i > 0; i--) {
- if ((RTL_R8(ChipCmd) & CmdReset) == 0)
- break;
- else
- udelay(10);
- }
-#endif
RTL_W8(Cfg9346, Cfg9346_Unlock);
RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb);