VirtualBox

Changeset 43626 in vbox


Ignore:
Timestamp:
Oct 11, 2012 8:57:38 PM (12 years ago)
Author:
vboxsync
Message:

AHCI: Clear SActive register when the command list engine is stopped. Might fix some HSM violation error messages during error recovery with Linux guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r43600 r43626  
    13211321            /* Clear command issue register. */
    13221322            pAhciPort->regCI = 0;
     1323            pAhciPort->regSACT = 0;
    13231324            /* Clear current command slot. */
    13241325            pAhciPort->u32CurrentCommandSlot = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette