Revoked instruction to retry STOP UNIT
This commit is contained in:
parent
7e334980f5
commit
93ec70fd74
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2009.09.20.111911"
|
#define Cdrskin_timestamP "2009.09.22.192545"
|
||||||
|
@ -108,7 +108,7 @@ int sbc_stop_unit(struct burn_drive *d)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
scsi_init_command(&c, SBC_STOP_UNIT, sizeof(SBC_STOP_UNIT));
|
scsi_init_command(&c, SBC_STOP_UNIT, sizeof(SBC_STOP_UNIT));
|
||||||
c.retry = 1;
|
c.retry = 0;
|
||||||
c.opcode[1] |= 1; /* Immed */
|
c.opcode[1] |= 1; /* Immed */
|
||||||
c.dir = NO_TRANSFER;
|
c.dir = NO_TRANSFER;
|
||||||
d->issue_command(d, &c);
|
d->issue_command(d, &c);
|
||||||
|
Loading…
Reference in New Issue
Block a user