diff options
Diffstat (limited to 'sys/isa/isavar.h')
-rw-r--r-- | sys/isa/isavar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h index 5340b83..a8e137c 100644 --- a/sys/isa/isavar.h +++ b/sys/isa/isavar.h @@ -49,8 +49,8 @@ typedef void isa_config_cb(void *arg, struct isa_config *config, int enable); #define ISA_ORDER_SPECULATIVE 1 /* legacy non-sensitive hardware */ #define ISA_ORDER_PNP 2 /* plug-and-play hardware */ -#define ISA_NPORT 8 -#define ISA_NMEM 4 +#define ISA_NPORT 32 +#define ISA_NMEM 8 #define ISA_NIRQ 2 #define ISA_NDRQ 2 |