Changeset 37887 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 12, 2011 10:50:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r37690 r37887 4142 4142 { 4143 4143 case 2048: 4144 pAhciPortTaskState->uOffset = iATAPILBA * cbSector;4144 pAhciPortTaskState->uOffset = (uint64_t)iATAPILBA * cbSector; 4145 4145 pAhciPortTaskState->cbTransfer = cSectors * cbSector; 4146 4146 break; … … 4148 4148 { 4149 4149 pAhciPortTaskState->pfnPostProcess = atapiReadSectors2352PostProcess; 4150 pAhciPortTaskState->uOffset = iATAPILBA * 2048;4150 pAhciPortTaskState->uOffset = (uint64_t)iATAPILBA * 2048; 4151 4151 pAhciPortTaskState->cbTransfer = cSectors * 2048; 4152 4152 break;
Note:
See TracChangeset
for help on using the changeset viewer.