summaryrefslogtreecommitdiffstats
path: root/sys/dev/tx
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tx')
-rw-r--r--sys/dev/tx/if_tx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c
index 6a6f3c8..b9933b2 100644
--- a/sys/dev/tx/if_tx.c
+++ b/sys/dev/tx/if_tx.c
@@ -391,9 +391,6 @@ epic_attach(dev)
goto fail;
}
- /* Display ethernet address ,... */
- device_printf(dev, "address %6D,", sc->sc_macaddr, ":");
-
/* board type and ... */
printf(" type ");
for(i = 0x2c; i < 0x32; i++) {
OpenPOWER on IntegriCloud