diff options
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hardware/avm/avm_cs.c | 1 | ||||
-rw-r--r-- | drivers/isdn/hisax/avma1_cs.c | 1 | ||||
-rw-r--r-- | drivers/isdn/hisax/elsa_cs.c | 1 | ||||
-rw-r--r-- | drivers/isdn/hisax/sedlbauer_cs.c | 1 | ||||
-rw-r--r-- | drivers/isdn/hisax/teles_cs.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/drivers/isdn/hardware/avm/avm_cs.c b/drivers/isdn/hardware/avm/avm_cs.c index 09b1795516f4..938ca4155c3b 100644 --- a/drivers/isdn/hardware/avm/avm_cs.c +++ b/drivers/isdn/hardware/avm/avm_cs.c | |||
@@ -80,7 +80,6 @@ static int avmcs_probe(struct pcmcia_device *p_dev) | |||
80 | 80 | ||
81 | /* General socket configuration */ | 81 | /* General socket configuration */ |
82 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; | 82 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; |
83 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
84 | p_dev->conf.ConfigIndex = 1; | 83 | p_dev->conf.ConfigIndex = 1; |
85 | p_dev->conf.Present = PRESENT_OPTION; | 84 | p_dev->conf.Present = PRESENT_OPTION; |
86 | 85 | ||
diff --git a/drivers/isdn/hisax/avma1_cs.c b/drivers/isdn/hisax/avma1_cs.c index 94263c22b874..7d5ff20b5d5b 100644 --- a/drivers/isdn/hisax/avma1_cs.c +++ b/drivers/isdn/hisax/avma1_cs.c | |||
@@ -85,7 +85,6 @@ static int __devinit avma1cs_probe(struct pcmcia_device *p_dev) | |||
85 | 85 | ||
86 | /* General socket configuration */ | 86 | /* General socket configuration */ |
87 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; | 87 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; |
88 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
89 | p_dev->conf.ConfigIndex = 1; | 88 | p_dev->conf.ConfigIndex = 1; |
90 | p_dev->conf.Present = PRESENT_OPTION; | 89 | p_dev->conf.Present = PRESENT_OPTION; |
91 | 90 | ||
diff --git a/drivers/isdn/hisax/elsa_cs.c b/drivers/isdn/hisax/elsa_cs.c index b3c08aaf41c4..df360c8b31cb 100644 --- a/drivers/isdn/hisax/elsa_cs.c +++ b/drivers/isdn/hisax/elsa_cs.c | |||
@@ -130,7 +130,6 @@ static int __devinit elsa_cs_probe(struct pcmcia_device *link) | |||
130 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; | 130 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; |
131 | 131 | ||
132 | link->conf.Attributes = CONF_ENABLE_IRQ; | 132 | link->conf.Attributes = CONF_ENABLE_IRQ; |
133 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
134 | 133 | ||
135 | return elsa_cs_config(link); | 134 | return elsa_cs_config(link); |
136 | } /* elsa_cs_attach */ | 135 | } /* elsa_cs_attach */ |
diff --git a/drivers/isdn/hisax/sedlbauer_cs.c b/drivers/isdn/hisax/sedlbauer_cs.c index 40001ad9f614..169061fbca98 100644 --- a/drivers/isdn/hisax/sedlbauer_cs.c +++ b/drivers/isdn/hisax/sedlbauer_cs.c | |||
@@ -133,7 +133,6 @@ static int __devinit sedlbauer_probe(struct pcmcia_device *link) | |||
133 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; | 133 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; |
134 | 134 | ||
135 | link->conf.Attributes = 0; | 135 | link->conf.Attributes = 0; |
136 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
137 | 136 | ||
138 | return sedlbauer_config(link); | 137 | return sedlbauer_config(link); |
139 | } /* sedlbauer_attach */ | 138 | } /* sedlbauer_attach */ |
diff --git a/drivers/isdn/hisax/teles_cs.c b/drivers/isdn/hisax/teles_cs.c index 7296102ca255..46e72a1eed2d 100644 --- a/drivers/isdn/hisax/teles_cs.c +++ b/drivers/isdn/hisax/teles_cs.c | |||
@@ -110,7 +110,6 @@ static int __devinit teles_probe(struct pcmcia_device *link) | |||
110 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; | 110 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; |
111 | 111 | ||
112 | link->conf.Attributes = CONF_ENABLE_IRQ; | 112 | link->conf.Attributes = CONF_ENABLE_IRQ; |
113 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
114 | 113 | ||
115 | return teles_cs_config(link); | 114 | return teles_cs_config(link); |
116 | } /* teles_attach */ | 115 | } /* teles_attach */ |