diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 23:48:25 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-18 23:48:25 +0000 |
commit | 76067dc38b59d22fa68139e9e0f6387455213fef (patch) | |
tree | a07a31d71b761635bad242646844c4ead9cdbed8 /sys/dev/isa/pas.c | |
parent | 740ab8eb879aa7a6c29f0a9c83c747b8ae4988c9 (diff) |
NetBSD 960317 merge
Diffstat (limited to 'sys/dev/isa/pas.c')
-rw-r--r-- | sys/dev/isa/pas.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isa/pas.c b/sys/dev/isa/pas.c index d2d1bf307be..0d0fe136538 100644 --- a/sys/dev/isa/pas.c +++ b/sys/dev/isa/pas.c @@ -1,5 +1,5 @@ -/* $OpenBSD: pas.c,v 1.7 1996/03/20 01:00:57 mickey Exp $ */ -/* $NetBSD: pas.c,v 1.12 1996/02/16 08:18:34 mycroft Exp $ */ +/* $OpenBSD: pas.c,v 1.8 1996/04/18 23:47:44 niklas Exp $ */ +/* $NetBSD: pas.c,v 1.13 1996/03/01 04:08:43 mycroft Exp $ */ /* * Copyright (c) 1991-1993 Regents of the University of California. @@ -408,7 +408,7 @@ pasforceintr(aux) * it is needed (and you pay the latency). Also, you might * never need the buffer anyway.) */ - at_dma(1, &dmabuf, 1, ia->ia_drq); + at_dma(DMAMODE_READ, &dmabuf, 1, ia->ia_drq); if (pas_wdsp(iobase, SB_DSP_RDMA) == 0) { (void)pas_wdsp(iobase, 0); (void)pas_wdsp(iobase, 0); |