aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-01-26 09:29:29 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-01-26 09:29:29 +0000
commit18b7be40649759a30a679836f0c448a385e0b772 (patch)
tree60e789740041241e0b666fa65bdd83de42c3b38a /sys/dev/fxp
parent7f3b8ca95f29cd532085ad5403044ed79a08cf7c (diff)
Notes
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 ddafbef646a4..1fdf77d98943 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.