Changeset 38969 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Oct 10, 2011 8:14:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r38878 r38969 1169 1169 Assert(fAllTasksCanceled); 1170 1170 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 1172 1175 pAhciPort->regSSTS = 0; 1173 1176 pAhciPort->regSIG = ~0; … … 2015 2018 int rc = VINF_SUCCESS; 2016 2019 2017 Log Flow(("Reset the HBA controller\n"));2020 LogRel(("AHCI#%d: Reset the HBA\n", pThis->CTX_SUFF(pDevIns)->iInstance)); 2018 2021 2019 2022 /* Stop the CCC timer. */
Note:
See TracChangeset
for help on using the changeset viewer.