mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +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
@@ -1204,10 +1204,10 @@ static struct nic_operations dmfe_operations = {
|
||||
};
|
||||
|
||||
static struct pci_device_id dmfe_nics[] = {
|
||||
PCI_ROM(0x1282, 0x9100, "dmfe9100", "Davicom 9100"),
|
||||
PCI_ROM(0x1282, 0x9102, "dmfe9102", "Davicom 9102"),
|
||||
PCI_ROM(0x1282, 0x9009, "dmfe9009", "Davicom 9009"),
|
||||
PCI_ROM(0x1282, 0x9132, "dmfe9132", "Davicom 9132"), /* Needs probably some fixing */
|
||||
PCI_ROM(0x1282, 0x9100, "dmfe9100", "Davicom 9100", 0),
|
||||
PCI_ROM(0x1282, 0x9102, "dmfe9102", "Davicom 9102", 0),
|
||||
PCI_ROM(0x1282, 0x9009, "dmfe9009", "Davicom 9009", 0),
|
||||
PCI_ROM(0x1282, 0x9132, "dmfe9132", "Davicom 9132", 0), /* Needs probably some fixing */
|
||||
};
|
||||
|
||||
PCI_DRIVER ( dmfe_driver, dmfe_nics, PCI_NO_CLASS );
|
||||
|
||||
Reference in New Issue
Block a user