summaryrefslogtreecommitdiffstats
path: root/sys/isa/isavar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-21 07:26:30 +0000
committerpeter <peter@FreeBSD.org>1999-04-21 07:26:30 +0000
commitfa628c268c2d531552037f05699c06959d9618e6 (patch)
tree139882de7181a80226508d0a7c0f4695f2639ae0 /sys/isa/isavar.h
parent47b96f90c086096cb12e76442461d4da895e207b (diff)
downloadFreeBSD-src-fa628c268c2d531552037f05699c06959d9618e6.zip
FreeBSD-src-fa628c268c2d531552037f05699c06959d9618e6.tar.gz
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
Interrupts under the new scheme are managed by the i386 nexus with the awareness of the resource manager. There is further room for optimizing the interfaces still. All the users of register_intr()/intr_create() should be gone, with the exception of pcic and i386/isa/clock.c.
Diffstat (limited to 'sys/isa/isavar.h')
-rw-r--r--sys/isa/isavar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h
index 21447b6..f1eb25c 100644
--- a/sys/isa/isavar.h
+++ b/sys/isa/isavar.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: isavar.h,v 1.2 1998/11/15 18:25:17 dfr Exp $
+ * $Id: isavar.h,v 1.3 1999/04/16 21:22:34 peter Exp $
*/
#define ISA_NPORT_IVARS 2
@@ -53,8 +53,8 @@ enum isa_device_ivars {
ISA_IVAR_DRQ_1
};
-extern int isa_irq_pending(void);
-extern int isa_irq_mask(void);
+extern intrmask_t isa_irq_pending(void);
+extern intrmask_t isa_irq_mask(void);
/*
* Simplified accessors for isa devices
OpenPOWER on IntegriCloud