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
@@ -935,9 +935,9 @@ static struct net_device_operations b44_operations = {
|
||||
|
||||
|
||||
static struct pci_device_id b44_nics[] = {
|
||||
PCI_ROM(0x14e4, 0x4401, "BCM4401", "BCM4401"),
|
||||
PCI_ROM(0x14e4, 0x170c, "BCM4401-B0", "BCM4401-B0"),
|
||||
PCI_ROM(0x14e4, 0x4402, "BCM4401-B1", "BCM4401-B1"),
|
||||
PCI_ROM(0x14e4, 0x4401, "BCM4401", "BCM4401", 0),
|
||||
PCI_ROM(0x14e4, 0x170c, "BCM4401-B0", "BCM4401-B0", 0),
|
||||
PCI_ROM(0x14e4, 0x4402, "BCM4401-B1", "BCM4401-B1", 0),
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user