]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intelx] Added PCI_ROM entry for Intel x553/x557-AT and x553 (SFP+) NICs
authorRob Taglang <rob@taglang.io>
Tue, 2 Oct 2018 19:41:51 +0000 (15:41 -0400)
committerMichael Brown <mcb30@ipxe.org>
Wed, 22 Jul 2020 11:31:26 +0000 (12:31 +0100)
Signed-off-by: Rob Taglang <rob@taglang.io>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intelx.c

index 47de90c88520bcc19207a74cfcfe64d2ebc54b76..91fb7955f486f2c225c2cdc601e71df3cc6ca9ca 100644 (file)
@@ -475,6 +475,8 @@ static struct pci_device_id intelx_nics[] = {
        PCI_ROM ( 0x8086, 0x1560, "x540t1", "X540-AT2/X540-BT2 (with single port NVM)", 0 ),
        PCI_ROM ( 0x8086, 0x1563, "x550t2", "X550-T2", 0 ),
        PCI_ROM ( 0x8086, 0x15ab, "x552", "X552", 0 ),
+       PCI_ROM ( 0x8086, 0x15c8, "x553t", "X553/X557-AT", 0 ),
+       PCI_ROM ( 0x8086, 0x15ce, "x553-sfp", "X553 (SFP+)", 0 ),
        PCI_ROM ( 0x8086, 0x15e5, "x553", "X553", 0 ),
 };