Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[intel] Add 8086:1557 card (Intel 82599 10G ethernet mezz)
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Anton D. Kachalov authored and mcb30 committed Oct 3, 2014
1 parent a48a71b commit 86285d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/intelx.c
Expand Up @@ -461,6 +461,7 @@ static struct pci_device_id intelx_nics[] = {
PCI_ROM ( 0x8086, 0x10fb, "82599", "82599", 0 ),
PCI_ROM ( 0x8086, 0x1528, "x540at2", "X540-AT2", 0 ),
PCI_ROM ( 0x8086, 0x154d, "x520", "X520", 0 ),
PCI_ROM ( 0x8086, 0x1557, "82599", "82599", 0 ),
};

/** PCI driver */
Expand Down

0 comments on commit 86285d1

Please sign in to comment.