Changeset 42996 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Aug 27, 2012 1:49:54 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r42959 r42996 2295 2295 } 2296 2296 else if ( s->aATAPICmd[0] == SCSI_READ_TOC_PMA_ATIP 2297 && (s->aATAPICmd[2] & 0xf) != 0x05) 2297 && (s->aATAPICmd[2] & 0xf) != 0x05 2298 && s->aATAPICmd[6] != 0xaa) 2298 2299 { 2299 2300 /* Set the media type if we can detect it. */
Note:
See TracChangeset
for help on using the changeset viewer.