From 5c1fa8d5da08bb35240d982290838244419adf18 Mon Sep 17 00:00:00 2001 From: mdodd Date: Sun, 14 Mar 2004 07:12:25 +0000 Subject: Announce ethernet MAC addresss in ether_ifattach(). --- sys/dev/cnw/if_cnw.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/cnw') diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c index 6aedca3..801d715 100644 --- a/sys/dev/cnw/if_cnw.c +++ b/sys/dev/cnw/if_cnw.c @@ -1628,8 +1628,6 @@ static int cnw_pccard_attach(device_t dev) bus_space_read_1(sc->sc_memt, sc->sc_memh, sc->sc_memoff + CNW_EREG_PA + i); } - device_printf(dev, "Ethernet address: %6D\n", - sc->arpcom.ac_enaddr, ":"); ifp->if_softc = sc; if_initname(ifp, device_get_name(dev), device_get_unit(dev)); -- cgit v1.1