aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-06-17 16:32:23 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-06-17 16:32:23 +0000
commita880d1a224beb91ea654b641e36ce2728e10818e (patch)
tree4dade2c50b33f66010259330895cb72f9b2c1090 /sys/i386
parenta47dddaf2d2496c9fd77d327d6845c471cc62242 (diff)
downloadsrc-a880d1a224beb91ea654b641e36ce2728e10818e.tar.gz
src-a880d1a224beb91ea654b641e36ce2728e10818e.zip
Declare bsintr when PC98 is defined.
Notes
Notes: svn path=/head/; revision=37041
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/isa_device.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 61accbafd617..03373b358de7 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.47 1997/09/21 21:41:19 gibbs Exp $
+ * $Id: isa_device.h,v 1.48 1998/06/17 14:58:01 bde Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -128,6 +128,9 @@ inthand2_t aicintr;
inthand2_t alogintr;
inthand2_t arintr;
inthand2_t ascintr;
+#ifdef PC98
+inthand2_t bsintr;
+#endif
inthand2_t bt_isa_intr;
inthand2_t cxintr;
inthand2_t cyintr;