mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +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
@@ -1006,9 +1006,9 @@ static struct nic_operations pcnet32_operations = {
|
||||
};
|
||||
|
||||
static struct pci_device_id pcnet32_nics[] = {
|
||||
PCI_ROM(0x1022, 0x2000, "pcnet32", "AMD PCnet/PCI"),
|
||||
PCI_ROM(0x1022, 0x2625, "pcnetfastiii", "AMD PCNet FAST III"),
|
||||
PCI_ROM(0x1022, 0x2001, "amdhomepna", "AMD PCnet/HomePNA"),
|
||||
PCI_ROM(0x1022, 0x2000, "pcnet32", "AMD PCnet/PCI", 0),
|
||||
PCI_ROM(0x1022, 0x2625, "pcnetfastiii", "AMD PCNet FAST III", 0),
|
||||
PCI_ROM(0x1022, 0x2001, "amdhomepna", "AMD PCnet/HomePNA", 0),
|
||||
};
|
||||
|
||||
PCI_DRIVER ( pcnet32_driver, pcnet32_nics, PCI_NO_CLASS );
|
||||
|
||||
Reference in New Issue
Block a user