diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2004-03-14 07:12:25 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2004-03-14 07:12:25 +0000 |
| commit | e3bbbec2cab53ad77b29eb4a4400b2f4aa901929 (patch) | |
| tree | 87e6b83d0a7a379f76cda0a3a657d20a73d4511f /sys/dev/fe | |
| parent | f1e5dca6e0034b10f2f794201f73226408b3b14b (diff) | |
Notes
Diffstat (limited to 'sys/dev/fe')
| -rw-r--r-- | sys/dev/fe/if_fe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index e47fcae85273..c806167a8ae6 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -821,8 +821,7 @@ fe_attach (device_t dev) fe_stop(sc); /* Print additional info when attached. */ - device_printf(dev, "address %6D, type %s%s\n", - sc->sc_enaddr, ":" , sc->typestr, + device_printf(dev, "type %s%s\n", sc->typestr, (sc->proto_dlcr4 & FE_D4_DSC) ? ", full duplex" : ""); if (bootverbose) { int buf, txb, bbw, sbw, ram; |
