summaryrefslogtreecommitdiffstats
path: root/sys/isa/isavar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-01 14:53:16 +0000
committerpeter <peter@FreeBSD.org>1999-09-01 14:53:16 +0000
commit64012538c9548d39acad7dff10ec629ace9f5fb6 (patch)
tree8dc8d4724b8aa334a3fa7385521ff249fe949480 /sys/isa/isavar.h
parent207d3101f44c416e94f1d79c087abb2644c8ba16 (diff)
downloadFreeBSD-src-64012538c9548d39acad7dff10ec629ace9f5fb6.zip
FreeBSD-src-64012538c9548d39acad7dff10ec629ace9f5fb6.tar.gz
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!)
Diffstat (limited to 'sys/isa/isavar.h')
-rw-r--r--sys/isa/isavar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h
index 2d157aa..a0a9b88 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,
OpenPOWER on IntegriCloud