Back out 1.23 until I figure out why it causes Netra t1 100 to no longer

pass any traffic. Unfortunately this means no full-duplex link with auto-
negotiation on hme(4) using DP83840A PHYs again.
I really thought I had tested this also on a Netra t1 100...
This commit is contained in:
Marius Strobl 2004-06-12 02:23:06 +00:00
parent 6d43605d86
commit 093caf3332

View File

@ -819,7 +819,7 @@ hme_init(void *xsc)
#endif
/* Set the current media. */
mii_mediachg(sc->sc_mii);
/* mii_mediachg(sc->sc_mii); */
/* Start the one second timer. */
callout_reset(&sc->sc_tick_ch, hz, hme_tick, sc);