diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2004-03-14 07:12:25 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2004-03-14 07:12:25 +0000 |
| commit | e3bbbec2cab53ad77b29eb4a4400b2f4aa901929 (patch) | |
| tree | 87e6b83d0a7a379f76cda0a3a657d20a73d4511f /sys/dev/ep | |
| parent | f1e5dca6e0034b10f2f794201f73226408b3b14b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index fb64844ab230..4f25457de8a2 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -287,9 +287,6 @@ ep_attach(struct ep_softc *sc) for (i = 0; i < 3; i++) CSR_WRITE_2(sc, EP_W2_ADDR_0 + (i * 2), ntohs(p[i])); - device_printf(sc->dev, "Ethernet address %6D\n", - sc->arpcom.ac_enaddr, ":"); - ifp = &sc->arpcom.ac_if; attached = (ifp->if_softc != 0); |
