[pci] Add driver_data field to struct pci_device_id

Modified-by: Michael Brown <mcb30@etherboot.org>
Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
Thomas Miletich
2009-03-26 10:19:03 +00:00
committed by Michael Brown
parent 87b494bbab
commit 3da6f1c7bd
39 changed files with 335 additions and 331 deletions

View File

@@ -656,9 +656,9 @@ static struct nic_operations mtd_operations = {
};
static struct pci_device_id mtd80x_nics[] = {
PCI_ROM(0x1516, 0x0800, "MTD800", "Myson MTD800"),
PCI_ROM(0x1516, 0x0803, "MTD803", "Surecom EP-320X"),
PCI_ROM(0x1516, 0x0891, "MTD891", "Myson MTD891"),
PCI_ROM(0x1516, 0x0800, "MTD800", "Myson MTD800", 0),
PCI_ROM(0x1516, 0x0803, "MTD803", "Surecom EP-320X", 0),
PCI_ROM(0x1516, 0x0891, "MTD891", "Myson MTD891", 0),
};
PCI_DRIVER ( mtd80x_driver, mtd80x_nics, PCI_NO_CLASS );