summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-25 20:26:14 +0000
committerphk <phk@FreeBSD.org>1995-02-25 20:26:14 +0000
commita9aa255a943b4b4304f99d18e90c7eff2329cbff (patch)
tree3a9ca3e7aa7e71756bdf20a9e2a378454d3fb0ac /sys/i386/isa/isa.h
parent1b90b06e68e644a5e3f56d8d16bd19260faab80f (diff)
downloadFreeBSD-src-a9aa255a943b4b4304f99d18e90c7eff2329cbff.zip
FreeBSD-src-a9aa255a943b4b4304f99d18e90c7eff2329cbff.tar.gz
Change EISA size to 256 instead of 4096.
Neither are correct, but 256 does least damage.
Diffstat (limited to 'sys/i386/isa/isa.h')
-rw-r--r--sys/i386/isa/isa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index a7a8fef..4357f42 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.12 1995/01/07 14:52:08 jkh Exp $
+ * $Id: isa.h,v 1.13 1995/01/25 20:11:50 jmz Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -143,7 +143,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 4096 /* EISA controllers */
+#define IO_EISASIZE 256 /* EISA controllers */
#define IO_PMPSIZE 2 /* 82347 power management peripheral */
#endif /* IO_ISASIZES */
OpenPOWER on IntegriCloud