summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-18 08:22:04 +0000
committerjkh <jkh@FreeBSD.org>1994-11-18 08:22:04 +0000
commit7fd5856c2c828c1c9ff76c2cf5a41d2fe833a800 (patch)
tree938fc2aaaa564ee22e7c8d418e703b4f6f10fe1e /sys/i386/isa/isa.h
parent2341b8a6efe7fce62f625da019761d9cb5caeffa (diff)
downloadFreeBSD-src-7fd5856c2c828c1c9ff76c2cf5a41d2fe833a800.zip
FreeBSD-src-7fd5856c2c828c1c9ff76c2cf5a41d2fe833a800.tar.gz
Get IO_EISASIZE properly defined now.
Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'sys/i386/isa/isa.h')
-rw-r--r--sys/i386/isa/isa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index 757709a..1dc3f6a 100644
--- a/sys/i386/isa/isa.h
+++ b/sys/i386/isa/isa.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isa.h,v 1.6 1994/10/01 02:56:15 davidg Exp $
+ * $Id: isa.h,v 1.7 1994/11/14 14:19:10 bde Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -141,6 +141,7 @@
#define IO_TMRSIZE 16 /* 8253 programmable timers */
#define IO_NPXSIZE 16 /* 80387/80487 NPX registers */
#define IO_VGASIZE 16 /* VGA controllers */
+#define IO_EISASIZE 8192 /* EISA controllers */
#define IO_PMPSIZE 2 /* 82347 power management peripheral */
#endif /* IO_ISASIZES */
OpenPOWER on IntegriCloud