IO_EISASIZE should be 1 slot, not 2.

This commit is contained in:
Justin T. Gibbs 1994-11-18 19:01:25 +00:00
parent 80d20e763f
commit 8c1294dcf2
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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 */