You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finishing the changes necessary for improving how we read drive information on ATA and SCSI devices/translators.
This includes working around issues where a command is not supported to respond to certain SCSI error codes better and avoid repeating commands that are not supported at all.
uint32_tblockDescriptorLength=(deviceList[deviceIter].drive_info.scsiVersion<SCSI_VERSION_SCSI2) ? SHORT_LBA_BLOCK_DESCRIPTOR_LEN : 0;//the get_SCSI_MP function will only pull a block descriptor on old drives for compatibility using mode sense 6 commands, which is why this check is minimal
0 commit comments