summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-03 07:59:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-03 07:59:42 +0000
commit6edef3c9ab1c6d9154f052164e420a5f601caa6f (patch)
treef313a7db2aa7299a15b5d51c897ccead584fa561 /sys/dev/ic
parent7ff407e1e3b982c7a5ee026d48d5b45437673e2c (diff)
prettier printf messages
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/elink3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c
index 783ad4b1f39..f1cd49a7229 100644
--- a/sys/dev/ic/elink3.c
+++ b/sys/dev/ic/elink3.c
@@ -107,7 +107,6 @@ epconfig(sc, conn)
struct ifnet *ifp = &sc->sc_arpcom.ac_if;
sc->ep_connectors = 0;
- printf("%s: ", sc->sc_dev.dv_xname);
if (conn & IS_AUI) {
printf("aui");
sc->ep_connectors |= AUI;