summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2001-04-12 07:51:57 +0000
committerConstantine Sapuntzakis <csapuntz@cvs.openbsd.org>2001-04-12 07:51:57 +0000
commit26a968b0aa83d5e6b78c36900c517e50fc4a2d27 (patch)
treee68b7a9a19e2ea7aafd66ecba724fbfdd9feb827 /sys
parent91a7a0b37b09c2939f21f80c9d82b7324e43c593 (diff)
Call isa_malloc with drq < 4, in case 8-bit DMA channels with more
restrictive boundaries are used
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isa/ad1848.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/ad1848.c b/sys/dev/isa/ad1848.c
index 00154581b1d..8542b2ad56c 100644
--- a/sys/dev/isa/ad1848.c
+++ b/sys/dev/isa/ad1848.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ad1848.c,v 1.20 2000/03/02 23:02:48 mickey Exp $ */
+/* $OpenBSD: ad1848.c,v 1.21 2001/04/12 07:51:56 csapuntz Exp $ */
/* $NetBSD: ad1848.c,v 1.45 1998/01/30 02:02:38 augustss Exp $ */
/*
@@ -1648,7 +1648,7 @@ ad1848_malloc(addr, size, pool, flags)
{
struct ad1848_softc *sc = addr;
- return isa_malloc(sc->sc_isa, 4, size, pool, flags);
+ return isa_malloc(sc->sc_isa, 1, size, pool, flags);
}
void