From 6ba14cc686e7f472a6937088de33f356556bf759 Mon Sep 17 00:00:00 2001 From: dfr Date: Mon, 2 Jun 1997 08:19:06 +0000 Subject: 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 --- sys/i386/isa/npx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/i386/isa/npx.c') 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 #include +#include #include /* -- cgit v1.1