summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
authorMika Tiainen2017-05-30 19:23:17 +0200
committerMichael Brown2017-06-14 13:22:08 +0200
commit62573b99ccbcbbcaa39cfbd451e6162a7ec1cb1e (patch)
tree9ee5d23a196fc4cf02553c9abbe953ae6a588cb4 /src/drivers
parent[usb] Allow for USB network devices with no interrupt endpoint (diff)
downloadipxe-62573b99ccbcbbcaa39cfbd451e6162a7ec1cb1e.tar.gz
ipxe-62573b99ccbcbbcaa39cfbd451e6162a7ec1cb1e.tar.xz
ipxe-62573b99ccbcbbcaa39cfbd451e6162a7ec1cb1e.zip
[intel] Add INTEL_NO_PHY_RST for I219-V
Fix booting on HP EliteBook 820 G3. 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 1bca87bc..d09978ad 100644
--- a/src/drivers/net/intel.c
+++ b/src/drivers/net/intel.c
@@ -1124,7 +1124,7 @@ static struct pci_device_id intel_nics[] = {
PCI_ROM ( 0x8086, 0x1559, "i218v", "I218-V", 0),
PCI_ROM ( 0x8086, 0x155a, "i218lm", "I218-LM", 0),
PCI_ROM ( 0x8086, 0x156f, "i219lm", "I219-LM", 0 ),
- PCI_ROM ( 0x8086, 0x1570, "i219v", "I219-V", 0 ),
+ PCI_ROM ( 0x8086, 0x1570, "i219v", "I219-V", INTEL_NO_PHY_RST ),
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 ),