[intelx] Add support for Intel X552 NIC

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/74/merge
Steven Haber 2018-05-10 16:12:32 -07:00 committed by Michael Brown
parent 8ed4e3049f
commit 97a3d37285
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ static struct pci_device_id intelx_nics[] = {
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_ROM ( 0x8086, 0x15ab, "x552", "X552", 0 ),
PCI_ROM ( 0x8086, 0x15e5, "x553", "X553", 0 ),
};