This website works better with JavaScript.
Home
Help
Sign In
libburnia
/
libburn
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
82
Wiki
Activity
Browse Source
Obeying burn_set_scsi_logging() with errors of class RETRY
ZeroEightSix
Thomas Schmitt
10 years ago
parent
98b2e06c21
commit
d4e4607a84
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cdrskin/cdrskin_timestamp.h
+1
-1
libburn/sg-freebsd.c
+1
-1
libburn/sg-libcdio.c
+1
-1
libburn/sg-linux.c
+1
-1
libburn/sg-solaris.c
+ 1
- 1
cdrskin/cdrskin_timestamp.h
View File
@ -1 +1 @@
#
define Cdrskin_timestamP "2010.08.0
2.141233
"
#
define Cdrskin_timestamP "2010.08.0
3.091119
"
+ 1
- 1
libburn/sg-freebsd.c
View File
@ -966,7 +966,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
measurement
.
Then
remove
bit1
*/
scsi_log_err
(
c
,
fp
,
c
-
>
sense
,
sense_len
>
0
?
sense_len
:
18
,
0
,
(
c
-
>
error
!
=
0
)
|
2
)
;
0
,
1
|
2
)
;
scsi_log_cmd
(
c
,
fp
,
0
)
;
}
break
;
+ 1
- 1
libburn/sg-libcdio.c
View File
@ -698,7 +698,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
/* >>> Need own duration time
measurement
.
Then
remove
bit1
*/
scsi_log_err
(
c
,
fp
,
c
-
>
sense
,
18
,
0
,
(
c
-
>
error
!
=
0
)
|
2
)
;
1
|
2
)
;
scsi_log_cmd
(
c
,
fp
,
0
)
;
}
break
;
+ 1
- 1
libburn/sg-linux.c
View File
@ -1922,7 +1922,7 @@ if(0){
done
=
0
;
if
(
burn_sg_log_scsi
&
3
)
{
scsi_log_err
(
c
,
fp
,
s
.
sbp
,
s
.
sb_len_wr
,
s
.
duration
,
c
-
>
error
!
=
0
)
;
s
.
duration
,
1
)
;
scsi_log_cmd
(
c
,
fp
,
0
)
;
}
break
;
+ 1
- 1
libburn/sg-solaris.c
View File
@ -653,7 +653,7 @@ int sg_issue_command(struct burn_drive *d, struct command *c)
/* >>> Need own duration time
measurement
.
Then
remove
bit1
*/
scsi_log_err
(
c
,
fp
,
c
-
>
sense
,
18
,
0
,
(
c
-
>
error
!
=
0
)
|
2
)
;
1
|
2
)
;
scsi_log_cmd
(
c
,
fp
,
0
)
;
}
break
;
Write
Preview
Loading…
Cancel
Save