The Pro Audio Spectrum SCSI controller is now based on the Trantor T128 (which it is considerable closer to), rather than on the 53c400.
This commit is contained in:
@@ -1865,8 +1865,8 @@ zip_command(scsi_common_t *sc, uint8_t *cdb)
|
||||
size_idx = 4;
|
||||
|
||||
memset(dev->buffer, 0, 8);
|
||||
if (cdb[1] & 0xe0)
|
||||
dev->buffer[0] = 0x60; /*No physical device on this LUN*/
|
||||
if ((cdb[1] & 0xe0) || ((dev->cur_lun > 0x00) && (dev->cur_lun < 0xff)))
|
||||
dev->buffer[0] = 0x7f; /*No physical device on this LUN*/
|
||||
else
|
||||
dev->buffer[0] = 0x00; /*Hard disk*/
|
||||
dev->buffer[1] = 0x80; /*Removable*/
|
||||
|
||||
Reference in New Issue
Block a user