diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amiga/isa/isa_machdep.h | 4 | ||||
-rw-r--r-- | sys/arch/arc/isa/isa_machdep.h | 4 | ||||
-rw-r--r-- | sys/arch/powerpc/isa/isa_machdep.h | 3 | ||||
-rw-r--r-- | sys/arch/wgrisc/isa/isa_machdep.h | 4 |
4 files changed, 11 insertions, 4 deletions
diff --git a/sys/arch/amiga/isa/isa_machdep.h b/sys/arch/amiga/isa/isa_machdep.h index 047d1282f18..ce8ea0d262b 100644 --- a/sys/arch/amiga/isa/isa_machdep.h +++ b/sys/arch/amiga/isa/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.2 1996/04/27 18:39:04 niklas Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.3 1998/06/29 05:47:37 downsj Exp $ */ /* * Copyright (c) 1995, 1996 Niklas Hallqvist @@ -59,4 +59,6 @@ struct amiga_isa_chipset { #define isa_intr_disestablish(c, h) \ (*(c)->ic_intr_disestablish)((c)->ic_data, (h)) +#define __NO_ISA_INTR_CHECK /* FIXME */ + #endif diff --git a/sys/arch/arc/isa/isa_machdep.h b/sys/arch/arc/isa/isa_machdep.h index 8f6efd926c2..2c3e8fb7ec3 100644 --- a/sys/arch/arc/isa/isa_machdep.h +++ b/sys/arch/arc/isa/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.5 1997/04/19 17:20:00 pefo Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.6 1998/06/29 05:47:39 downsj Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom @@ -64,6 +64,8 @@ struct arc_isa_bus { #define isa_intr_disestablish(c, h) \ (*(c)->ic_intr_disestablish)((c)->ic_data, (h)) +#define __NO_ISA_INTR_CHECK /* FIXME */ + void sysbeepstop __P((void *)); void sysbeep __P((int, int)); diff --git a/sys/arch/powerpc/isa/isa_machdep.h b/sys/arch/powerpc/isa/isa_machdep.h index bb2ad834b43..6504688de3a 100644 --- a/sys/arch/powerpc/isa/isa_machdep.h +++ b/sys/arch/powerpc/isa/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.1 1997/10/11 11:52:59 pefo Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.2 1998/06/29 05:47:40 downsj Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -66,6 +66,7 @@ struct p4e_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. 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. */ |