summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2004-03-14 07:12:25 +0000
committermdodd <mdodd@FreeBSD.org>2004-03-14 07:12:25 +0000
commit5c1fa8d5da08bb35240d982290838244419adf18 (patch)
tree87e6b83d0a7a379f76cda0a3a657d20a73d4511f /sys/pci/if_xl.c
parent116ff68711c74f9d723d845312cba4d261c081df (diff)
downloadFreeBSD-src-5c1fa8d5da08bb35240d982290838244419adf18.zip
FreeBSD-src-5c1fa8d5da08bb35240d982290838244419adf18.tar.gz
Announce ethernet MAC addresss in ether_ifattach().
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 3076260..939cd20 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -1480,11 +1480,6 @@ xl_attach(dev)
goto fail;
}
- /*
- * A 3Com chip was detected. Inform the world.
- */
- printf("xl%d: Ethernet address: %6D\n", unit, eaddr, ":");
-
sc->xl_unit = unit;
callout_handle_init(&sc->xl_stat_ch);
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
OpenPOWER on IntegriCloud