From ca063ee672fe0403fcb70fa87bfe195bf6c12bf5 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 25 Feb 1995 20:26:14 +0000 Subject: [PATCH] Change EISA size to 256 instead of 4096. Neither are correct, but 256 does least damage. --- sys/amd64/isa/isa.h | 4 ++-- sys/i386/isa/isa.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/amd64/isa/isa.h b/sys/amd64/isa/isa.h index a7a8fef467c7..4357f42e6334 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.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 */ diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h index a7a8fef467c7..4357f42e6334 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 */