Changeset 8676 in vbox for trunk/src/VBox/Devices/Storage/DevATA.cpp
- Timestamp:
- May 7, 2008 6:05:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r8541 r8676 5276 5276 if (ataWaitForAllAsyncIOIsIdle(pDevIns, 20000)) 5277 5277 { 5278 uint64_t 5278 uint64_t u64Start = RTTimeMilliTS(); 5279 5279 int rc2 = VINF_SUCCESS; 5280 5280 int iFailed = -1; … … 5289 5289 if (VBOX_FAILURE(rc) && rc != VERR_INVALID_HANDLE) 5290 5290 { 5291 AssertMsg(rc == VERR_TIMEOUT && RTTimeMilliTS() - u64Start >= 5000, 5292 ("rc=%Rrc cMsElapsed=%RI64 ms Now: %Ri64 ms i=%d\n", rc, cMsElapsed, RTTimeMilliTS() - u64Start, i)); 5291 5293 rc2 = rc; 5292 5294 iFailed = i;
Note:
See TracChangeset
for help on using the changeset viewer.