Changeset 23417 in vbox for trunk/src/VBox
- Timestamp:
- Sep 29, 2009 4:17:21 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/ATAController.cpp
r23020 r23417 2745 2745 return; 2746 2746 2747 LogRel(("ATA: LUN#%d: CD/DVD, total number of sectors %Ld, passthrough unchanged\n", pIf->iLUN, pIf->cTotalSectors)); 2748 2747 2749 if (pIf->fATAPI) 2748 2750 pIf->cTotalSectors = pIf->pDrvBlock->pfnGetSize(pIf->pDrvBlock) / 2048; -
trunk/src/VBox/Devices/Storage/DevATA.cpp
r23149 r23417 3402 3402 pIf->cTotalSectors = pIf->pDrvBlock->pfnGetSize(pIf->pDrvBlock) / 512; 3403 3403 3404 LogRel(("PIIX3 ATA: LUN#%d: CD/DVD, total number of sectors %Ld, passthrough unchanged\n", pIf->iLUN, pIf->cTotalSectors)); 3405 3404 3406 /* Report media changed in TEST UNIT and other (probably incorrect) places. */ 3405 3407 if (pIf->cNotifiedMediaChange < 2)
Note:
See TracChangeset
for help on using the changeset viewer.