aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia/cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia/cs.h')
-rw-r--r--include/pcmcia/cs.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/pcmcia/cs.h b/include/pcmcia/cs.h
index 0cd8c70d8aaa..ad71bb5a8658 100644
--- a/include/pcmcia/cs.h
+++ b/include/pcmcia/cs.h
@@ -56,23 +56,6 @@ typedef struct config_req_t {
56#define INT_CARDBUS 0x04 56#define INT_CARDBUS 0x04
57#define INT_ZOOMED_VIDEO 0x08 57#define INT_ZOOMED_VIDEO 0x08
58 58
59/* For RequestIO and ReleaseIO */
60typedef struct io_req_t {
61 u_int BasePort1;
62 u_int NumPorts1;
63 u_int Attributes1;
64 u_int BasePort2;
65 u_int NumPorts2;
66 u_int Attributes2;
67 u_int IOAddrLines;
68} io_req_t;
69
70/* Attributes for RequestIO and ReleaseIO */
71#define IO_DATA_PATH_WIDTH 0x18
72#define IO_DATA_PATH_WIDTH_8 0x00
73#define IO_DATA_PATH_WIDTH_16 0x08
74#define IO_DATA_PATH_WIDTH_AUTO 0x10
75
76/* Bits in IRQInfo1 field */ 59/* Bits in IRQInfo1 field */
77#define IRQ_NMI_ID 0x01 60#define IRQ_NMI_ID 0x01
78#define IRQ_IOCK_ID 0x02 61#define IRQ_IOCK_ID 0x02