Changeset 29879 in vbox
- Timestamp:
- May 30, 2010 10:55:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r29758 r29879 6894 6894 6895 6895 /* Create the timer for command completion coalescing feature. */ 6896 /** @todo r=bird: Using the virtual sync clock needs some justification. 6897 * Currently not an issue as this feature isn't used by any guest 6898 * yet. */ 6896 6899 rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL_SYNC, ahciCccTimer, pThis, 6897 6900 TMTIMER_FLAGS_DEFAULT_CRIT_SECT, "AHCI CCC Timer", &pThis->pHbaCccTimerR3);
Note:
See TracChangeset
for help on using the changeset viewer.