]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intelx] Add PCI IDs for Intel 82599 10GBASE-T NIC 911/head
authorForest Crossman <cyrozap@gmail.com>
Mon, 6 Mar 2023 00:22:18 +0000 (18:22 -0600)
committerForest Crossman <cyrozap@gmail.com>
Mon, 6 Mar 2023 00:22:18 +0000 (18:22 -0600)
Signed-off-by: Forest Crossman <cyrozap@gmail.com>
src/drivers/net/intelx.c

index f4dad8859bc35b2a93256337a760698836ba428f..343d013743f2707ac82ff82d5771c6c2aba0f4f1 100644 (file)
@@ -473,6 +473,7 @@ static struct pci_device_id intelx_nics[] = {
        PCI_ROM ( 0x8086, 0x10f9, "82599-cx4", "82599 (CX4)", 0 ),
        PCI_ROM ( 0x8086, 0x10fb, "82599-sfp", "82599 (SFI/SFP+)", 0 ),
        PCI_ROM ( 0x8086, 0x10fc, "82599-xaui", "82599 (XAUI/BX4)", 0 ),
+       PCI_ROM ( 0x8086, 0x151c, "82599-tn", "82599 (TN)", 0 ),
        PCI_ROM ( 0x8086, 0x1528, "x540t", "X540-AT2/X540-BT2", 0 ),
        PCI_ROM ( 0x8086, 0x154d, "82599-sfp-sf2", "82599 (SFI/SFP+)", 0 ),
        PCI_ROM ( 0x8086, 0x1557, "82599en-sfp", "82599 (Single Port SFI Only)", 0 ),