VirtualBox

Changeset 42999 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Aug 27, 2012 2:13:43 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80332
Message:

AHCI/Passthrough: Apply fixes for audio CD passthrough

File:
1 edited

Legend:

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

    r42891 r42999  
    39843984                    ataSCSIPadStr((uint8_t *)pvBuf + 32, "1.0", 4);
    39853985            }
    3986             else if (pAhciReq->aATAPICmd[0] == SCSI_READ_TOC_PMA_ATIP)
     3986            else if (   pAhciReq->aATAPICmd[0] == SCSI_READ_TOC_PMA_ATIP
     3987                     && (pAhciReq->aATAPICmd[2] & 0xf) != 0x05
     3988                     && pAhciReq->aATAPICmd[6] != 0xaa)
    39873989            {
    39883990                /* Set the media type if we can detect it. */
Note: See TracChangeset for help on using the changeset viewer.

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