|
Lines 282-287
Link Here
|
| 282 |
{0x1186, 0x1002, 0x1186, 0x1040, 0, 0, 3}, |
282 |
{0x1186, 0x1002, 0x1186, 0x1040, 0, 0, 3}, |
| 283 |
{0x1186, 0x1002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4}, |
283 |
{0x1186, 0x1002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 4}, |
| 284 |
{0x13F0, 0x0201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 5}, |
284 |
{0x13F0, 0x0201, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 5}, |
|
|
285 |
{0x13F0, 0x0200, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 6}, |
| 285 |
{0,} |
286 |
{0,} |
| 286 |
}; |
287 |
}; |
| 287 |
MODULE_DEVICE_TABLE(pci, sundance_pci_tbl); |
288 |
MODULE_DEVICE_TABLE(pci, sundance_pci_tbl); |
|
Lines 299-305
Link Here
|
| 299 |
{"D-Link DFE-580TX 4 port Server Adapter"}, |
300 |
{"D-Link DFE-580TX 4 port Server Adapter"}, |
| 300 |
{"D-Link DFE-530TXS FAST Ethernet Adapter"}, |
301 |
{"D-Link DFE-530TXS FAST Ethernet Adapter"}, |
| 301 |
{"D-Link DL10050-based FAST Ethernet Adapter"}, |
302 |
{"D-Link DL10050-based FAST Ethernet Adapter"}, |
| 302 |
{"Sundance Technology Alta"}, |
303 |
{"IC Plus IP100 Fast Ethernet Adapter"}, |
|
|
304 |
{"ENCORE 10/100Mbps Fast Ethernet PCI Adapter"}, |
| 303 |
{NULL,}, /* 0 terminated list. */ |
305 |
{NULL,}, /* 0 terminated list. */ |
| 304 |
}; |
306 |
}; |
| 305 |
|
307 |
|