Committed Solaris system adapter which was forgotten with rev 3345
This commit is contained in:
parent
0755c89567
commit
de9a040c23
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2010.08.02.131946"
|
||||
#define Cdrskin_timestamP "2010.08.02.141233"
|
||||
|
@ -652,7 +652,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
|
||||
if (burn_sg_log_scsi & 3) {
|
||||
/* >>> Need own duration time
|
||||
measurement. Then remove bit1 */
|
||||
scsi_log_err(c, fp, c->sense, 0,
|
||||
scsi_log_err(c, fp, c->sense, 18, 0,
|
||||
(c->error != 0) | 2);
|
||||
scsi_log_cmd(c,fp,0);
|
||||
}
|
||||
@ -682,7 +682,7 @@ ex:;
|
||||
|
||||
if (burn_sg_log_scsi & 3)
|
||||
/* >>> Need own duration time measurement. Then remove bit1 */
|
||||
scsi_log_err(c, fp, c->sense, 0, (c->error != 0) | 2);
|
||||
scsi_log_err(c, fp, c->sense, 18, 0, (c->error != 0) | 2);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user