summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorPaul de Weerd <weerd@cvs.openbsd.org>2010-11-14 20:38:44 +0000
committerPaul de Weerd <weerd@cvs.openbsd.org>2010-11-14 20:38:44 +0000
commit99d1535a2704232d35d869ca7ce11aed2cbb95e0 (patch)
tree9da555b2c10df26d7e9ba26f65bb0a455af9ed2e /sys/dev/usb
parentcfe75019dcc4021281a2885d9a1f7bc23c502f0f (diff)
Cleanup dmesg a bit, do not print the device name twice when attaching
axe(4).
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_axe.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c
index 053ef1abd3d..13a94acb8c0 100644
--- a/sys/dev/usb/if_axe.c
+++ b/sys/dev/usb/if_axe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_axe.c,v 1.102 2010/10/27 17:51:11 jakemsr Exp $ */
+/* $OpenBSD: if_axe.c,v 1.103 2010/11/14 20:38:43 weerd Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@openbsd.org>
@@ -724,8 +724,6 @@ axe_attach(struct device *parent, struct device *self, void *aux)
s = splnet();
- printf("%s:", sc->axe_dev.dv_xname);
-
/* We need the PHYID for init dance in some cases */
axe_cmd(sc, AXE_CMD_READ_PHYID, 0, 0, (void *)&sc->axe_phyaddrs);