aboutsummaryrefslogtreecommitdiff
path: root/COVERAGE
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-04-24 02:15:20 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-04-24 02:15:20 +0000
commit3110953e4ba6939a85d5a6610382a43c942aa0ae (patch)
tree7a48d95f28e3d373b1548dfb814c4e0c68094eec /COVERAGE
parent5d44c4851d5e727359442b8d371965ab64685b6f (diff)
downloadsg3_utils-3110953e4ba6939a85d5a6610382a43c942aa0ae.tar.gz
sg_get_elem_status: add ralwd bit sbc4r20a, sg_rep_zones: print invalid write pointer LBA as -1 rather than 16 'f's
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@849 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'COVERAGE')
-rw-r--r--COVERAGE24
1 files changed, 20 insertions, 4 deletions
diff --git a/COVERAGE b/COVERAGE
index 2d5a7e38..b7feb2ae 100644
--- a/COVERAGE
+++ b/COVERAGE
@@ -137,11 +137,27 @@ SMART READ DATA examples/sg_sat_smart_rd_data
NVMe command sg3_utils utilities that use this NVMe command
------------ ------------------------------------------------
-IDENTIFY sg_inq
-SES READ sg_senddiag, sg_ses (NVME-MI command)
-SES WRITE sg_senddiag, sg_ses (NVME-MI command)
+Identify sg_inq
+SES Read sg_senddiag, sg_ses (NVME-MI command)
+SES Write sg_senddiag, sg_ses (NVME-MI command)
Device self-test [SNTL of SEND DIAGNOSTIC] sg_senddiag
Get features(power management) [SNTL of REQUEST SENSE] sg_requests
+Read [SCSI READ(10) -->SNTL--> Read]
+ [SCSI READ(16) -->SNTL--> Read]
+Write [SCSI WRITE(10) -->SNTL--> Write]
+ [SCSI WRITE(16) -->SNTL--> Write]
+Compare [SCSI VERIFY(10,BYTCHK=1) -->SNTL--> Compare]
+ [SCSI VERIFY(16,BYTCHK=1) -->SNTL--> Compare]
+Write zeroes [SCSI WRITE SAME(10,zeros) -->SNTL--> Write zeroes]
+ [SCSI WRITE SAME(16,zeros) -->SNTL--> Write zeroes]
+Flush [SCSI SYNCHRONIZE CACHE -->SNTL--> Flush]
+Set Features [SCSI MODE SELECT(10) -->SNTL--> Set Features]
+ only for WCE in Caching page
+
+The following SCSI commands do nothing (currently) in the SNTL but
+do return GOOD status: TEST UNIT READY, START STOP UNIT, REPORT LUNS
+and REQUEST SENSE. READ CAPACITY(10 and 16) yield appropriate data
+by examining the response to the NVMe Identify command.
++ command wrapper found in sg_cmds_basic.c, sg_cmds_mmc.c or
@@ -160,4 +176,4 @@ THIRD PARTY COPY IN (0x83).
Douglas Gilbert
-24th January 2020
+23rd April 2020