mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[pci] Add driver_data field to struct pci_device_id
Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
committed by
Michael Brown
parent
87b494bbab
commit
3da6f1c7bd
@@ -1930,7 +1930,7 @@ int pci_set_power_state(struct pci_device *dev, int state)
|
||||
}
|
||||
|
||||
static struct pci_device_id velocity_nics[] = {
|
||||
PCI_ROM(0x1106, 0x3119, "via-velocity", "VIA Networking Velocity Family Gigabit Ethernet Adapter"),
|
||||
PCI_ROM(0x1106, 0x3119, "via-velocity", "VIA Networking Velocity Family Gigabit Ethernet Adapter", 0),
|
||||
};
|
||||
|
||||
PCI_DRIVER ( velocity_driver, velocity_nics, PCI_NO_CLASS );
|
||||
|
||||
Reference in New Issue
Block a user