New SCSI comand response "GO_ON"

This commit is contained in:
2010-08-08 09:13:04 +00:00
parent d4e4607a84
commit 54651df146
7 changed files with 55 additions and 3 deletions

View File

@ -1017,8 +1017,10 @@ enum response scsi_error_msg(struct burn_drive *d, unsigned char *sense,
switch (*asc) {
case 0x00:
if (*key > 0 || *ascq > 0)
break; /* Fall through to unknown error */
sprintf(msg, "(No error reported by SCSI transaction)");
return RETRY;
return GO_ON;
case 0x02:
sprintf(msg, "Not ready");