Skip to content
GitLab
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
550ad611
Commit
550ad611
authored
Aug 07, 2013
by
Eric Cano
Browse files
Added reference to todo about sense key information.
parent
abb09009
Changes
1
Hide whitespace changes
Inline
Side-by-side
SCSI/Structures.hh
View file @
550ad611
...
...
@@ -821,7 +821,8 @@ namespace SCSI {
snprintf
(
buff
,
sizeof
(
buff
),
"Unknown ASC/ASCQ:%02x/%02x"
,
asc
,
ascq
);
return
std
::
string
(
buff
);
}
/* TODO: add support for sense key */
/* TODO: add support for sense key, and other bits. See section 4.5.6
* of SPC-4 for sense key = NO SENSE. */
};
template
<
size_t
n
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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