summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
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/usb/if_aue.c
parentf1e5dca6e0034b10f2f794201f73226408b3b14b (diff)
Notes
Diffstat (limited to 'sys/dev/usb/if_aue.c')
-rw-r--r--sys/dev/usb/if_aue.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index 8046bff4343b..cd8c3e61fe99 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -730,11 +730,6 @@ USB_ATTACH(aue)
*/
aue_read_eeprom(sc, (caddr_t)&eaddr, 0, 3, 0);
- /*
- * A Pegasus chip was detected. Inform the world.
- */
- printf("aue%d: Ethernet address: %6D\n", sc->aue_unit, eaddr, ":");
-
bcopy(eaddr, (char *)&sc->arpcom.ac_enaddr, ETHER_ADDR_LEN);
ifp = &sc->arpcom.ac_if;