summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ep.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-06-15 00:43:03 +0000
committernate <nate@FreeBSD.org>1996-06-15 00:43:03 +0000
commite8ea5a7e2f02172fcf0e052d5295867d689607a0 (patch)
treecf700b2b8c3c27bc2819ce6a4ceac3b7549f9589 /sys/i386/isa/if_ep.c
parent17f731985610fb5baa37876f56d652571deed433 (diff)
downloadFreeBSD-src-e8ea5a7e2f02172fcf0e052d5295867d689607a0.zip
FreeBSD-src-e8ea5a7e2f02172fcf0e052d5295867d689607a0.tar.gz
Whoops, I accidentally deleted a necessary ":" which is part of the
parameters to printf() using the "D" format. (Why this even worked on my box during testing I don't know, but as soon as I powered it on/off it quite working.)
Diffstat (limited to 'sys/i386/isa/if_ep.c')
-rw-r--r--sys/i386/isa/if_ep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c
index ad3aa94..3f6c1c8 100644
--- a/sys/i386/isa/if_ep.c
+++ b/sys/i386/isa/if_ep.c
@@ -38,7 +38,7 @@
*/
/*
- * $Id: if_ep.c,v 1.46 1996/06/14 21:28:35 nate Exp $
+ * $Id: if_ep.c,v 1.47 1996/06/14 22:11:35 nate Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -677,7 +677,7 @@ ep_attach(sc)
p[i] = htons(sc->epb->eth_addr[i]);
outw(BASE + EP_W2_ADDR_0 + (i * 2), ntohs(p[i]));
}
- printf(" address %6D\n", sc->arpcom.ac_enaddr);
+ printf(" address %6D\n", sc->arpcom.ac_enaddr, ":");
ifp->if_softc = sc;
ifp->if_unit = sc->unit;
OpenPOWER on IntegriCloud