summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-08-04 19:12:54 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-08-04 19:12:54 +0000
commit9d37772f6805eb8a13f3abda67754a77011dd55a (patch)
tree415c5ee4f3e399d9edfc6d84b78d780feaca227c /sys/dev/sio/sio.c
parent248fcb669bea6e92ea4938bb5d8bf835c812a19d (diff)
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r--sys/dev/sio/sio.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 0a9ce1bff42a..55944b220094 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.172 1997/07/17 06:01:15 dyson Exp $
+ * $Id: sio.c,v 1.1 1997/08/04 17:58:18 smp Exp smp $
*/
#include "opt_comconsole.h"
@@ -82,13 +82,14 @@
#include <pccard/slot.h>
#endif
-#if defined(APIC_IO)
+#ifdef APIC_IO
/*
* INTs are masked in the (global) IO APIC,
* but the IRR register is in each LOCAL APIC,
* so we HAVE to unmask the INT to be able to "see INT pending"
* BUT how do we clear them???
*/
+#include <i386/isa/intr_machdep.h>
#define isa_irq_pending icu_irq_pending
#endif /* APIC_IO */