]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add support for I219-V in 7th Gen Intel NUC
authorJerone Young <jerone.young@gmail.com>
Sun, 2 Jul 2017 22:23:17 +0000 (17:23 -0500)
committerMichael Brown <mcb30@ipxe.org>
Wed, 5 Jul 2017 09:57:59 +0000 (10:57 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c

index d09978ad9a08fc15148bbbf4bcfefcb328dddb0c..f66de7bf363df7106e17819dc673e483e6cb15a7 100644 (file)
@@ -1132,6 +1132,7 @@ static struct pci_device_id intel_nics[] = {
        PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", INTEL_NO_PHY_RST ),
        PCI_ROM ( 0x8086, 0x15b7, "i219lm-2", "I219-LM (2)", INTEL_NO_PHY_RST ),
        PCI_ROM ( 0x8086, 0x15b8, "i219v-2", "I219-V (2)", 0 ),
+       PCI_ROM ( 0x8086, 0x15d8, "i219v-4", "I219-V (4)", INTEL_NO_PHY_RST ),
        PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
        PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
 };