mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Tweaked API to minimise changes to existing drivers even further.
This commit is contained in:
@@ -246,7 +246,7 @@ static struct pci_id pnic_nics[] = {
|
||||
PCI_ROM ( 0xfefe, 0xefef, "pnic", "Bochs Pseudo NIC Adaptor" ),
|
||||
};
|
||||
|
||||
static struct pci_driver_info pnic_driver =
|
||||
static struct pci_driver pnic_driver =
|
||||
PCI_DRIVER ( pnic_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "PNIC", nic_driver, pci_driver, pnic_driver,
|
||||
|
||||
Reference in New Issue
Block a user