aboutsummaryrefslogtreecommitdiff
path: root/COVERAGE
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2013-12-14 02:20:41 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2013-12-14 02:20:41 +0000
commit5f1cabfb6f5235daa647801391e832c02ed230bc (patch)
tree9be92c67a83a784f90fc738e553e3156cf423a51 /COVERAGE
parent82747448532730a83e3f5dcd834b144e36da4e98 (diff)
downloadsg3_utils-5f1cabfb6f5235daa647801391e832c02ed230bc.tar.gz
sg_xcopy: add environment variables: XCOPY_TO_SRC and XCOPY_TO_DST; sg_rtpg: fix indexing bug with --extended option
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@537 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'COVERAGE')
-rw-r--r--COVERAGE23
1 files changed, 15 insertions, 8 deletions
diff --git a/COVERAGE b/COVERAGE
index 290eaf01..8b13a1ea 100644
--- a/COVERAGE
+++ b/COVERAGE
@@ -8,12 +8,12 @@ SCSI command sg3_utils utilities that use this SCSI command
------------ -------------------------------------------------
ATA COMMAND PASS-THROUGH(16) sg_sat_identify, sg_sat_set_features,
sg_sat_phy_event, ++
- [sg_sat_chk_power, sg__sat_identify,
- sg__sat_set_features, sg_sat_smart_rd_data
- (previous four in the examples directory)]
+ [sg_sat_chk_power, sg__sat_identify,
+ sg__sat_set_features, sg_sat_smart_rd_data
+ (previous four in the examples directory)]
ATA COMMAND PASS-THROUGH(12) sg_sat_identify, ++
COMPARE AND WRITE sg_compare_and_write
-EXTENDED COPY sg_xcopy, ++
+EXTENDED COPY(LID1) sg_xcopy, ++
GET CONFIGURATION sg_get_config, ++
GET LBA STATUS sg_get_lba_status, ++
INQUIRY sg_dd, sg_format, sg_inq, sginfo,
@@ -43,11 +43,14 @@ READ CAPACITY(10) sg_readcap, sg_dd, sgm_dd, sgp_dd, sg_format, ++
READ CAPACITY(16) sg_readcap, sg_dd, sgm_dd, sgp_dd, sg_format, ++
READ DEFECT(10) sginfo('-d' or '-G'), sg_reassign('-g'), smartmontools, ++
READ DEFECT(12) sginfo('-d' or '-G'), smartmontools
-READ LONG (10) sg_read_long, sg_dd, ++
-READ LONG (16) sg_read_long, ++
+READ LONG(10) sg_read_long, sg_dd, ++
+READ LONG(16) sg_read_long, ++
READ MEDIA SERIAL NUMBER sg_rmsn, ++
REASSIGN BLOCKS sg_reassign, ++
-RECEIVE COPY RESULTS sg_copy_results, ++
+RECEIVE COPY DATA(LID1) sg_copy_results, ++
+RECEIVE COPY FAILURE DETAILS(LID1) sg_copy_results, ++
+RECEIVE COPY OPERATING PARAMETERS sg_copy_results, sg_xcopy, ++
+RECEIVE COPY STATUS(LID1) sg_copy_results, ++
RECEIVE DIAGNOSTIC RESULTS sg_senddiag, sg_ses, ++
REPORT IDENTIFYING INFORMATION sg_ident, ++ (2)
REPORT LUNS sg_luns, ++
@@ -99,6 +102,10 @@ SMART READ DATA examples/sg_sat_smart_rd_data
(2) this command was known as REPORT DEVICE IDENTIFIER prior to spc4r07
(3) this command was known as SET DEVICE IDENTIFIER prior to spc4r07
+The RECEIVE COPY * commands in SPC-4 were grouped as one command name
+with 4 service actions in SPC-3 and earlier. The single SPC-3 command
+name is RECEIVE COPY RESULTS.
+
Douglas Gilbert
-2nd December 2013
+10th December 2013