mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[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:
committed by
Michael Brown
parent
87b494bbab
commit
3da6f1c7bd
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user