mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +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
@@ -1278,8 +1278,8 @@ static struct nic_operations sis900_operations = {
|
||||
};
|
||||
|
||||
static struct pci_device_id sis900_nics[] = {
|
||||
PCI_ROM(0x1039, 0x0900, "sis900", "SIS900"),
|
||||
PCI_ROM(0x1039, 0x7016, "sis7016", "SIS7016"),
|
||||
PCI_ROM(0x1039, 0x0900, "sis900", "SIS900", 0),
|
||||
PCI_ROM(0x1039, 0x7016, "sis7016", "SIS7016", 0),
|
||||
};
|
||||
|
||||
PCI_DRIVER ( sis900_driver, sis900_nics, PCI_NO_CLASS );
|
||||
|
||||
Reference in New Issue
Block a user