aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-01-24 21:12:23 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-01-24 21:12:23 +0000
commit1ce9bf88c347ae279c1ae9eb425f3feae53dad50 (patch)
tree0421eea4b1ecfb759a27845bf2c1d67cdf1d79c3 /sys/dev/ed
parent120f07833429b4591b35c937b643de8a7968a7d6 (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index d661a451adf3a..35f87407ded19 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.91 1995/12/15 00:54:07 bde Exp $
+ * $Id: if_ed.c,v 1.92 1995/12/15 07:31:40 davidg Exp $
*/
/*
@@ -1465,8 +1465,8 @@ ed_attach(isa_dev)
/*
* Print additional info when attached
*/
- printf("ed%d: address %s, ", isa_dev->id_unit,
- ether_sprintf(sc->arpcom.ac_enaddr));
+ printf("ed%d: address %6D, ", isa_dev->id_unit,
+ sc->arpcom.ac_enaddr, ":");
if (sc->type_str && (*sc->type_str != 0))
printf("type %s ", sc->type_str);