diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-01 14:53:16 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-01 14:53:16 +0000 |
| commit | 523df07b1437e2e0a7062b45ccfe4bd69f652d53 (patch) | |
| tree | a8c92ff09f6482ceb88b7fbce97ad8e167e19fc6 /sys | |
| parent | 216c19e338ce1b34173ad3724202626af300f490 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/isa/isavar.h | 8 |
1 files changed, 4 insertions, 4 deletions
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, |
