diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-16 13:51:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-16 13:51:01 +0000 |
commit | ee741905f2a4ed58659287faf98610e9bfae4413 (patch) | |
tree | 082f773ced124ace8220470c0387e6c79390d900 | |
parent | ef159de3990ed6db6acb966f54a5770de4f5d89b (diff) |
correct dmesg even more
-rw-r--r-- | sys/arch/powerpc/mac/if_gm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/powerpc/mac/if_gm.c b/sys/arch/powerpc/mac/if_gm.c index 73cc75a60bc..17a6d68e0e4 100644 --- a/sys/arch/powerpc/mac/if_gm.c +++ b/sys/arch/powerpc/mac/if_gm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gm.c,v 1.6 2000/10/16 01:51:08 drahn Exp $ */ +/* $OpenBSD: if_gm.c,v 1.7 2000/10/16 13:51:00 deraadt Exp $ */ /* $NetBSD: if_gm.c,v 1.2 2000/03/04 11:17:00 tsubai Exp $ */ /*- @@ -299,8 +299,7 @@ gmac_attach(parent, self, aux) } #endif /* __OpenBSD__ */ - printf(": %s", intrstr); - printf(": address %s\n", ether_sprintf(laddr)); + printf(": %s, address %s\n", intrstr, ether_sprintf(laddr)); gmac_reset(sc); gmac_init_mac(sc); |