Changeset 42999 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Aug 27, 2012 2:13:43 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80332
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r42891 r42999 3984 3984 ataSCSIPadStr((uint8_t *)pvBuf + 32, "1.0", 4); 3985 3985 } 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) 3987 3989 { 3988 3990 /* Set the media type if we can detect it. */
Note:
See TracChangeset
for help on using the changeset viewer.