mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +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:
@@ -1006,8 +1006,7 @@ PCI_ROM(0x10bd, 0x0e34, "surecom-ne34", "Surecom NE34"),
|
||||
PCI_ROM(0x1106, 0x0926, "via86c926", "Via 86c926"),
|
||||
};
|
||||
|
||||
static struct pci_driver nepci_driver =
|
||||
PCI_DRIVER ( "NE2000/PCI", nepci_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( nepci_driver, "NE2000/PCI", nepci_nics, PCI_NO_CLASS );
|
||||
|
||||
BOOT_DRIVER ( "NE2000/PCI", nepci_probe );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user