mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
Automatically updated with
perl -pi -0777 -e 's/^static struct \w+_driver (\w+) =\s*(\w+_DRIVER \()/${2} ${1},/msg' *.c
This commit is contained in:
@@ -516,8 +516,7 @@ PCI_ROM(0x10b8, 0x0005, "epic100", "SMC EtherPowerII"), /* SMC 83c170 EPIC/1
|
||||
PCI_ROM(0x10b8, 0x0006, "smc-83c175", "SMC EPIC/C 83c175"),
|
||||
};
|
||||
|
||||
static struct pci_driver epic100_driver =
|
||||
PCI_DRIVER ( epic100_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( epic100_driver, epic100_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "EPIC100", nic_driver, pci_driver, epic100_driver,
|
||||
epic100_probe, epic100_disable );
|
||||
|
||||
Reference in New Issue
Block a user