Revoked instruction to retry STOP UNIT

This commit is contained in:
Thomas Schmitt 2009-09-22 19:24:41 +00:00
parent c8c4da8e8e
commit 758f5a5c1e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2009.09.20.111911"
#define Cdrskin_timestamP "2009.09.22.192545"

View File

@ -108,7 +108,7 @@ int sbc_stop_unit(struct burn_drive *d)
return 0;
scsi_init_command(&c, SBC_STOP_UNIT, sizeof(SBC_STOP_UNIT));
c.retry = 1;
c.retry = 0;
c.opcode[1] |= 1; /* Immed */
c.dir = NO_TRANSFER;
d->issue_command(d, &c);