summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-24 18:05:22 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-24 18:05:22 +0000
commit5bfd5a5b069d326bf9f0ccbba5f588f8e7ea511e (patch)
tree9555b2080f41dee66069a26038c442fae5828141 /sys/i386/isa/isa_device.h
parentf3f46f09969d99dfb46b6137951fdfe64c541ddf (diff)
downloadFreeBSD-src-5bfd5a5b069d326bf9f0ccbba5f588f8e7ea511e.zip
FreeBSD-src-5bfd5a5b069d326bf9f0ccbba5f588f8e7ea511e.tar.gz
Fix a difference between the declaration & definition of isa_dmastatus().
Submitted by: Chuck Robey <chuckr@glue.umd.edu>
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index a0557fd..29a3d12 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.43 1997/07/20 12:34:15 bde Exp $
+ * $Id: isa_device.h,v 1.44 1997/07/24 05:27:40 msmith Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -117,7 +117,7 @@ void isa_dmainit __P((int chan, u_int bouncebufsize));
void isa_dmastart __P((int flags, caddr_t addr, u_int nbytes, int chan));
int isa_dma_acquire __P((int chan));
void isa_dma_release __P((int chan));
-void isa_dmastatus __P((int chan));
+int isa_dmastatus __P((int chan));
void reconfig_isadev __P((struct isa_device *isdp, u_int *mp));
#endif /* KERNEL */
OpenPOWER on IntegriCloud