mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +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:
@@ -3706,8 +3706,7 @@ PCI_ROM(0x8086, 0x107a, "e1000-82546gb-fiber", "Intel EtherExpressPro1000 8
|
||||
PCI_ROM(0x8086, 0x107b, "e1000-82546gb-serdes", "Intel EtherExpressPro1000 82546GB SERDES"),
|
||||
};
|
||||
|
||||
static struct pci_driver e1000_driver =
|
||||
PCI_DRIVER ( e1000_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( e1000_driver, e1000_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "E1000", nic_driver, pci_driver, e1000_driver,
|
||||
e1000_probe, e1000_disable );
|
||||
|
||||
Reference in New Issue
Block a user