summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-07-28 20:38:58 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-07-28 20:38:58 +0000
commit053502813bdd35510e5daf0307ead44cf0774492 (patch)
tree1b154a70a8ca110b55e4c80150fc56b3680380ee /sys
parenta9ee33f718f24257251d6a6502bf90ec06a3f06d (diff)
make dmesg printing look a little bit nicer.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/mfi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mfi.c b/sys/dev/ic/mfi.c
index 7a272730463..abcb6e261bb 100644
--- a/sys/dev/ic/mfi.c
+++ b/sys/dev/ic/mfi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mfi.c,v 1.62 2006/06/19 21:49:44 marco Exp $ */
+/* $OpenBSD: mfi.c,v 1.63 2006/07/28 20:38:57 brad Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -649,7 +649,7 @@ mfi_attach(struct mfi_softc *sc)
goto noinit;
}
- printf("%s: logical drives %d version %s RAM %dMB\n",
+ printf("%s: logical drives %d, version %s, %dMB RAM\n",
DEVNAME(sc),
sc->sc_info.mci_lds_present,
sc->sc_info.mci_package_version,