summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-06-12 02:23:06 +0000
committermarius <marius@FreeBSD.org>2004-06-12 02:23:06 +0000
commit0977dca0856b5fbb12ceeb1767bd43ff3a449f35 (patch)
treec917ca75e843c9047bbf6f86ed801bbcf8d6c4b2 /sys/dev/hme
parent688a18235fc4d7ab8f3ced2fb05efdc7ff503b4c (diff)
downloadFreeBSD-src-0977dca0856b5fbb12ceeb1767bd43ff3a449f35.zip
FreeBSD-src-0977dca0856b5fbb12ceeb1767bd43ff3a449f35.tar.gz
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...
Diffstat (limited to 'sys/dev/hme')
-rw-r--r--sys/dev/hme/if_hme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c
index 0eda862..cd9e617 100644
--- a/sys/dev/hme/if_hme.c
+++ b/sys/dev/hme/if_hme.c
@@ -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);
OpenPOWER on IntegriCloud