aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-02 20:42:13 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-02 20:42:13 +0000
commitdacc95aa33f0ab664f6bfa184b3a72f4a42181ec (patch)
treec4cdfc34e0b626fe3297e642b88d56f50fefc3b3 /sys
parentcf52c04ff20f150ddb1a85cb426c7dc96790c13d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/cy/cy_pci.c7
-rw-r--r--sys/pci/cy_pci.c7
2 files changed, 10 insertions, 4 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index c4f3c89452a88..203abc45ed0f2 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cy_pci.c,v 1.11 1999/04/15 00:13:20 alex Exp $
+ * $Id: cy_pci.c,v 1.12 1999/04/24 20:13:58 peter Exp $
*/
/*
@@ -38,7 +38,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/interrupt.h>
#include <sys/kernel.h>
#include <vm/vm.h>
#include <vm/pmap.h>
@@ -47,6 +46,10 @@
#include <pci/cy_pcireg.h>
+#ifdef CY_PCI_FASTINTR
+#include <i386/isa/intr_machdep.h>
+#endif
+
static const char *cy_probe __P((pcici_t, pcidi_t));
static void cy_attach __P((pcici_t, int));
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index c4f3c89452a88..203abc45ed0f2 100644
--- a/sys/pci/cy_pci.c
+++ b/sys/pci/cy_pci.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cy_pci.c,v 1.11 1999/04/15 00:13:20 alex Exp $
+ * $Id: cy_pci.c,v 1.12 1999/04/24 20:13:58 peter Exp $
*/
/*
@@ -38,7 +38,6 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/interrupt.h>
#include <sys/kernel.h>
#include <vm/vm.h>
#include <vm/pmap.h>
@@ -47,6 +46,10 @@
#include <pci/cy_pcireg.h>
+#ifdef CY_PCI_FASTINTR
+#include <i386/isa/intr_machdep.h>
+#endif
+
static const char *cy_probe __P((pcici_t, pcidi_t));
static void cy_attach __P((pcici_t, int));