diff options
| -rw-r--r-- | drivers/net/arcnet/com20020-pci.c | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/drivers/net/arcnet/com20020-pci.c b/drivers/net/arcnet/com20020-pci.c index 945f532078e9..96edc1346124 100644 --- a/drivers/net/arcnet/com20020-pci.c +++ b/drivers/net/arcnet/com20020-pci.c | |||
| @@ -214,8 +214,17 @@ static struct com20020_pci_card_info card_info_sohard = { | |||
| 214 | .flags = ARC_CAN_10MBIT, | 214 | .flags = ARC_CAN_10MBIT, |
| 215 | }; | 215 | }; |
| 216 | 216 | ||
| 217 | static struct com20020_pci_card_info card_info_eae = { | 217 | static struct com20020_pci_card_info card_info_eae_arc1 = { |
| 218 | .name = "EAE PLX-PCI", | 218 | .name = "EAE PLX-PCI ARC1", |
| 219 | .devcount = 1, | ||
| 220 | .chan_map_tbl = { | ||
| 221 | { 2, 0x00, 0x08 }, | ||
| 222 | }, | ||
| 223 | .flags = ARC_CAN_10MBIT, | ||
| 224 | }; | ||
| 225 | |||
| 226 | static struct com20020_pci_card_info card_info_eae_ma1 = { | ||
| 227 | .name = "EAE PLX-PCI MA1", | ||
| 219 | .devcount = 2, | 228 | .devcount = 2, |
| 220 | .chan_map_tbl = { | 229 | .chan_map_tbl = { |
| 221 | { 2, 0x00, 0x08 }, | 230 | { 2, 0x00, 0x08 }, |
| @@ -359,9 +368,15 @@ static const struct pci_device_id com20020pci_id_table[] = { | |||
| 359 | }, | 368 | }, |
| 360 | { | 369 | { |
| 361 | 0x10B5, 0x9050, | 370 | 0x10B5, 0x9050, |
| 371 | 0x10B5, 0x3263, | ||
| 372 | 0, 0, | ||
| 373 | (kernel_ulong_t)&card_info_eae_arc1 | ||
| 374 | }, | ||
| 375 | { | ||
| 376 | 0x10B5, 0x9050, | ||
| 362 | 0x10B5, 0x3292, | 377 | 0x10B5, 0x3292, |
| 363 | 0, 0, | 378 | 0, 0, |
| 364 | (kernel_ulong_t)&card_info_eae | 379 | (kernel_ulong_t)&card_info_eae_ma1 |
| 365 | }, | 380 | }, |
| 366 | { | 381 | { |
| 367 | 0x14BA, 0x6000, | 382 | 0x14BA, 0x6000, |
