mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +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
@@ -4228,8 +4228,8 @@ fail1:
|
||||
|
||||
|
||||
static struct pci_device_id efab_nics[] = {
|
||||
PCI_ROM(0x1924, 0x0703, "falcon", "EtherFabric Falcon"),
|
||||
PCI_ROM(0x1924, 0x0710, "falconb0", "EtherFabric FalconB0"),
|
||||
PCI_ROM(0x1924, 0x0703, "falcon", "EtherFabric Falcon", 0),
|
||||
PCI_ROM(0x1924, 0x0710, "falconb0", "EtherFabric FalconB0", 0),
|
||||
};
|
||||
|
||||
struct pci_driver etherfabric_driver __pci_driver = {
|
||||
|
||||
Reference in New Issue
Block a user