summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/pas.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-26 00:26:49 +0000
committerderaadt <deraadt@openbsd.org>1996-05-26 00:26:49 +0000
commitf1a5e2be32139baf487357d03306fdd6d90fe493 (patch)
tree28cd7e71dfba717070a26135cf18f1343a476fca /sys/dev/isa/pas.c
parentforce NKPDE to 31 on all machines until a better fix is available (diff)
downloadwireguard-openbsd-f1a5e2be32139baf487357d03306fdd6d90fe493.tar.xz
wireguard-openbsd-f1a5e2be32139baf487357d03306fdd6d90fe493.zip
sync 0521
Diffstat (limited to 'sys/dev/isa/pas.c')
-rw-r--r--sys/dev/isa/pas.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isa/pas.c b/sys/dev/isa/pas.c
index c5697fa8ea0..8afde25ff14 100644
--- a/sys/dev/isa/pas.c
+++ b/sys/dev/isa/pas.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: pas.c,v 1.10 1996/05/07 07:37:25 deraadt Exp $ */
-/* $NetBSD: pas.c,v 1.16 1996/04/29 20:03:28 christos Exp $ */
+/* $OpenBSD: pas.c,v 1.11 1996/05/26 00:27:26 deraadt Exp $ */
+/* $NetBSD: pas.c,v 1.17 1996/05/12 23:53:18 mycroft Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@@ -49,6 +49,7 @@
#include <sys/proc.h>
#include <machine/cpu.h>
+#include <machine/intr.h>
#include <machine/pio.h>
#include <sys/audioio.h>