aboutsummaryrefslogtreecommitdiff
path: root/src/sg_sat_set_features.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2011-04-01 14:28:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2011-04-01 14:28:23 +0000
commit660dea81490021d39d0eb4fafea51bb9f77ab1cb (patch)
treea84e9ee4ecf5e0b4b12b6c1454de84e00a9062ff /src/sg_sat_set_features.c
parent2847b4bbed0cfd094eef71ffe41fb4cb10c702c9 (diff)
downloadsg3_utils-660dea81490021d39d0eb4fafea51bb9f77ab1cb.tar.gz
sg_inq: version descriptors sync with spc4r30; sg_decode_sense cleanup
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@394 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_sat_set_features.c')
-rw-r--r--src/sg_sat_set_features.c21
1 files changed, 14 insertions, 7 deletions
diff --git a/src/sg_sat_set_features.c b/src/sg_sat_set_features.c
index 182af928..4c8c7bb5 100644
--- a/src/sg_sat_set_features.c
+++ b/src/sg_sat_set_features.c
@@ -20,13 +20,20 @@
#include "sg_cmds_basic.h"
#include "sg_cmds_extra.h"
-/* This program performs a ATA PASS-THROUGH (16) SCSI command in order
- to perform an ATA SET FEATURES command. See http://www.t10.org
- SAT draft at time of writing: sat-r09.pdf
-
- See man page (sg_sat_set_features.8) for details.
+/* This program uses a ATA PASS-THROUGH SCSI command. This usage is
+ * defined in the SCSI to ATA Translation (SAT) drafts and standards.
+ * See http://www.t10.org for drafts. SAT is a standard: SAT ANSI INCITS
+ * 431-2007 (draft prior to that is sat-r09.pdf). SAT-2 is also a
+ * standard: SAT-2 ANSI INCITS 465-2010 and the draft prior to that is
+ * sat2r09.pdf . The SAT-3 project has started and the most recent draft
+ * is sat3r01.pdf .
+ */
-*/
+/* This program performs a ATA PASS-THROUGH (16) SCSI command in order
+ * to perform an ATA SET FEATURES command.
+ *
+ * See man page (sg_sat_set_features.8) for details.
+ */
#define SAT_ATA_PASS_THROUGH16 0x85
#define SAT_ATA_PASS_THROUGH16_LEN 16
@@ -39,7 +46,7 @@
#define DEF_TIMEOUT 20
-static char * version_str = "1.05 20110303";
+static char * version_str = "1.05 20110401";
static struct option long_options[] = {
{"count", required_argument, 0, 'c'},