summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index e0f5fa3..c58147c 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -58,11 +58,12 @@ struct slot_ctrl {
int maxmem; /* Number of allowed memory windows */
int maxio; /* Number of allowed I/O windows */
int irqs; /* IRQ's that are allowed */
+ u_int *imask; /* IRQ mask for the PCIC controller */
char *name; /* controller name */
+
/*
* The rest is maintained by the mainline PC-CARD code.
*/
-
struct slot_ctrl *next; /* Allows linked list of controllers */
int slots; /* Slots available */
};
OpenPOWER on IntegriCloud