summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/intr_machdep.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-31 10:53:55 +0000
committerbde <bde@FreeBSD.org>1998-05-31 10:53:55 +0000
commitec6c6de5c612defe38320b5ec39ff98ed7c8ac7c (patch)
tree1e669cd7096649a4ebb83bcdc51c83f18faebd57 /sys/i386/isa/intr_machdep.h
parentca4b05419a6136ad127441809357f724776e3303 (diff)
downloadFreeBSD-src-ec6c6de5c612defe38320b5ec39ff98ed7c8ac7c.zip
FreeBSD-src-ec6c6de5c612defe38320b5ec39ff98ed7c8ac7c.tar.gz
Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into
a test of the irq number, and made failure of this test non-fatal. Removed related unused complications for the APIC_IO case. Removed the no-test3 flag. Deverbosified the failure messages for the other tests. Removed the per-port verbose flag - just use the general verbose flag.
Diffstat (limited to 'sys/i386/isa/intr_machdep.h')
-rw-r--r--sys/i386/isa/intr_machdep.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/i386/isa/intr_machdep.h b/sys/i386/isa/intr_machdep.h
index 97122e6..dc8f900 100644
--- a/sys/i386/isa/intr_machdep.h
+++ b/sys/i386/isa/intr_machdep.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: intr_machdep.h,v 1.10 1998/03/03 20:55:24 tegge Exp $
+ * $Id: intr_machdep.h,v 1.11 1998/03/03 22:56:30 tegge Exp $
*/
#ifndef _I386_ISA_INTR_MACHDEP_H_
@@ -190,10 +190,7 @@ inthand_t
struct isa_device;
void isa_defaultirq __P((void));
-int isa_irq_pending __P((struct isa_device *dvp));
-#if defined(SMP) || defined(APIC_IO)
-int icu_irq_pending __P((struct isa_device *dvp));
-#endif
+intrmask_t isa_irq_pending __P((void));
int isa_nmi __P((int cd));
void update_intrname __P((int intr, int device_id));
int icu_setup __P((int intr, inthand2_t *func, void *arg,
OpenPOWER on IntegriCloud