summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/intel.c
diff options
context:
space:
mode:
authorTorgeir Wulfsberg2015-12-07 20:52:16 +0100
committerMichael Brown2015-12-07 20:52:16 +0100
commitd6945925d8e68bf8e317131a4505e205ccc161a9 (patch)
tree1b62e08cdc00d604794c9d064130159b7ea3241f /src/drivers/net/intel.c
parent[acm] Add support for CDC-ACM (aka USB RNDIS) devices (diff)
downloadipxe-d6945925d8e68bf8e317131a4505e205ccc161a9.tar.gz
ipxe-d6945925d8e68bf8e317131a4505e205ccc161a9.tar.xz
ipxe-d6945925d8e68bf8e317131a4505e205ccc161a9.zip
[intel] Add INTEL_NO_PHY_RST for I217-LM
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/intel.c')
-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 e155b644..840bad80 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -1058,7 +1058,7 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x1527, "82580-f2", "82580 Fiber", 0 ),
PCI_ROM ( 0x8086, 0x1533, "i210", "I210", 0 ),
PCI_ROM ( 0x8086, 0x1539, "i211", "I211", 0 ),
- PCI_ROM ( 0x8086, 0x153a, "i217lm", "I217-LM", 0 ),
+ 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),