summaryrefslogtreecommitdiff
path: root/sys/dev/mii/eephy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mii/eephy.c')
-rw-r--r--sys/dev/mii/eephy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mii/eephy.c b/sys/dev/mii/eephy.c
index 3d6ebf558e8..0ac35669e29 100644
--- a/sys/dev/mii/eephy.c
+++ b/sys/dev/mii/eephy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eephy.c,v 1.25 2006/06/01 05:29:09 pascoe Exp $ */
+/* $OpenBSD: eephy.c,v 1.26 2006/06/08 00:27:12 brad Exp $ */
/*
* Principal Author: Parag Patel
* Copyright (c) 2001
@@ -473,7 +473,6 @@ eephy_mii_phy_auto(struct mii_softc *sc, int waitfor)
mii_phy_auto_timeout(sc);
} else if ((sc->mii_flags & MIIF_DOINGAUTO) == 0) {
sc->mii_flags |= MIIF_DOINGAUTO;
- sc->mii_ticks = 0;
timeout_set(&sc->mii_phy_timo, mii_phy_auto_timeout, sc);
timeout_add(&sc->mii_phy_timo, hz / 2);
}