summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorAndrew Grasso2017-07-13 15:04:01 +0200
committerMichael Brown2020-07-22 13:19:04 +0200
commitc4d1ae0fcd62b7882f056c0d4bff654e28d66c6a (patch)
tree155f03ed43d77c5de03d15e713e52a42f75d9a9a /src/drivers
parent[deflate] Fix typo in comment describing length codes (diff)
downloadipxe-c4d1ae0fcd62b7882f056c0d4bff654e28d66c6a.tar.gz
ipxe-c4d1ae0fcd62b7882f056c0d4bff654e28d66c6a.tar.xz
ipxe-c4d1ae0fcd62b7882f056c0d4bff654e28d66c6a.zip
[intel] Add INTEL_NO_PHY_RST for I218LM
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/net/intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/intel.c b/src/drivers/net/intel.c
index bb0b673b9..52053cd52 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -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 ),