|
@@ -712,13 +712,14 @@ static struct net_device_operations vxge_operations = {
|
712
|
712
|
.irq = vxge_irq,
|
713
|
713
|
};
|
714
|
714
|
|
715
|
|
-static struct pci_device_id vxge_nics[] = {
|
716
|
|
- PCI_ROM(0x17d5, 0x5833, "vxge-x3100", "Neterion X3100 Series", 0),
|
|
715
|
+static struct pci_device_id vxge_main_nics[] = {
|
|
716
|
+ /* If you change this, also adjust vxge_nics[] in vxge.c */
|
|
717
|
+ PCI_ID(0x17d5, 0x5833, "vxge-x3100", "Neterion X3100 Series", 0),
|
717
|
718
|
};
|
718
|
719
|
|
719
|
720
|
struct pci_driver vxge_driver __pci_driver = {
|
720
|
|
- .ids = vxge_nics,
|
721
|
|
- .id_count = (sizeof(vxge_nics) / sizeof(vxge_nics[0])),
|
|
721
|
+ .ids = vxge_main_nics,
|
|
722
|
+ .id_count = (sizeof(vxge_main_nics) / sizeof(vxge_main_nics[0])),
|
722
|
723
|
.probe = vxge_probe,
|
723
|
724
|
.remove = vxge_remove,
|
724
|
725
|
};
|