mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
[sfc] Add PCI ID for Solarflare SFC9120 and Solarflare SFC9140
This patch adds support for 2 Solarflare NICs. Signed-off-by: LaDerrick H <ipxelist243@lacutt.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
1832f8a9b0
commit
78ca890c35
@@ -1314,6 +1314,8 @@ const struct efx_nic_type hunt_nic_type = {
|
||||
};
|
||||
|
||||
static struct pci_device_id hunt_nics[] = {
|
||||
PCI_ROM(0x1924, 0x0903, "SFC9120", "Solarflare SFC9120 Adapter", 0),
|
||||
PCI_ROM(0x1924, 0x0923, "SFC9140", "Solarflare SFC9140 Adapter", 0),
|
||||
PCI_ROM(0x1924, 0x0a03, "SFC9220", "Solarflare SFN8xxx Adapter", 0),
|
||||
PCI_ROM(0x1924, 0x0b03, "SFC9250", "Solarflare X25xx Adapter", 0),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user