mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 13:11:11 +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
@@ -610,8 +610,8 @@ static struct nic_operations w89c840_operations = {
|
||||
};
|
||||
|
||||
static struct pci_device_id w89c840_nics[] = {
|
||||
PCI_ROM(0x1050, 0x0840, "winbond840", "Winbond W89C840F"),
|
||||
PCI_ROM(0x11f6, 0x2011, "compexrl100atx", "Compex RL100ATX"),
|
||||
PCI_ROM(0x1050, 0x0840, "winbond840", "Winbond W89C840F", 0),
|
||||
PCI_ROM(0x11f6, 0x2011, "compexrl100atx", "Compex RL100ATX", 0),
|
||||
};
|
||||
|
||||
PCI_DRIVER ( w89c840_driver, w89c840_nics, PCI_NO_CLASS );
|
||||
|
||||
Reference in New Issue
Block a user