mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +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
@@ -674,7 +674,7 @@ static int amd8111e_probe(struct nic *nic, struct pci_device *pdev)
|
||||
}
|
||||
|
||||
static struct pci_device_id amd8111e_nics[] = {
|
||||
PCI_ROM(0x1022, 0x7462, "amd8111e", "AMD8111E"),
|
||||
PCI_ROM(0x1022, 0x7462, "amd8111e", "AMD8111E", 0),
|
||||
};
|
||||
|
||||
PCI_DRIVER ( amd8111e_driver, amd8111e_nics, PCI_NO_CLASS );
|
||||
|
||||
Reference in New Issue
Block a user