[ipxe-devel] [patch] Intel X550-T2 NIC

Janos Mattyasovszky mail at matya.eu
Tue Dec 19 13:41:13 UTC 2017


Dear Developer Community,

Please find attached the patch for adding support for the Intel X550-T2 Adapter:

https://ark.intel.com/products/88209/Intel-Ethernet-Converged-Network-Adapter-X550-T2

11:00.0 "Ethernet controller [0200]" "Intel(R) [8086]" "Ethernet Controller 10G X550T [1563]" -r01 "Intel(R) [8086]" "Ethernet Converged Network Adapter X550-T2 [0022]"

I'll give feedback in the next days after burning the ROM and testing it directly from the NIC.

Thanks
Janos M.

=====================================================================
From afd70f5e82dd4cd0ccea65f65480fbc44c00c2c5 Mon Sep 17 00:00:00 2001
From: Janos Mattyasovszky <mail at matya.eu>
Date: Tue, 19 Dec 2017 13:57:32 +0100
Subject: [PATCH] Adding support for Intel X550 T2 Adapter

---
src/drivers/net/intelx.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/src/drivers/net/intelx.c b/src/drivers/net/intelx.c
index 982b74f..25e1c8a 100644
--- a/src/drivers/net/intelx.c
+++ b/src/drivers/net/intelx.c
@@ -473,6 +473,7 @@ static struct pci_device_id intelx_nics[] = {
        PCI_ROM ( 0x8086, 0x154d, "82599-sfp-sf2", "82599 (SFI/SFP+)", 0 ),
        PCI_ROM ( 0x8086, 0x1557, "82599en-sfp", "82599 (Single Port SFI Only)", 0 ),
        PCI_ROM ( 0x8086, 0x1560, "x540t1", "X540-AT2/X540-BT2 (with single port NVM)", 0 ),
+       PCI_ROM ( 0x8086, 0x1563, "x550t2", "X550-T2", 0),
};

/** PCI driver */
--
1.7.12.4

=====================================================================

--
Janos Mattyasovszky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20171219/874d133f/attachment.htm>


More information about the ipxe-devel mailing list