VirtualBox

Changeset 40999 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Apr 20, 2012 7:01:49 AM (13 years ago)
Author:
vboxsync
Message:

ATAController: two warnings, fix like in DevATA (perhaps not optimal)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/ATAController.cpp

    r40280 r40999  
    30273027static bool ataTrimSS(AHCIATADevState *s)
    30283028{
    3029     int rc;
     3029    int rc = VERR_GENERAL_FAILURE;
    30303030    uint32_t cRangesMax;
    30313031    uint64_t *pu64Range = (uint64_t *)s->CTX_SUFF(pbIOBuffer);
    3032     bool fRedo;
     3032    bool fRedo = false;
    30333033
    30343034    cRangesMax = s->cbElementaryTransfer / sizeof(uint64_t);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette