Changeset 77011 in vbox
- Timestamp:
- Jan 27, 2019 9:46:43 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp
r77010 r77011 60 60 /** Unknown media type. */ 61 61 #define MMC_MEDIA_TYPE_UNKNOWN 0 62 /** Medium is a DVD. */63 #define MMC_MEDIA_TYPE_DVD 264 62 /** Door closed, no media. */ 65 63 #define MMC_MEDIA_TYPE_NO_DISC 0x70 … … 588 586 case 0x30: 589 587 case 0x31: 590 /* For a CD, these must fail. */591 #if 0592 if (pVScsiLunMmc->u32MediaTrackType != MMC_MEDIA_TYPE_DVD)593 return vscsiLunReqSenseErrorSet(&pVScsiLunMmc->Core, pVScsiReq, SCSI_SENSE_ILLEGAL_REQUEST,594 SCSI_ASC_CANNOT_READ_MEDIUM, SCSI_ASCQ_INCOMPATIBLE_FORMAT);595 #endif596 RT_FALL_THRU();597 588 case 0xff: 598 589 if (pVScsiReq->pbCDB[1] == 0)
Note:
See TracChangeset
for help on using the changeset viewer.

