summaryrefslogtreecommitdiff
path: root/sys/dev/xe
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/xe
parentf1e5dca6e0034b10f2f794201f73226408b3b14b (diff)
Notes
Diffstat (limited to 'sys/dev/xe')
-rw-r--r--sys/dev/xe/if_xe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c
index 169c9f85d9e1..fe8e579f933c 100644
--- a/sys/dev/xe/if_xe.c
+++ b/sys/dev/xe/if_xe.c
@@ -297,7 +297,6 @@ xe_attach (device_t dev)
XE_SELECT_PAGE(0x45);
DEVPRINTF(1, (dev, "CE2 version = 0x%#02x\n", XE_INB(XE_REV)));
}
- device_printf(dev, "Ethernet address %6D\n", scp->arpcom.ac_enaddr, ":");
/* Attach the interface */
ether_ifattach(scp->ifp, scp->arpcom.ac_enaddr);