mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10: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
@@ -2100,7 +2100,7 @@ static void phantom_remove ( struct pci_device *pci ) {
|
||||
|
||||
/** Phantom PCI IDs */
|
||||
static struct pci_device_id phantom_nics[] = {
|
||||
PCI_ROM ( 0x4040, 0x0100, "nx", "NX" ),
|
||||
PCI_ROM ( 0x4040, 0x0100, "nx", "NX", 0 ),
|
||||
};
|
||||
|
||||
/** Phantom PCI driver */
|
||||
|
||||
Reference in New Issue
Block a user