]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add INTEL_NO_PHY_RST for another I218-LM variant
authorMika Tiainen <mikat@iki.fi>
Tue, 9 Feb 2016 20:38:29 +0000 (22:38 +0200)
committerMichael Brown <mcb30@ipxe.org>
Fri, 12 Feb 2016 13:23:44 +0000 (13:23 +0000)
Fixed booting on HP EliteBook 820 G2 laptop.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c

index cdfac1579f68ed36449de5c470ecdf8099952a9f..dc06466a7cc0f58e578c6383ce2c4889dc1cbe5f 100644 (file)
@@ -1065,7 +1065,7 @@ static struct pci_device_id intel_nics[] = {
        PCI_ROM ( 0x8086, 0x157b, "i210-2", "I210", 0 ),
        PCI_ROM ( 0x8086, 0x15a0, "i218lm-2", "I218-LM", INTEL_NO_PHY_RST ),
        PCI_ROM ( 0x8086, 0x15a1, "i218v-2", "I218-V", 0 ),
-       PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", 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, 0x294c, "82566dc-2", "82566DC-2", 0 ),
        PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),