[ipxe-devel] Chainload WDS/SCCM2012 server, with hp8570w and undionly.kpxe, WinPE freezing...

Robin Smidsrød robin at smidsrod.no
Sun Dec 6 19:41:10 UTC 2015


On 24.11.2015 14:37, Torgeir.Wulfsberg at kongsberg.com wrote:
> But our other Zbook15 (don't know which one is G1 or G2) has another NIC Intel I217-LM (8086:153a). Same problem. Drops to 10Mbps (9 min for 240MB boot.wim file).
> 
> Adding "INTEL_NO_PHY_RST" for this network interface as well does the trick (downloads in 90sec or so as expected):

Thanks for testing it. We expected more devices to have this quirk, but
we need test reports like this one to confirm it.

-- Robin

> --- oldsrc/drivers/net/intel.c	2015-11-24 13:52:53.452799000 +0100
> +++ src/drivers/net/intel.c	2015-11-24 11:57:55.848463000 +0100
> @@ -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),




More information about the ipxe-devel mailing list