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:
parent
6d43605d86
commit
093caf3332
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user