Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
63a69ee0
Commit
63a69ee0
authored
Sep 26, 2013
by
Victor Kotlyar
Browse files
fixed sense buffer setup for LinuxSGIO_t to allow to fill sense buffer
from SCSI level.
parent
cd8e76c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
SCSI/Structures.hh
View file @
63a69ee0
...
...
@@ -74,7 +74,7 @@ namespace SCSI {
{
if
(
sizeof
(
T
)
>
UCHAR_MAX
)
throw
Tape
::
Exception
(
"sense structure too big in LinuxSGIO_t::setSense"
);
sb_len
_wr
=
(
unsigned
char
)
sizeof
(
T
);
mx_
sb_len
=
(
unsigned
char
)
sizeof
(
T
);
sbp
=
(
unsigned
char
*
)
senseBuff
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment