summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ast.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/ast.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/ast.c')
-rw-r--r--sys/dev/isa/ast.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/dev/isa/ast.c b/sys/dev/isa/ast.c
index 32331305bc5..fd63423c6a5 100644
--- a/sys/dev/isa/ast.c
+++ b/sys/dev/isa/ast.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ast.c,v 1.10 1996/05/10 12:35:41 deraadt Exp $ */
-/* $NetBSD: ast.c,v 1.27 1996/05/05 19:49:54 christos Exp $ */
+/* $OpenBSD: ast.c,v 1.11 1996/05/26 00:27:11 deraadt Exp $ */
+/* $NetBSD: ast.c,v 1.28 1996/05/12 23:51:45 mycroft Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
@@ -39,12 +39,8 @@
#include <sys/device.h>
#include <sys/termios.h>
-#ifdef i386 /* XXX */
-#include <machine/cpu.h> /* XXX */
-#else /* XXX */
-#include <machine/intr.h>
-#endif /* XXX */
#include <machine/bus.h>
+#include <machine/intr.h>
#include <dev/isa/isavar.h>
#include <dev/isa/comreg.h>