SCSI CD-ROM and 5380 fixes.
CD-ROM side: fixed a mode sense page (0x08 Sony, used by both Sony and Texel drives) as well as corrected the Toshiba specific drive speeds (bytes_per_second). NCR 5380 side: split the work into the generic 5380 core and the ASICs into separate sources (53c400 and T128) and added the T228 MCA adapter based on the 128.
This commit is contained in:
@@ -1001,7 +1001,7 @@ scsi_cdrom_command_common(scsi_cdrom_t *dev)
|
||||
case CDROM_TYPE_TOSHIBA_XM3301TA_0272:
|
||||
case CDROM_TYPE_TOSHIBA_XM5701TA_3136:
|
||||
case CDROM_TYPE_TOSHIBA_SDM1401_1008:
|
||||
bytes_per_second = 176.0 * 1024.0;
|
||||
bytes_per_second = 176400.0;
|
||||
bytes_per_second *= (double) dev->drv->cur_speed;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user