Don't consider PCIe hot-plug command timeout fatal. According to my tests and errata to several generations of Intel CPUs, PCIe hot-plug com…
Show more
Don't consider PCIe hot-plug command timeout fatal.According to my tests and errata to several generations of Intel CPUs,PCIe hot-plug command completion reporting is not very reliable thing.At least on my Supermicro X11DPi-NT board I never saw it reported.Before this change timeout code detached devices and tried to disablethe slot, that in my case resulted in hot-plugged device being detachedjust a second after it was successfully detected and attached. Thischange removes that, so in case of timeout it just prints the error andcontinue operation. Linux does the same.Obtained from: FreeBSD
Show less