summaryrefslogtreecommitdiff
path: root/sys/dev/ic/re.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-02-25 08:00:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-02-25 08:00:07 +0000
commitaa81de1e3a990f66f9798e6cb0603b75af15bedb (patch)
tree7ca7233212cfec7c6598e2b21cc7ab9ee1691a79 /sys/dev/ic/re.c
parentf9d452cedc668832d72cf7a5467258cc57934a23 (diff)
dmesg should look like devN at busN locators: device info
the locators are printed by the bus drivers, rest by the device's driver.
Diffstat (limited to 'sys/dev/ic/re.c')
-rw-r--r--sys/dev/ic/re.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c
index 34fa0875d93..0f1a5b28cc9 100644
--- a/sys/dev/ic/re.c
+++ b/sys/dev/ic/re.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: re.c,v 1.67 2007/02/15 18:42:53 jason Exp $ */
+/* $OpenBSD: re.c,v 1.68 2007/02/25 08:00:06 deraadt Exp $ */
/* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */
/*
* Copyright (c) 1997, 1998-2003
@@ -876,11 +876,11 @@ re_attach(struct rl_softc *sc, const char *intrstr)
}
if (re_name == NULL)
- printf(", unknown ASIC (0x%04x)", hwrev >> 16);
+ printf(": unknown ASIC (0x%04x)", hwrev >> 16);
else
- printf(", %s (0x%04x)", re_name, hwrev >> 16);
+ printf(": %s (0x%04x)", re_name, hwrev >> 16);
- printf(": %s, address %s\n", intrstr,
+ printf(", %s, address %s\n", intrstr,
ether_sprintf(sc->sc_arpcom.ac_enaddr));
if (sc->rl_ldata.rl_tx_desc_cnt >