aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2022-08-08 14:13:34 +0100
committerMichael Brown <mcb30@ipxe.org>2022-08-08 15:59:55 +0100
commit9dfcdc04c86503924e1424757082d07e3649f59e (patch)
tree4ca270b4346b4fa998c25a6ad94a1da81e787b0c
parentd8014b1801f1dee59d7d1450a62b31f844e2bd5c (diff)
downloadipxe-9dfcdc04c86503924e1424757082d07e3649f59e.zip
ipxe-9dfcdc04c86503924e1424757082d07e3649f59e.tar.gz
ipxe-9dfcdc04c86503924e1424757082d07e3649f59e.tar.bz2
[intelxl] Update list of PCI IDs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r--src/drivers/net/intelxl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/net/intelxl.c b/src/drivers/net/intelxl.c
index 5de4591..9d11f64 100644
--- a/src/drivers/net/intelxl.c
+++ b/src/drivers/net/intelxl.c
@@ -1826,6 +1826,10 @@ static void intelxl_remove ( struct pci_device *pci ) {
/** PCI device IDs */
static struct pci_device_id intelxl_nics[] = {
+ PCI_ROM ( 0x8086, 0x0cf8, "x710-n3000", "X710 FPGA N3000", 0 ),
+ PCI_ROM ( 0x8086, 0x0d58, "xxv710-n3000", "XXV710 FPGA N3000", 0 ),
+ PCI_ROM ( 0x8086, 0x104e, "x710-sfp-b", "X710 10GbE SFP+", 0 ),
+ PCI_ROM ( 0x8086, 0x104f, "x710-kx-b", "X710 10GbE backplane", 0 ),
PCI_ROM ( 0x8086, 0x1572, "x710-sfp", "X710 10GbE SFP+", 0 ),
PCI_ROM ( 0x8086, 0x1574, "xl710-qemu", "Virtual XL710", 0 ),
PCI_ROM ( 0x8086, 0x1580, "xl710-kx-b", "XL710 40GbE backplane", 0 ),
@@ -1839,6 +1843,7 @@ static struct pci_device_id intelxl_nics[] = {
PCI_ROM ( 0x8086, 0x1589, "x710-10gt4", "X710 10GBASE-T4", 0 ),
PCI_ROM ( 0x8086, 0x158a, "xxv710", "XXV710 25GbE backplane", 0 ),
PCI_ROM ( 0x8086, 0x158b, "xxv710-sfp28", "XXV710 25GbE SFP28", 0 ),
+ PCI_ROM ( 0x8086, 0x15ff, "x710-10gt-b", "X710 10GBASE-T", 0 ),
PCI_ROM ( 0x8086, 0x37ce, "x722-kx", "X722 10GbE backplane", 0 ),
PCI_ROM ( 0x8086, 0x37cf, "x722-qsfp", "X722 10GbE QSFP+", 0 ),
PCI_ROM ( 0x8086, 0x37d0, "x722-sfp", "X722 10GbE SFP+", 0 ),