]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add PCI device ID for another I219-V
authorChristian Nilsson <nikize@gmail.com>
Tue, 29 Mar 2016 16:44:30 +0000 (18:44 +0200)
committerMichael Brown <mcb30@ipxe.org>
Tue, 29 Mar 2016 18:53:20 +0000 (19:53 +0100)
Signed-off-by: Christian Nilsson <nikize@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c

index dc06466a7cc0f58e578c6383ce2c4889dc1cbe5f..a64dd1913affb49999dc739c6ab30bc49d712506 100644 (file)
@@ -1067,6 +1067,7 @@ static struct pci_device_id intel_nics[] = {
        PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ),
        PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", INTEL_NO_PHY_RST ),
        PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", INTEL_NO_PHY_RST ),
+       PCI_ROM ( 0x8086, 0x15b8, "i219v-2", "I219-V (2)", 0 ),
        PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
        PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
 };