aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2004-03-14 07:12:25 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2004-03-14 07:12:25 +0000
commite3bbbec2cab53ad77b29eb4a4400b2f4aa901929 (patch)
tree87e6b83d0a7a379f76cda0a3a657d20a73d4511f /sys/dev/de
parentf1e5dca6e0034b10f2f794201f73226408b3b14b (diff)
downloadsrc-e3bbbec2cab53ad77b29eb4a4400b2f4aa901929.tar.gz
src-e3bbbec2cab53ad77b29eb4a4400b2f4aa901929.zip
Announce ethernet MAC addresss in ether_ifattach().
Notes
Notes: svn path=/head/; revision=126966
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 b1ea3c41b8d2..c8a4da675d0f 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__)
/*