VirtualBox

Changeset 38969 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Oct 10, 2011 8:14:03 AM (13 years ago)
Author:
vboxsync
Message:

AHCI: Log HBA and port resets to the release log

File:
1 edited

Legend:

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

    r38878 r38969  
    11691169        Assert(fAllTasksCanceled);
    11701170
    1171         ASMAtomicXchgBool(&pAhciPort->fPortReset, true);
     1171        if (!ASMAtomicXchgBool(&pAhciPort->fPortReset, true))
     1172            LogRel(("AHCI#%d: Port %d reset\n", ahci->CTX_SUFF(pDevIns)->iInstance,
     1173                    pAhciPort->iLUN));
     1174
    11721175        pAhciPort->regSSTS = 0;
    11731176        pAhciPort->regSIG  = ~0;
     
    20152018    int rc = VINF_SUCCESS;
    20162019
    2017     LogFlow(("Reset the HBA controller\n"));
     2020    LogRel(("AHCI#%d: Reset the HBA\n", pThis->CTX_SUFF(pDevIns)->iInstance));
    20182021
    20192022    /* Stop the CCC timer. */
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