diff options
author | 2011-07-03 21:42:11 +0000 | |
---|---|---|
committer | 2011-07-03 21:42:11 +0000 | |
commit | 0dd1723da7ac9ebd4b04d61c1c8bebaf1614d99d (patch) | |
tree | c44bb0073f3848395f666e7dcbc4feee13ac7da0 /sys/arch/octeon/dev/if_cnmac.c | |
parent | Enable nvt(4). (diff) | |
download | wireguard-openbsd-0dd1723da7ac9ebd4b04d61c1c8bebaf1614d99d.tar.xz wireguard-openbsd-0dd1723da7ac9ebd4b04d61c1c8bebaf1614d99d.zip |
Tweak the dmesg output a bit. From brad@
ok yasuoka@
Diffstat (limited to 'sys/arch/octeon/dev/if_cnmac.c')
-rw-r--r-- | sys/arch/octeon/dev/if_cnmac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/octeon/dev/if_cnmac.c b/sys/arch/octeon/dev/if_cnmac.c index d816308e844..c7fe2c0bf38 100644 --- a/sys/arch/octeon/dev/if_cnmac.c +++ b/sys/arch/octeon/dev/if_cnmac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cnmac.c,v 1.6 2011/07/03 20:26:33 yasuoka Exp $ */ +/* $OpenBSD: if_cnmac.c,v 1.7 2011/07/03 21:42:11 yasuoka Exp $ */ /* * Copyright (c) 2007 Internet Initiative Japan, Inc. @@ -346,7 +346,7 @@ octeon_eth_attach(struct device *parent, struct device *self, void *aux) sc->sc_ip_offset = 0/* XXX */; octeon_eth_board_mac_addr(enaddr, sizeof(enaddr), sc->sc_port); - printf(": Ethernet address %s\n", ether_sprintf(enaddr)); + printf(", address %s\n", ether_sprintf(enaddr)); /* * live lock control notifications. |