]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add additional PCI device ID to table
authorTyler J. Stachecki <stachecki.tyler@gmail.com>
Sun, 4 Apr 2021 14:13:59 +0000 (10:13 -0400)
committerMichael Brown <mcb30@ipxe.org>
Sat, 10 Apr 2021 13:56:00 +0000 (14:56 +0100)
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>
src/drivers/net/intelxvf.c

index f0ba091d5bdf639e90a7731a7b189bac21ab5175..d50bac698725c87f27a4b9cbedb54a195a145b90 100644 (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 */