mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change EISA size to 256 instead of 4096.
Neither are correct, but 256 does least damage.
This commit is contained in:
parent
8340e9ceab
commit
ca063ee672
2 changed files with 4 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue