diff options
| -rw-r--r-- | sys/dev/ep/if_ep.c | 4 | ||||
| -rw-r--r-- | sys/i386/isa/if_ep.c | 4 |
2 files changed, 4 insertions, 4 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; diff --git a/sys/i386/isa/if_ep.c b/sys/i386/isa/if_ep.c index ad3aa9423268..3f6c1c8df7fd 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; |
