summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-15 10:04:08 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-15 10:04:08 +0000
commitb77e1d03d4e9cb3e2bf01c04a6a82da774180c8c (patch)
treee3fedee6d722357cb7b60049d885f50e4aa1415a
parentf5359202c1be68a8a74745f00d9d6f384ef62e4d (diff)
downloadFreeBSD-src-b77e1d03d4e9cb3e2bf01c04a6a82da774180c8c.zip
FreeBSD-src-b77e1d03d4e9cb3e2bf01c04a6a82da774180c8c.tar.gz
The Buslogic driver is smart enough to set it's own interrupt vector now.
-rw-r--r--sys/i386/isa/isa_device.h5
1 files 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;
OpenPOWER on IntegriCloud