summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-01 07:40:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-08-01 07:40:11 +0000
commit6e103f84823d619ad516937ce742d0da3d646a2e (patch)
treecac249ce2650ca1829be298dc66430cf9a76e3d6
parent61e41f31ae96f1b793b814839c27c5334b313c30 (diff)
squish into one line
-rw-r--r--sys/dev/isa/if_ed.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c
index bef1fcfc4c1..bd73242772d 100644
--- a/sys/dev/isa/if_ed.c
+++ b/sys/dev/isa/if_ed.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ed.c,v 1.30 1997/06/20 20:25:27 mickey Exp $ */
+/* $OpenBSD: if_ed.c,v 1.31 1997/08/01 07:40:10 deraadt Exp $ */
/* $NetBSD: if_ed.c,v 1.105 1996/10/21 22:40:45 thorpej Exp $ */
/*
@@ -496,8 +496,7 @@ ed_pci_attach(parent, self, aux)
ether_ifattach(ifp);
/* Print additional info when attached. */
- printf("\n%s: address %s, ", sc->sc_dev.dv_xname,
- ether_sprintf(sc->sc_arpcom.ac_enaddr));
+ printf(": address %s, ", ether_sprintf(sc->sc_arpcom.ac_enaddr));
if (sc->type_str)
printf("type %s ", sc->type_str);
@@ -1669,8 +1668,7 @@ edattach(parent, self, aux)
ether_ifattach(ifp);
/* Print additional info when attached. */
- printf("\n%s: address %s, ", sc->sc_dev.dv_xname,
- ether_sprintf(sc->sc_arpcom.ac_enaddr));
+ printf(": address %s, ", ether_sprintf(sc->sc_arpcom.ac_enaddr));
if (sc->type_str)
printf("type %s ", sc->type_str);