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/cs/if_cs.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/dev/cs') diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 44511e8..da8f6b1 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -686,10 +686,6 @@ cs_attach(device_t dev) ether_ifattach(ifp, sc->arpcom.ac_enaddr); - if (bootverbose) - if_printf(ifp, "ethernet address %6D\n", - sc->arpcom.ac_enaddr, ":"); - return (0); } -- cgit v1.1