From 523df07b1437e2e0a7062b45ccfe4bd69f652d53 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 1 Sep 1999 14:53:16 +0000 Subject: Sigh. Serves me right for testing against a modified tree (dfr's pnp changes). Doug changed these variables. This should fix the isa_compat.c breakage that phk reported. (Sorry!) --- sys/isa/isavar.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h index 2d157aae08b7..a0a9b88e067b 100644 --- a/sys/isa/isavar.h +++ b/sys/isa/isavar.h @@ -45,10 +45,10 @@ #define ISA_ORDER_SPECULATIVE 1 /* legacy non-sensitive hardware */ #define ISA_ORDER_PNP 2 /* plug-and-play hardware */ -#define ISA_NPORT_IVARS 8 -#define ISA_NMEM_IVARS 4 -#define ISA_NIRQ_IVARS 2 -#define ISA_NDRQ_IVARS 2 +#define ISA_NPORT 8 +#define ISA_NMEM 4 +#define ISA_NIRQ 2 +#define ISA_NDRQ 2 enum isa_device_ivars { ISA_IVAR_PORT, -- cgit v1.3