summaryrefslogtreecommitdiffstats
path: root/sys/dev/hme
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2004-03-20 20:12:13 +0000
committermdodd <mdodd@FreeBSD.org>2004-03-20 20:12:13 +0000
commitca53b93918141db9fd228e5939bf917800814022 (patch)
tree40deba62500d23e5e27bcb8ad16b4ef5827f9294 /sys/dev/hme
parent2ff0565c54b0c43d465ed104b12895876722f6fb (diff)
downloadFreeBSD-src-ca53b93918141db9fd228e5939bf917800814022.zip
FreeBSD-src-ca53b93918141db9fd228e5939bf917800814022.tar.gz
Let ether_ifattach() announce our MAC address.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'sys/dev/hme')
-rw-r--r--sys/dev/hme/if_hme.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c
index bbb428b..ab62245 100644
--- a/sys/dev/hme/if_hme.c
+++ b/sys/dev/hme/if_hme.c
@@ -261,11 +261,6 @@ hme_config(struct hme_softc *sc)
goto fail_txdesc;
}
- device_printf(sc->sc_dev, "Ethernet address:");
- for (i = 0; i < 6; i++)
- printf("%c%02x", i > 0 ? ':' : ' ', sc->sc_arpcom.ac_enaddr[i]);
- printf("\n");
-
/* Initialize ifnet structure. */
ifp->if_softc = sc;
if_initname(ifp, device_get_name(sc->sc_dev),
OpenPOWER on IntegriCloud