aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_cmds_extra.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2012-03-12 17:03:41 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2012-03-12 17:03:41 +0000
commit60c487d370cfbfa7d91bc777eba4277c00536430 (patch)
tree86b621fcbe7cfb9bb7e263535dea7e19c1afad3f /lib/sg_cmds_extra.c
parentaa38066befd415aafd0d138169184ded0a12cdf0 (diff)
downloadsg3_utils-60c487d370cfbfa7d91bc777eba4277c00536430.tar.gz
./configure: change --enable-no-linux-bsg to --disable-linuxbsg, add --disable-scsistrings to reduce utility size; report sdat_ovfl bit if set in sense
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@444 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib/sg_cmds_extra.c')
-rw-r--r--lib/sg_cmds_extra.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sg_cmds_extra.c b/lib/sg_cmds_extra.c
index 647fb81a..a69f7dcc 100644
--- a/lib/sg_cmds_extra.c
+++ b/lib/sg_cmds_extra.c
@@ -1748,7 +1748,8 @@ sg_ll_verify16(int sg_fd, int vrprotect, int dpo, int bytchk, uint64_t llba,
* sensep or ata_return_dp (or both) may be NULL pointers. Returns SCSI
* status value (>= 0) or -1 if other error. Users are expected to check the
* sense buffer themselves. If available the data in resid is written to
- * residp.
+ * residp. Note in SAT-2 and later, fixed format sense data may be placed in
+ * *sensep in which case sensep[0]==0x70 .
*/
int
sg_ll_ata_pt(int sg_fd, const unsigned char * cdbp, int cdb_len,