Committed Solaris system adapter which was forgotten with rev 3345

This commit is contained in:
Thomas Schmitt 2010-08-02 14:13:08 +00:00
parent d5ecb382aa
commit 98b2e06c21
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2010.08.02.131946" #define Cdrskin_timestamP "2010.08.02.141233"

View File

@ -652,7 +652,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
if (burn_sg_log_scsi & 3) { if (burn_sg_log_scsi & 3) {
/* >>> Need own duration time /* >>> Need own duration time
measurement. Then remove bit1 */ 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); (c->error != 0) | 2);
scsi_log_cmd(c,fp,0); scsi_log_cmd(c,fp,0);
} }
@ -682,7 +682,7 @@ ex:;
if (burn_sg_log_scsi & 3) if (burn_sg_log_scsi & 3)
/* >>> Need own duration time measurement. Then remove bit1 */ /* >>> 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; return 1;
} }