]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[intel] Add INTEL_NO_PHY_RST for I218LM
authorAndrew Grasso <andrew.grasso@logicsupply.com>
Thu, 13 Jul 2017 13:04:01 +0000 (09:04 -0400)
committerMichael Brown <mcb30@ipxe.org>
Wed, 22 Jul 2020 11:19:04 +0000 (12:19 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/intel.c

index bb0b673b9fbc184edb775d4a982a8b65a2bdb3a5..52053cd52f3d972acc986efbe50d83d16086389a 100644 (file)
@@ -1135,7 +1135,7 @@ static struct pci_device_id intel_nics[] = {
        PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", INTEL_NO_PHY_RST ),
        PCI_ROM ( 0x8086, 0x153b, "i217v", "I217-V", 0 ),
        PCI_ROM ( 0x8086, 0x1559, "i218v", "I218-V", 0),
-       PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
+       PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", INTEL_NO_PHY_RST ),
        PCI_ROM ( 0x8086, 0x156f, "i219lm", "I219-LM", INTEL_I219 ),
        PCI_ROM ( 0x8086, 0x1570, "i219v", "I219-V", INTEL_I219 ),
        PCI_ROM ( 0x8086, 0x157b, "i210-2", "I210", 0 ),