summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
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/fxp
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/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index ddafbef..1fdf77d 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.8 1996/01/15 10:12:41 davidg Exp $
+ * $Id: if_fxp.c,v 1.9 1996/01/23 21:47:03 se Exp $
*/
/*
@@ -290,8 +290,8 @@ fxp_attach(config_id, unit)
ifp->if_watchdog = fxp_watchdog;
fxp_get_macaddr(sc);
- printf("fxp%d: Ethernet address %s\n", unit,
- ether_sprintf(sc->arpcom.ac_enaddr));
+ printf("fxp%d: Ethernet address %6D\n", unit,
+ sc->arpcom.ac_enaddr, ":");
/*
* Attach the interface.
OpenPOWER on IntegriCloud