Skip to content

Commit

Permalink
[intelx] Add support for Intel X552 NIC
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
sthaber authored and mcb30 committed Jul 7, 2018
1 parent 8ed4e30 commit 97a3d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/intelx.c
Expand Up @@ -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 ),
};

Expand Down

0 comments on commit 97a3d37

Please sign in to comment.