mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +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:
@@ -539,8 +539,7 @@ PCI_ROM(0x10b7, 0x7646, "3csoho100-tx-1", "3CSOHO100-TX"), /* Hurricane */
|
||||
PCI_ROM(0x10b7, 0x4500, "3c450-1", "3Com450 HomePNA Tornado"),
|
||||
};
|
||||
|
||||
static struct pci_driver t595_driver =
|
||||
PCI_DRIVER ( t595_nics, PCI_NO_CLASS );
|
||||
PCI_DRIVER ( t595_driver, t595_nics, PCI_NO_CLASS );
|
||||
|
||||
DRIVER ( "3C595", nic_driver, pci_driver, t595_driver,
|
||||
t595_probe, t595_disable );
|
||||
|
||||
Reference in New Issue
Block a user