diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-01-26 09:29:29 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-01-26 09:29:29 +0000 |
| commit | 18b7be40649759a30a679836f0c448a385e0b772 (patch) | |
| tree | 60e789740041241e0b666fa65bdd83de42c3b38a /sys/dev/ep | |
| parent | 7f3b8ca95f29cd532085ad5403044ed79a08cf7c (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 c5016f352c5f..e57334c39c83 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.36 1995/12/10 13:38:41 phk Exp $ + * $Id: if_ep.c,v 1.37 1995/12/15 00:54:11 bde Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -408,7 +408,7 @@ epattach(is) GO_WINDOW(2); outw(BASE + EP_W2_ADDR_0 + (i * 2), ntohs(p[i])); } - printf(" address %s", ether_sprintf(sc->arpcom.ac_enaddr)); + printf(" address %6D", sc->arpcom.ac_enaddr, ":"); /* * Write IRQ value to board |
