Changeset 40773 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Apr 5, 2012 12:27:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r40280 r40773 1578 1578 static bool ataReadSectorsSS(ATADevState *s) 1579 1579 { 1580 int rc ;1580 int rc = VERR_GENERAL_FAILURE; 1581 1581 uint32_t cSectors; 1582 1582 uint64_t iLBA; 1583 bool fRedo ;1583 bool fRedo = false; 1584 1584 1585 1585 cSectors = s->cbElementaryTransfer / 512;
Note:
See TracChangeset
for help on using the changeset viewer.