[intel] Add additional PCI device ID to table

Adding this missing identifier allows the X557-AT2 chipset seen on (at
least) Super Micro A2SDI-H-TF motherboards to function with iPXE.

Signed-off-by: Tyler J. Stachecki <stachecki.tyler@gmail.com>
pull/329/head
Tyler J. Stachecki 2021-04-04 10:13:59 -04:00 committed by Michael Brown
parent 94245624e4
commit c0346dbb49
1 changed files with 1 additions and 0 deletions

View File

@ -530,6 +530,7 @@ static struct pci_device_id intelxvf_nics[] = {
PCI_ROM ( 0x8086, 0x1515, "x540-vf", "X540 VF", 0 ),
PCI_ROM ( 0x8086, 0x1565, "x550-vf", "X550 VF", 0 ),
PCI_ROM ( 0x8086, 0x15a8, "x552-vf", "X552 VF", 0 ),
PCI_ROM ( 0x8086, 0x15c5, "x557-vf", "X557-AT2 VF", 0 ),
};
/** PCI driver */