aboutsummaryrefslogtreecommitdiff
path: root/include/sg_cmds_extra.h
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 /include/sg_cmds_extra.h
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 'include/sg_cmds_extra.h')
-rw-r--r--include/sg_cmds_extra.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sg_cmds_extra.h b/include/sg_cmds_extra.h
index 7c608091..2c26a0b2 100644
--- a/include/sg_cmds_extra.h
+++ b/include/sg_cmds_extra.h
@@ -2,7 +2,7 @@
#define SG_CMDS_EXTRA_H
/*
- * Copyright (c) 2004-2011 Douglas Gilbert.
+ * Copyright (c) 2004-2012 Douglas Gilbert.
* All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the BSD_LICENSE file.
@@ -28,7 +28,8 @@ extern "C" {
* 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 .
*/
extern int sg_ll_ata_pt(int sg_fd, const unsigned char * cdbp, int cdb_len,
int timeout_secs, void * dinp, void * doutp,