From b77e1d03d4e9cb3e2bf01c04a6a82da774180c8c Mon Sep 17 00:00:00 2001 From: gibbs Date: Tue, 15 Sep 1998 10:04:08 +0000 Subject: The Buslogic driver is smart enough to set it's own interrupt vector now. --- sys/i386/isa/isa_device.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h index ce9e953..9faf0c8 100644 --- a/sys/i386/isa/isa_device.h +++ b/sys/i386/isa/isa_device.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: isa_device.h,v 1.1.1.2 1998/07/26 17:59:48 son Exp $ + * $Id: isa_device.h,v 1.53 1998/09/03 21:01:22 nsouch Exp $ */ #ifndef _I386_ISA_ISA_DEVICE_H_ @@ -126,7 +126,7 @@ typedef void ointhand2_t __P((int unit)); /* * The "old" interrupt handlers really have type ointhand2_t although they - * appear to be declared as having type inthand2_t. However, if if this + * appear to be declared as having type inthand2_t. However, if this * header is included by ioconf.c, pretend that the handlers really have * type inthand_t. Assume that `C' is defined only by ioconf.c. */ @@ -143,7 +143,6 @@ inthand2_t ascintr; #ifdef PC98 inthand2_t bsintr; #endif -inthand2_t bt_isa_intr; inthand2_t csintr; inthand2_t cxintr; inthand2_t cyintr; -- cgit v1.1