Change EISA size to 256 instead of 4096.

Neither are correct, but 256 does least damage.
This commit is contained in:
Poul-Henning Kamp 1995-02-25 20:26:14 +00:00
parent 8340e9ceab
commit ca063ee672
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6715
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.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 */

View File

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