]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add 8086:1557 card (Intel 82599 10G ethernet mezz)
authorAnton D. Kachalov <mouse@yandex-team.ru>
Tue, 30 Sep 2014 19:38:27 +0000 (23:38 +0400)
committerMichael Brown <mcb30@ipxe.org>
Fri, 3 Oct 2014 12:22:09 +0000 (13:22 +0100)
Signed-off-by: Anton D. Kachalov <mouse@yandex-team.ru>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intelx.c

index defea9dac780d9de630a5ab20b8bfab1dc8c8866..d69900e41ecd49f1a8e2f2c2b4f96a2d29957c82 100644 (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 */