mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12: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
@@ -37,9 +37,9 @@ static void prism2_pci_disable ( struct nic *nic ) {
|
||||
}
|
||||
|
||||
static struct pci_device_id prism2_pci_nics[] = {
|
||||
PCI_ROM(0x1260, 0x3873, "prism2_pci", "Harris Semiconductor Prism2.5 clone"),
|
||||
PCI_ROM(0x1260, 0x3873, "hwp01170", "ActionTec HWP01170"),
|
||||
PCI_ROM(0x1260, 0x3873, "dwl520", "DLink DWL-520"),
|
||||
PCI_ROM(0x1260, 0x3873, "prism2_pci", "Harris Semiconductor Prism2.5 clone", 0),
|
||||
PCI_ROM(0x1260, 0x3873, "hwp01170", "ActionTec HWP01170", 0),
|
||||
PCI_ROM(0x1260, 0x3873, "dwl520", "DLink DWL-520", 0),
|
||||
};
|
||||
|
||||
PCI_DRIVER ( prism2_pci_driver, prism2_pci_nics, PCI_NO_CLASS );
|
||||
|
||||
Reference in New Issue
Block a user