From 1b0d314332f9dade6e41665da4b1d0ddc1ad5af3 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Wed, 12 Mar 1997 17:41:35 +0000 Subject: Since i don't see that anybody is implementing a more correct EISA probing anytime soon, make EISA_SLOTS a fully supported option. It's required for the HP NetServer LC series machines. Next stop: make dset(8) aware of it as well. --- sys/dev/eisa/eisaconf.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index 1f2cca38a2ac..a9921136a58a 100644 --- a/sys/dev/eisa/eisaconf.h +++ b/sys/dev/eisa/eisaconf.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: eisaconf.h,v 1.14 1997/02/22 09:32:03 peter Exp $ */ #ifndef _I386_EISA_EISACONF_H_ @@ -36,7 +36,11 @@ #include +#include "opt_eisa.h" + +#ifndef EISA_SLOTS #define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */ +#endif #define EISA_SLOT_SIZE 0x1000 #define EISA_MFCTR_CHAR0(ID) (char)(((ID>>26) & 0x1F) | '@') /* Bits 26-30 */ -- cgit v1.3