This commit is contained in:
cinap_lenrek 2021-01-10 20:46:07 +01:00
commit 10237a22f1

View file

@ -716,7 +716,15 @@ pcicfginit(void)
if(pciroot == nil)
goto out;
pcireset();
/*
* Disabling devices here (by clearing bus master enable)
* causes problems with with some OHCI USB controllers.
* I supected that this is due to legacy device emulation
* and revoking bus master flag before executing the handoff
* makes BIOS/SMM lock up the system.
*
* pcireset();
*/
if(nobios) {
uvlong mema;