aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
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/fxp
parentf1e5dca6e0034b10f2f794201f73226408b3b14b (diff)
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 39a42d0f0607b..d35e7347f7003 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -758,9 +758,6 @@ fxp_attach(device_t dev)
sc->arpcom.ac_enaddr[3] = myea[1] >> 8;
sc->arpcom.ac_enaddr[4] = myea[2] & 0xff;
sc->arpcom.ac_enaddr[5] = myea[2] >> 8;
- device_printf(dev, "Ethernet address %6D%s\n",
- sc->arpcom.ac_enaddr, ":",
- sc->flags & FXP_FLAG_SERIAL_MEDIA ? ", 10Mbps" : "");
if (bootverbose) {
device_printf(dev, "PCI IDs: %04x %04x %04x %04x %04x\n",
pci_get_vendor(dev), pci_get_device(dev),