[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>
pull/121/head
LaDerrick H 2020-07-14 10:59:59 -05:00 committed by Michael Brown
parent 1832f8a9b0
commit 78ca890c35
1 changed files with 2 additions and 0 deletions

View File

@ -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),
};