david/ipxe
Archived
1
0

[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>
This commit is contained in:
Anton D. Kachalov 2014-09-30 23:38:27 +04:00 committed by Michael Brown
parent a48a71b720
commit 86285d1d54

View File

@ -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 */