- Timestamp:
- Jun 16, 2011 2:02:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r37466 r37496 8345 8345 8346 8346 /* Create the timer for command completion coalescing feature. */ 8347 /** @todo r=bird: Using the virtual sync clock needs some justification. 8348 * Currently not an issue as this feature isn't used by any guest 8349 * yet. */ 8350 rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL_SYNC, ahciCccTimer, pThis, 8347 rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL, ahciCccTimer, pThis, 8351 8348 TMTIMER_FLAGS_NO_CRIT_SECT, "AHCI CCC Timer", &pThis->pHbaCccTimerR3); 8352 8349 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.