From e6eca028743b868d9dfe01f1b2470155d76ef35c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 3 Jun 1999 20:41:00 +0000 Subject: [PATCH] remove references to isa_device, it's no longer associated with interrupts. --- sys/amd64/isa/intr_machdep.h | 6 +----- sys/i386/isa/intr_machdep.h | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/sys/amd64/isa/intr_machdep.h b/sys/amd64/isa/intr_machdep.h index 1d49d1df9fb..675714d5108 100644 --- a/sys/amd64/isa/intr_machdep.h +++ b/sys/amd64/isa/intr_machdep.h @@ -30,8 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: intr_machdep.h,v 1.13 1998/06/18 15:32:06 bde Exp $ + * $Id: intr_machdep.h,v 1.14 1999/04/21 07:26:27 peter Exp $ */ #ifndef _I386_ISA_INTR_MACHDEP_H_ @@ -187,15 +186,12 @@ inthand_t #endif /** TEST_TEST1 */ #endif /* SMP || APIC_IO */ -struct isa_device; - void isa_defaultirq __P((void)); int isa_nmi __P((int cd)); int icu_setup __P((int intr, inthand2_t *func, void *arg, u_int *maskptr, int flags)); int icu_unset __P((int intr, inthand2_t *handler)); int update_intr_masks __P((void)); -void register_imask __P((struct isa_device *dvp, u_int mask)); intrmask_t splq __P((intrmask_t mask)); diff --git a/sys/i386/isa/intr_machdep.h b/sys/i386/isa/intr_machdep.h index 1d49d1df9fb..675714d5108 100644 --- a/sys/i386/isa/intr_machdep.h +++ b/sys/i386/isa/intr_machdep.h @@ -30,8 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: intr_machdep.h,v 1.13 1998/06/18 15:32:06 bde Exp $ + * $Id: intr_machdep.h,v 1.14 1999/04/21 07:26:27 peter Exp $ */ #ifndef _I386_ISA_INTR_MACHDEP_H_ @@ -187,15 +186,12 @@ inthand_t #endif /** TEST_TEST1 */ #endif /* SMP || APIC_IO */ -struct isa_device; - void isa_defaultirq __P((void)); int isa_nmi __P((int cd)); int icu_setup __P((int intr, inthand2_t *func, void *arg, u_int *maskptr, int flags)); int icu_unset __P((int intr, inthand2_t *handler)); int update_intr_masks __P((void)); -void register_imask __P((struct isa_device *dvp, u_int mask)); intrmask_t splq __P((intrmask_t mask));