summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-01-21 14:17:14 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-01-21 14:17:14 +0000
commit8f1f624250a6afebb60634ef3e203eeab8e39e3f (patch)
tree401b928731e8c39774f432e68149e9629e0dd4aa /sys
parenta0afe533cf2648a81487dd10a101d70b2dec3b37 (diff)
typo
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/isadma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isadma.c b/sys/dev/isa/isadma.c
index bb09d9f4959..e86b264063d 100644
--- a/sys/dev/isa/isadma.c
+++ b/sys/dev/isa/isadma.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isadma.c,v 1.17 1998/01/20 18:40:29 niklas Exp $ */
+/* $OpenBSD: isadma.c,v 1.18 1998/01/21 14:17:13 niklas Exp $ */
/* $NetBSD: isadma.c,v 1.32 1997/09/05 01:48:33 thorpej Exp $ */
/*-
@@ -129,7 +129,7 @@ isadmaattach(parent, self, aux)
sz = (i & 4) ? 1 << 17 : 1 << 16;
if ((bus_dmamap_create(sc->sc_dmat, sz, 1, sz, sz,
BUS_DMA_NOWAIT|BUS_DMA_ALLOCNOW, &isadma_dmam[i])) != 0)
- panic("isa_dmastart: can not create DMA map");
+ panic("isadmaattach: can not create DMA map");
}
#endif