merge
This commit is contained in:
commit
10237a22f1
1 changed files with 9 additions and 1 deletions
|
@ -716,7 +716,15 @@ pcicfginit(void)
|
||||||
if(pciroot == nil)
|
if(pciroot == nil)
|
||||||
goto out;
|
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) {
|
if(nobios) {
|
||||||
uvlong mema;
|
uvlong mema;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue