Browse Source

[intelx] Add PCI_ROM entry for Intel X553 NIC

Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Rob Taglang 6 years ago
parent
commit
2eef77ecc0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/drivers/net/intelx.c

+ 1
- 0
src/drivers/net/intelx.c View File

@@ -474,6 +474,7 @@ static struct pci_device_id intelx_nics[] = {
474 474
 	PCI_ROM ( 0x8086, 0x1557, "82599en-sfp", "82599 (Single Port SFI Only)", 0 ),
475 475
 	PCI_ROM ( 0x8086, 0x1560, "x540t1", "X540-AT2/X540-BT2 (with single port NVM)", 0 ),
476 476
 	PCI_ROM ( 0x8086, 0x1563, "x550t2", "X550-T2", 0 ),
477
+	PCI_ROM ( 0x8086, 0x15e5, "x553", "X553", 0 ),
477 478
 };
478 479
 
479 480
 /** PCI driver */

Loading…
Cancel
Save