summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1997-06-02 08:19:06 +0000
committerdfr <dfr@FreeBSD.org>1997-06-02 08:19:06 +0000
commit6ba14cc686e7f472a6937088de33f356556bf759 (patch)
treec7c4bcee2063b32a59ec0918ff2f82386e367571 /sys/i386/isa/npx.c
parent33ddef35e6191fb2cd19ec096f2d855851331a45 (diff)
downloadFreeBSD-src-6ba14cc686e7f472a6937088de33f356556bf759.zip
FreeBSD-src-6ba14cc686e7f472a6937088de33f356556bf759.tar.gz
Move interrupt handling code from isa.c to a new file. This should make
isa.c (slightly) more portable and will make my life developing the really portable version much easier. Reviewed by: peter, fsmp
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index d364f4f..aca74fa 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.43 1997/05/07 19:58:13 peter Exp $
+ * $Id: npx.c,v 1.44 1997/05/31 09:27:31 peter Exp $
*/
#include "npx.h"
@@ -69,6 +69,7 @@
#include <i386/isa/icu.h>
#include <i386/isa/isa_device.h>
+#include <i386/isa/intr_machdep.h>
#include <i386/isa/isa.h>
/*
OpenPOWER on IntegriCloud