summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
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/dev/de
parent116ff68711c74f9d723d845312cba4d261c081df (diff)
downloadFreeBSD-src-5c1fa8d5da08bb35240d982290838244419adf18.zip
FreeBSD-src-5c1fa8d5da08bb35240d982290838244419adf18.tar.gz
Announce ethernet MAC addresss in ether_ifattach().
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_de.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index b1ea3c4..c8a4da6 100644
--- a/sys/dev/de/if_de.c
+++ b/sys/dev/de/if_de.c
@@ -4784,8 +4784,10 @@ tulip_attach(
sc->tulip_revinfo & 0x0F,
(sc->tulip_features & (TULIP_HAVE_ISVSROM|TULIP_HAVE_OKSROM))
== TULIP_HAVE_ISVSROM ? " (invalid EESPROM checksum)" : "");
+#ifndef __FreeBSD__
printf("%s: address %6D\n",
sc->tulip_xname, sc->tulip_enaddr, ":");
+#endif
#if defined(__alpha__)
/*
OpenPOWER on IntegriCloud