mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 18:03: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
@@ -883,9 +883,9 @@ static void set_rx_mode(struct nic *nic __unused)
|
||||
}
|
||||
|
||||
static struct pci_device_id sundance_nics[] = {
|
||||
PCI_ROM(0x13f0, 0x0201, "sundance", "ST201 Sundance 'Alta' based Adaptor"),
|
||||
PCI_ROM(0x1186, 0x1002, "dfe530txs", "D-Link DFE530TXS (Sundance ST201 Alta)"),
|
||||
PCI_ROM(0x13f0, 0x0200, "ip100a", "IC+ IP100A"),
|
||||
PCI_ROM(0x13f0, 0x0201, "sundance", "ST201 Sundance 'Alta' based Adaptor", 0),
|
||||
PCI_ROM(0x1186, 0x1002, "dfe530txs", "D-Link DFE530TXS (Sundance ST201 Alta)", 0),
|
||||
PCI_ROM(0x13f0, 0x0200, "ip100a", "IC+ IP100A", 0),
|
||||
};
|
||||
|
||||
PCI_DRIVER ( sundance_driver, sundance_nics, PCI_NO_CLASS );
|
||||
|
||||
Reference in New Issue
Block a user