Changeset 40999 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Apr 20, 2012 7:01:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/ATAController.cpp
r40280 r40999 3027 3027 static bool ataTrimSS(AHCIATADevState *s) 3028 3028 { 3029 int rc ;3029 int rc = VERR_GENERAL_FAILURE; 3030 3030 uint32_t cRangesMax; 3031 3031 uint64_t *pu64Range = (uint64_t *)s->CTX_SUFF(pbIOBuffer); 3032 bool fRedo ;3032 bool fRedo = false; 3033 3033 3034 3034 cRangesMax = s->cbElementaryTransfer / sizeof(uint64_t);
Note:
See TracChangeset
for help on using the changeset viewer.