Skip to content

Commit

Permalink
[intel] Add INTEL_NO_PHY_RST for I219-V
Browse files Browse the repository at this point in the history
Fix booting on HP EliteBook 820 G3.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Mika Tiainen authored and mcb30 committed Jun 14, 2017
1 parent 63113f5 commit 62573b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/net/intel.c
Expand Up @@ -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 ),
Expand Down

0 comments on commit 62573b9

Please sign in to comment.