summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1994-10-25 23:06:16 +0000
committerse <se@FreeBSD.org>1994-10-25 23:06:16 +0000
commit47e036524e483c1aa0079afdc3cc364c015fe50c (patch)
treeaccb2db361ee932b10e950f62b671112b81bdd67 /sys/i386/isa/isa_device.h
parentfaaede6ee58fc2e25697428c70bf4906b9115053 (diff)
downloadFreeBSD-src-47e036524e483c1aa0079afdc3cc364c015fe50c.zip
FreeBSD-src-47e036524e483c1aa0079afdc3cc364c015fe50c.tar.gz
BEWARE: Interface change of register_intr() !
Changed the fifth parameter to register_intr() from u_int mask into u_int *maskptr in preparation for new features (shared interrupts and removable devices, eg. for PCMCIA).
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 8f76a14..8c2fb0b 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.14 1994/10/19 01:59:07 wollman Exp $
+ * $Id: isa_device.h,v 1.15 1994/10/23 21:27:27 wollman Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -132,7 +132,7 @@ void isa_dmastart __P((int, caddr_t, unsigned, unsigned));
int isa_irq_pending __P((struct isa_device *dvp));
int isa_nmi __P((int cd));
int register_intr __P((int intr, int device_id, u_int flags,
- inthand2_t *handler, u_int mask, int unit));
+ inthand2_t *handler, u_int *maskptr, int unit));
int unregister_intr __P((int intr, inthand2_t *handler));
extern int isa_externalize(struct isa_device *, void *, size_t *);
OpenPOWER on IntegriCloud