summaryrefslogtreecommitdiff
path: root/sys/arch/wgrisc
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-06-29 05:47:43 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-06-29 05:47:43 +0000
commit4d101b749bd602f9577cd584296b530437861551 (patch)
tree404a9e12483ab655ec64dc040195b7e75f80923d /sys/arch/wgrisc
parentd4c61825b8a47a2b5d7376e28809ece79a1746ef (diff)
Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.
Diffstat (limited to 'sys/arch/wgrisc')
-rw-r--r--sys/arch/wgrisc/isa/isa_machdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/wgrisc/isa/isa_machdep.h b/sys/arch/wgrisc/isa/isa_machdep.h
index 47d73c6318c..843300f0d33 100644
--- a/sys/arch/wgrisc/isa/isa_machdep.h
+++ b/sys/arch/wgrisc/isa/isa_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isa_machdep.h,v 1.1 1997/02/06 16:02:42 pefo Exp $ */
+/* $OpenBSD: isa_machdep.h,v 1.2 1998/06/29 05:47:42 downsj Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
@@ -67,6 +67,8 @@ struct wgrisc_isa_bus {
#define isa_intr_disestablish(c, h) \
(*(c)->ic_intr_disestablish)((c)->ic_data, (h))
+#define __NO_ISA_INTR_CHECK /* FIXME */
+
/*
* Interrupt control struct used to control the ICU setup.
*/