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/ti/if_ti.c | |
| parent | f1e5dca6e0034b10f2f794201f73226408b3b14b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti/if_ti.c')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index d126ef41b65f..46f64aead45c 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -2122,12 +2122,6 @@ ti_attach(dev) goto fail; } - /* - * A Tigon chip was detected. Inform the world. - */ - printf("ti%d: Ethernet address: %6D\n", unit, - sc->arpcom.ac_enaddr, ":"); - /* Allocate the general information block and ring buffers. */ sc->ti_rdata = contigmalloc(sizeof(struct ti_ring_data), M_DEVBUF, M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0); |
