diff options
| author | Nate Williams <nate@FreeBSD.org> | 1996-06-15 00:43:03 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1996-06-15 00:43:03 +0000 |
| commit | 771acaaa0a563fb7120e9cfa83a10f62b66c9326 (patch) | |
| tree | cf700b2b8c3c27bc2819ce6a4ceac3b7549f9589 /sys/dev/ep | |
| parent | 664275648a266d5359aa0c041602dc470ecc2908 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index ad3aa9423268..3f6c1c8df7fd 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/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; |
