mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +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
@@ -2386,7 +2386,7 @@ static void linda_remove ( struct pci_device *pci ) {
|
||||
}
|
||||
|
||||
static struct pci_device_id linda_nics[] = {
|
||||
PCI_ROM ( 0x1077, 0x7220, "iba7220", "QLE7240/7280 HCA driver" ),
|
||||
PCI_ROM ( 0x1077, 0x7220, "iba7220", "QLE7240/7280 HCA driver", 0 ),
|
||||
};
|
||||
|
||||
struct pci_driver linda_driver __pci_driver = {
|
||||
|
||||
Reference in New Issue
Block a user