VirtualBox

Ignore:
Timestamp:
Aug 29, 2010 3:48:59 PM (14 years ago)
Author:
vboxsync
Message:

ATA/ATAPI/Passthrough: Fix for split SCSI_READ_CD commands, update the start sector and transfer length of the correct CDB

File:
1 edited

Legend:

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

    r30723 r32068  
    19761976                    break;
    19771977                case SCSI_READ_CD:
    1978                     ataH2BE_U32(s->aATAPICmd + 2, iATAPILBA);
    1979                     ataH2BE_U24(s->aATAPICmd + 6, cbCurrTX);
     1978                    ataH2BE_U32(aATAPICmd + 2, iATAPILBA);
     1979                    ataH2BE_U24(aATAPICmd + 6, cbCurrTX);
    19801980                    break;
    19811981                case SCSI_READ_CD_MSF:
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