diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/pcmcia/3c574_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/3c589_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/axnet_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/com20020_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/fmvj18x_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/ibmtr_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/nmclan_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/pcnet_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/smc91c92_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/pcmcia/xirc2ps_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/airo_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/atmel_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/b43/pcmcia.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/libertas/if_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/orinoco/orinoco_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/orinoco/spectrum_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/ray_cs.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/wl3501_cs.c | 1 |
19 files changed, 0 insertions, 19 deletions
diff --git a/drivers/net/pcmcia/3c574_cs.c b/drivers/net/pcmcia/3c574_cs.c index c683f77c6f42..41ecb2728a20 100644 --- a/drivers/net/pcmcia/3c574_cs.c +++ b/drivers/net/pcmcia/3c574_cs.c | |||
@@ -281,7 +281,6 @@ static int tc574_probe(struct pcmcia_device *link) | |||
281 | link->resource[0]->end = 32; | 281 | link->resource[0]->end = 32; |
282 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_16; | 282 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_16; |
283 | link->conf.Attributes = CONF_ENABLE_IRQ; | 283 | link->conf.Attributes = CONF_ENABLE_IRQ; |
284 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
285 | link->conf.ConfigIndex = 1; | 284 | link->conf.ConfigIndex = 1; |
286 | 285 | ||
287 | dev->netdev_ops = &el3_netdev_ops; | 286 | dev->netdev_ops = &el3_netdev_ops; |
diff --git a/drivers/net/pcmcia/3c589_cs.c b/drivers/net/pcmcia/3c589_cs.c index 61f9cf2100ff..68886729375d 100644 --- a/drivers/net/pcmcia/3c589_cs.c +++ b/drivers/net/pcmcia/3c589_cs.c | |||
@@ -217,7 +217,6 @@ static int tc589_probe(struct pcmcia_device *link) | |||
217 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_16; | 217 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_16; |
218 | 218 | ||
219 | link->conf.Attributes = CONF_ENABLE_IRQ; | 219 | link->conf.Attributes = CONF_ENABLE_IRQ; |
220 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
221 | link->conf.ConfigIndex = 1; | 220 | link->conf.ConfigIndex = 1; |
222 | 221 | ||
223 | dev->netdev_ops = &el3_netdev_ops; | 222 | dev->netdev_ops = &el3_netdev_ops; |
diff --git a/drivers/net/pcmcia/axnet_cs.c b/drivers/net/pcmcia/axnet_cs.c index 8734ed8f174d..4d4928a22b1f 100644 --- a/drivers/net/pcmcia/axnet_cs.c +++ b/drivers/net/pcmcia/axnet_cs.c | |||
@@ -167,7 +167,6 @@ static int axnet_probe(struct pcmcia_device *link) | |||
167 | info->p_dev = link; | 167 | info->p_dev = link; |
168 | link->priv = dev; | 168 | link->priv = dev; |
169 | link->conf.Attributes = CONF_ENABLE_IRQ; | 169 | link->conf.Attributes = CONF_ENABLE_IRQ; |
170 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
171 | 170 | ||
172 | dev->netdev_ops = &axnet_netdev_ops; | 171 | dev->netdev_ops = &axnet_netdev_ops; |
173 | 172 | ||
diff --git a/drivers/net/pcmcia/com20020_cs.c b/drivers/net/pcmcia/com20020_cs.c index 3c400cfa82ae..a58eafed42a5 100644 --- a/drivers/net/pcmcia/com20020_cs.c +++ b/drivers/net/pcmcia/com20020_cs.c | |||
@@ -161,7 +161,6 @@ static int com20020_probe(struct pcmcia_device *p_dev) | |||
161 | p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; | 161 | p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; |
162 | p_dev->resource[0]->end = 16; | 162 | p_dev->resource[0]->end = 16; |
163 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; | 163 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; |
164 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
165 | 164 | ||
166 | info->dev = dev; | 165 | info->dev = dev; |
167 | p_dev->priv = info; | 166 | p_dev->priv = info; |
diff --git a/drivers/net/pcmcia/fmvj18x_cs.c b/drivers/net/pcmcia/fmvj18x_cs.c index dfd32842412e..caf2b2ef4e35 100644 --- a/drivers/net/pcmcia/fmvj18x_cs.c +++ b/drivers/net/pcmcia/fmvj18x_cs.c | |||
@@ -253,7 +253,6 @@ static int fmvj18x_probe(struct pcmcia_device *link) | |||
253 | 253 | ||
254 | /* General socket configuration */ | 254 | /* General socket configuration */ |
255 | link->conf.Attributes = CONF_ENABLE_IRQ; | 255 | link->conf.Attributes = CONF_ENABLE_IRQ; |
256 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
257 | 256 | ||
258 | dev->netdev_ops = &fjn_netdev_ops; | 257 | dev->netdev_ops = &fjn_netdev_ops; |
259 | dev->watchdog_timeo = TX_TIMEOUT; | 258 | dev->watchdog_timeo = TX_TIMEOUT; |
diff --git a/drivers/net/pcmcia/ibmtr_cs.c b/drivers/net/pcmcia/ibmtr_cs.c index dbdea7f5e423..1327f086d86b 100644 --- a/drivers/net/pcmcia/ibmtr_cs.c +++ b/drivers/net/pcmcia/ibmtr_cs.c | |||
@@ -153,7 +153,6 @@ static int __devinit ibmtr_attach(struct pcmcia_device *link) | |||
153 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; | 153 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; |
154 | link->resource[0]->end = 4; | 154 | link->resource[0]->end = 4; |
155 | link->conf.Attributes = CONF_ENABLE_IRQ; | 155 | link->conf.Attributes = CONF_ENABLE_IRQ; |
156 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
157 | link->conf.Present = PRESENT_OPTION; | 156 | link->conf.Present = PRESENT_OPTION; |
158 | 157 | ||
159 | info->dev = dev; | 158 | info->dev = dev; |
diff --git a/drivers/net/pcmcia/nmclan_cs.c b/drivers/net/pcmcia/nmclan_cs.c index 68f2deeb3ade..90d172804bfc 100644 --- a/drivers/net/pcmcia/nmclan_cs.c +++ b/drivers/net/pcmcia/nmclan_cs.c | |||
@@ -461,7 +461,6 @@ static int nmclan_probe(struct pcmcia_device *link) | |||
461 | link->resource[0]->end = 32; | 461 | link->resource[0]->end = 32; |
462 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; | 462 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; |
463 | link->conf.Attributes = CONF_ENABLE_IRQ; | 463 | link->conf.Attributes = CONF_ENABLE_IRQ; |
464 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
465 | link->conf.ConfigIndex = 1; | 464 | link->conf.ConfigIndex = 1; |
466 | link->conf.Present = PRESENT_OPTION; | 465 | link->conf.Present = PRESENT_OPTION; |
467 | 466 | ||
diff --git a/drivers/net/pcmcia/pcnet_cs.c b/drivers/net/pcmcia/pcnet_cs.c index f3d7a149070a..69135761719a 100644 --- a/drivers/net/pcmcia/pcnet_cs.c +++ b/drivers/net/pcmcia/pcnet_cs.c | |||
@@ -261,7 +261,6 @@ static int pcnet_probe(struct pcmcia_device *link) | |||
261 | link->priv = dev; | 261 | link->priv = dev; |
262 | 262 | ||
263 | link->conf.Attributes = CONF_ENABLE_IRQ; | 263 | link->conf.Attributes = CONF_ENABLE_IRQ; |
264 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
265 | 264 | ||
266 | dev->netdev_ops = &pcnet_netdev_ops; | 265 | dev->netdev_ops = &pcnet_netdev_ops; |
267 | 266 | ||
diff --git a/drivers/net/pcmcia/smc91c92_cs.c b/drivers/net/pcmcia/smc91c92_cs.c index 2031a27253d1..2c2a8788c078 100644 --- a/drivers/net/pcmcia/smc91c92_cs.c +++ b/drivers/net/pcmcia/smc91c92_cs.c | |||
@@ -327,7 +327,6 @@ static int smc91c92_probe(struct pcmcia_device *link) | |||
327 | link->resource[0]->end = 16; | 327 | link->resource[0]->end = 16; |
328 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; | 328 | link->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; |
329 | link->conf.Attributes = CONF_ENABLE_IRQ; | 329 | link->conf.Attributes = CONF_ENABLE_IRQ; |
330 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
331 | 330 | ||
332 | /* The SMC91c92-specific entries in the device structure. */ | 331 | /* The SMC91c92-specific entries in the device structure. */ |
333 | dev->netdev_ops = &smc_netdev_ops; | 332 | dev->netdev_ops = &smc_netdev_ops; |
diff --git a/drivers/net/pcmcia/xirc2ps_cs.c b/drivers/net/pcmcia/xirc2ps_cs.c index 59398a6f1344..1776f49e0917 100644 --- a/drivers/net/pcmcia/xirc2ps_cs.c +++ b/drivers/net/pcmcia/xirc2ps_cs.c | |||
@@ -530,7 +530,6 @@ xirc2ps_probe(struct pcmcia_device *link) | |||
530 | 530 | ||
531 | /* General socket configuration */ | 531 | /* General socket configuration */ |
532 | link->conf.Attributes = CONF_ENABLE_IRQ; | 532 | link->conf.Attributes = CONF_ENABLE_IRQ; |
533 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
534 | link->conf.ConfigIndex = 1; | 533 | link->conf.ConfigIndex = 1; |
535 | 534 | ||
536 | /* Fill in card specific entries */ | 535 | /* Fill in card specific entries */ |
diff --git a/drivers/net/wireless/airo_cs.c b/drivers/net/wireless/airo_cs.c index ab60f1084716..ccb2fdde002c 100644 --- a/drivers/net/wireless/airo_cs.c +++ b/drivers/net/wireless/airo_cs.c | |||
@@ -104,7 +104,6 @@ static int airo_probe(struct pcmcia_device *p_dev) | |||
104 | device, and can be hard-wired here. | 104 | device, and can be hard-wired here. |
105 | */ | 105 | */ |
106 | p_dev->conf.Attributes = 0; | 106 | p_dev->conf.Attributes = 0; |
107 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
108 | 107 | ||
109 | /* Allocate space for private device-specific data */ | 108 | /* Allocate space for private device-specific data */ |
110 | local = kzalloc(sizeof(local_info_t), GFP_KERNEL); | 109 | local = kzalloc(sizeof(local_info_t), GFP_KERNEL); |
diff --git a/drivers/net/wireless/atmel_cs.c b/drivers/net/wireless/atmel_cs.c index d6d585cb992a..8b75158caed7 100644 --- a/drivers/net/wireless/atmel_cs.c +++ b/drivers/net/wireless/atmel_cs.c | |||
@@ -114,7 +114,6 @@ static int atmel_probe(struct pcmcia_device *p_dev) | |||
114 | device, and can be hard-wired here. | 114 | device, and can be hard-wired here. |
115 | */ | 115 | */ |
116 | p_dev->conf.Attributes = 0; | 116 | p_dev->conf.Attributes = 0; |
117 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
118 | 117 | ||
119 | /* Allocate space for private device-specific data */ | 118 | /* Allocate space for private device-specific data */ |
120 | local = kzalloc(sizeof(local_info_t), GFP_KERNEL); | 119 | local = kzalloc(sizeof(local_info_t), GFP_KERNEL); |
diff --git a/drivers/net/wireless/b43/pcmcia.c b/drivers/net/wireless/b43/pcmcia.c index 618d9b5c1054..138b26fcc75c 100644 --- a/drivers/net/wireless/b43/pcmcia.c +++ b/drivers/net/wireless/b43/pcmcia.c | |||
@@ -73,7 +73,6 @@ static int __devinit b43_pcmcia_probe(struct pcmcia_device *dev) | |||
73 | err = -ENODEV; | 73 | err = -ENODEV; |
74 | 74 | ||
75 | dev->conf.Attributes = CONF_ENABLE_IRQ; | 75 | dev->conf.Attributes = CONF_ENABLE_IRQ; |
76 | dev->conf.IntType = INT_MEMORY_AND_IO; | ||
77 | 76 | ||
78 | dev->resource[2]->flags |= WIN_ENABLE | WIN_DATA_WIDTH_16 | | 77 | dev->resource[2]->flags |= WIN_ENABLE | WIN_DATA_WIDTH_16 | |
79 | WIN_USE_WAIT; | 78 | WIN_USE_WAIT; |
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 3fa285b1bdd3..0fe6f82cda58 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
@@ -437,7 +437,6 @@ static int hostap_cs_probe(struct pcmcia_device *p_dev) | |||
437 | int ret; | 437 | int ret; |
438 | 438 | ||
439 | PDEBUG(DEBUG_HW, "%s: setting Vcc=33 (constant)\n", dev_info); | 439 | PDEBUG(DEBUG_HW, "%s: setting Vcc=33 (constant)\n", dev_info); |
440 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
441 | 440 | ||
442 | ret = prism2_config(p_dev); | 441 | ret = prism2_config(p_dev); |
443 | if (ret) { | 442 | if (ret) { |
diff --git a/drivers/net/wireless/libertas/if_cs.c b/drivers/net/wireless/libertas/if_cs.c index 9c298396be50..814b7faaa365 100644 --- a/drivers/net/wireless/libertas/if_cs.c +++ b/drivers/net/wireless/libertas/if_cs.c | |||
@@ -836,7 +836,6 @@ static int if_cs_probe(struct pcmcia_device *p_dev) | |||
836 | p_dev->priv = card; | 836 | p_dev->priv = card; |
837 | 837 | ||
838 | p_dev->conf.Attributes = 0; | 838 | p_dev->conf.Attributes = 0; |
839 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
840 | 839 | ||
841 | if (pcmcia_loop_config(p_dev, if_cs_ioprobe, NULL)) { | 840 | if (pcmcia_loop_config(p_dev, if_cs_ioprobe, NULL)) { |
842 | lbs_pr_err("error in pcmcia_loop_config\n"); | 841 | lbs_pr_err("error in pcmcia_loop_config\n"); |
diff --git a/drivers/net/wireless/orinoco/orinoco_cs.c b/drivers/net/wireless/orinoco/orinoco_cs.c index f7e3fa6305b4..1147d6bd4733 100644 --- a/drivers/net/wireless/orinoco/orinoco_cs.c +++ b/drivers/net/wireless/orinoco/orinoco_cs.c | |||
@@ -123,7 +123,6 @@ orinoco_cs_probe(struct pcmcia_device *link) | |||
123 | * number, sizes, and attributes of IO windows) are fixed by | 123 | * number, sizes, and attributes of IO windows) are fixed by |
124 | * the nature of the device, and can be hard-wired here. */ | 124 | * the nature of the device, and can be hard-wired here. */ |
125 | link->conf.Attributes = 0; | 125 | link->conf.Attributes = 0; |
126 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
127 | 126 | ||
128 | return orinoco_cs_config(link); | 127 | return orinoco_cs_config(link); |
129 | } /* orinoco_cs_attach */ | 128 | } /* orinoco_cs_attach */ |
diff --git a/drivers/net/wireless/orinoco/spectrum_cs.c b/drivers/net/wireless/orinoco/spectrum_cs.c index 1bbad101b559..20b08ab87655 100644 --- a/drivers/net/wireless/orinoco/spectrum_cs.c +++ b/drivers/net/wireless/orinoco/spectrum_cs.c | |||
@@ -185,7 +185,6 @@ spectrum_cs_probe(struct pcmcia_device *link) | |||
185 | * number, sizes, and attributes of IO windows) are fixed by | 185 | * number, sizes, and attributes of IO windows) are fixed by |
186 | * the nature of the device, and can be hard-wired here. */ | 186 | * the nature of the device, and can be hard-wired here. */ |
187 | link->conf.Attributes = 0; | 187 | link->conf.Attributes = 0; |
188 | link->conf.IntType = INT_MEMORY_AND_IO; | ||
189 | 188 | ||
190 | return spectrum_cs_config(link); | 189 | return spectrum_cs_config(link); |
191 | } /* spectrum_cs_attach */ | 190 | } /* spectrum_cs_attach */ |
diff --git a/drivers/net/wireless/ray_cs.c b/drivers/net/wireless/ray_cs.c index ab34cb8c56c7..30cfd8890e34 100644 --- a/drivers/net/wireless/ray_cs.c +++ b/drivers/net/wireless/ray_cs.c | |||
@@ -319,7 +319,6 @@ static int ray_probe(struct pcmcia_device *p_dev) | |||
319 | 319 | ||
320 | /* General socket configuration */ | 320 | /* General socket configuration */ |
321 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; | 321 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; |
322 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
323 | p_dev->conf.ConfigIndex = 1; | 322 | p_dev->conf.ConfigIndex = 1; |
324 | 323 | ||
325 | p_dev->priv = dev; | 324 | p_dev->priv = dev; |
diff --git a/drivers/net/wireless/wl3501_cs.c b/drivers/net/wireless/wl3501_cs.c index a1cc2d498a1c..92a9ad575cc7 100644 --- a/drivers/net/wireless/wl3501_cs.c +++ b/drivers/net/wireless/wl3501_cs.c | |||
@@ -1889,7 +1889,6 @@ static int wl3501_probe(struct pcmcia_device *p_dev) | |||
1889 | 1889 | ||
1890 | /* General socket configuration */ | 1890 | /* General socket configuration */ |
1891 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; | 1891 | p_dev->conf.Attributes = CONF_ENABLE_IRQ; |
1892 | p_dev->conf.IntType = INT_MEMORY_AND_IO; | ||
1893 | p_dev->conf.ConfigIndex = 1; | 1892 | p_dev->conf.ConfigIndex = 1; |
1894 | 1893 | ||
1895 | dev = alloc_etherdev(sizeof(struct wl3501_card)); | 1894 | dev = alloc_etherdev(sizeof(struct wl3501_card)); |