Changeset 54064 in vbox
- Timestamp:
- Feb 3, 2015 10:24:32 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r53763 r54064 6647 6647 { 6648 6648 ahciHBAReset(pAhci); 6649 if (pAhci->fSignalIdle) 6650 PDMDevHlpAsyncNotificationCompleted(pAhciPort->pDevInsR3); 6649 6651 continue; 6650 6652 } … … 6862 6864 && !cThreadsActive) 6863 6865 ahciHBAReset(pAhci); 6866 6867 if (!cThreadsActive && pAhci->fSignalIdle) 6868 PDMDevHlpAsyncNotificationCompleted(pAhciPort->pDevInsR3); 6864 6869 } /* While running */ 6865 6870
Note:
See TracChangeset
for help on using the changeset viewer.