summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/gus.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/gus.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/gus.c')
-rw-r--r--sys/dev/isa/gus.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isa/gus.c b/sys/dev/isa/gus.c
index b45a5005882..f87d3928e19 100644
--- a/sys/dev/isa/gus.c
+++ b/sys/dev/isa/gus.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: gus.c,v 1.10 1996/05/07 07:36:36 deraadt Exp $ */
-/* $NetBSD: gus.c,v 1.15 1996/05/03 22:35:24 jtk Exp $ */
+/* $OpenBSD: gus.c,v 1.11 1996/05/26 00:27:15 deraadt Exp $ */
+/* $NetBSD: gus.c,v 1.16 1996/05/12 23:52:08 mycroft Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -111,6 +111,7 @@
#include <sys/kernel.h>
#include <machine/cpu.h>
+#include <machine/intr.h>
#include <machine/pio.h>
#include <machine/cpufunc.h>
#include <sys/audioio.h>