summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1994-11-18 19:01:25 +0000
committergibbs <gibbs@FreeBSD.org>1994-11-18 19:01:25 +0000
commit8fe145ab13a03ebc55aa3d6cbe525d0ded3e36b5 (patch)
tree113e29bc0b4ef22f32c3d6f7bb3ea440406d8ac6 /sys
parenta60b4105b3ef370eda0e360b3a2b6a5973c3c385 (diff)
downloadFreeBSD-src-8fe145ab13a03ebc55aa3d6cbe525d0ded3e36b5.zip
FreeBSD-src-8fe145ab13a03ebc55aa3d6cbe525d0ded3e36b5.tar.gz
IO_EISASIZE should be 1 slot, not 2.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/isa/isa.h4
-rw-r--r--sys/i386/isa/isa.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/isa/isa.h b/sys/amd64/isa/isa.h
index 1dc3f6a..2242f47 100644
--- a/sys/amd64/isa/isa.h
+++ b/sys/amd64/isa/isa.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isa.h,v 1.7 1994/11/14 14:19:10 bde Exp $
+ * $Id: isa.h,v 1.8 1994/11/18 08:22:04 jkh Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -141,7 +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_EISASIZE 4096 /* EISA controllers */
#define IO_PMPSIZE 2 /* 82347 power management peripheral */
#endif /* IO_ISASIZES */
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index 1dc3f6a..2242f47 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.7 1994/11/14 14:19:10 bde Exp $
+ * $Id: isa.h,v 1.8 1994/11/18 08:22:04 jkh Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -141,7 +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_EISASIZE 4096 /* EISA controllers */
#define IO_PMPSIZE 2 /* 82347 power management peripheral */
#endif /* IO_ISASIZES */
OpenPOWER on IntegriCloud