summaryrefslogtreecommitdiffstats
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-01-26 09:29:29 +0000
committerphk <phk@FreeBSD.org>1996-01-26 09:29:29 +0000
commit2dd896405c74abac2e4fc5b59f6e4c0c8510f53f (patch)
tree60e789740041241e0b666fa65bdd83de42c3b38a /sys/dev/ep
parent8b13b00640349354a34dca6dbab316a65abb70d6 (diff)
downloadFreeBSD-src-2dd896405c74abac2e4fc5b59f6e4c0c8510f53f.zip
FreeBSD-src-2dd896405c74abac2e4fc5b59f6e4c0c8510f53f.tar.gz
The last part of the ether_sprint -> %6D change.
Sorry for the delay. (%D is for hexdumping.)
Diffstat (limited to 'sys/dev/ep')
-rw-r--r--sys/dev/ep/if_ep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index c5016f3..e57334c 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
OpenPOWER on IntegriCloud