summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/eisa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/eisa/eisa.c')
-rw-r--r--sys/dev/eisa/eisa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisa.c b/sys/dev/eisa/eisa.c
index 9edcedf99f1..6762c7eec8a 100644
--- a/sys/dev/eisa/eisa.c
+++ b/sys/dev/eisa/eisa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: eisa.c,v 1.12 2007/06/25 14:13:40 tom Exp $ */
+/* $OpenBSD: eisa.c,v 1.13 2009/03/29 21:53:52 sthen Exp $ */
/* $NetBSD: eisa.c,v 1.15 1996/10/21 22:31:01 thorpej Exp $ */
/*
@@ -153,7 +153,7 @@ eisaattach(parent, self, aux)
* about it.
*/
if (bus_space_map(iot, slotaddr, EISA_SLOT_SIZE, 0, &slotioh)) {
- printf("%s: can't map I/O space for slot %d\n",
+ printf("%s: can't map i/o space for slot %d\n",
self->dv_xname, slot);
continue;
}