From: Tyler J. Stachecki Date: Sun, 4 Apr 2021 14:13:59 +0000 (-0400) Subject: [intel] Add additional PCI device ID to table X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0346dbb49de0bb6c7637c511a175ce478aca9b9;p=thirdparty%2Fipxe.git [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 --- diff --git a/src/drivers/net/intelxvf.c b/src/drivers/net/intelxvf.c index f0ba091d5..d50bac698 100644 --- a/src/drivers/net/intelxvf.c +++ b/src/drivers/net/intelxvf.c @@ -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 */