[ipxe-devel] Patch Request ipxe/src/drivers/net/intel.c for 0x8086, 0x15b8
Paul Sands
usg990a39 at gmail.com
Tue Jun 20 04:55:37 UTC 2017
I ran into the freeze after initialization when using the I219-V2 NIC
today. Adding " INTEL_NO_PHY_RST" to intel.c allowed the NIC link to
come up. Happy to do any further testing as needed.
--- src/drivers/net/intel.c 2017-06-19 23:53:11.116361194 -0500
+++ src/drivers/net/intel.c.new 2017-06-19 21:46:57.545588000 -0500
@@ -1131,7 +1131,7 @@
PCI_ROM ( 0x8086, 0x15a2, "i218lm-3", "I218-LM", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15a3, "i218v-3", "I218-V", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x15b7, "i219lm-2", "I219-LM (2)",
INTEL_NO_PHY_RST ),
- PCI_ROM ( 0x8086, 0x15b8, "i219v-2", "I219-V (2)", 0 ),
+ PCI_ROM ( 0x8086, 0x15b8, "i219v-2", "I219-V (2)", INTEL_NO_PHY_RST ),
PCI_ROM ( 0x8086, 0x294c, "82566dc-2", "82566DC-2", 0 ),
PCI_ROM ( 0x8086, 0x2e6e, "cemedia", "CE Media Processor", 0 ),
};
--
Sincerely,
Paul Sands
usg990a39 at gmail.com
More information about the ipxe-devel
mailing list