aboutsummaryrefslogtreecommitdiff
path: root/src/sg_inq_data.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2010-10-27 22:37:48 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2010-10-27 22:37:48 +0000
commit007cb4ce8de924073966402ee16b11a42ac3c994 (patch)
treecc2a64218567f877f5cb1fc070dad47e38561ecb /src/sg_inq_data.c
parent366d25e56b092f06afc53491c52786805cedee5d (diff)
downloadsg3_utils-007cb4ce8de924073966402ee16b11a42ac3c994.tar.gz
sync with spcr27, allow UNMAP and ANCHOR bits on WRITE SAME(10)
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@360 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_inq_data.c')
-rw-r--r--src/sg_inq_data.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/sg_inq_data.c b/src/sg_inq_data.c
index 4788b5f9..113a901d 100644
--- a/src/sg_inq_data.c
+++ b/src/sg_inq_data.c
@@ -23,13 +23,13 @@
const char * sg_ansi_version_arr[] =
{
"no conformance claimed",
- "SCSI-1",
- "SCSI-2",
- "SPC",
+ "SCSI-1", /* obsolete */
+ "SCSI-2", /* obsolete */
+ "SPC", /* withdrawn */
"SPC-2",
"SPC-3",
"SPC-4",
- "ANSI version: 7",
+ "reserved [7h]",
};
@@ -39,7 +39,7 @@ struct sg_version_descriptor {
const char * name;
};
-/* table from SPC-4 revision 26 [sorted numerically (from Annex D.8)] */
+/* table from SPC-4 revision 27 [sorted numerically (from Annex D.8)] */
/* Can also be obtained from : http://www.t10.org/lists/stds.txt */
struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0x0, "Version Descriptor not supported or No standard identified"},
@@ -174,6 +174,7 @@ struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0x462, "SPC-4 T10/1731-D revision 18"},
{0x463, "SPC-4 T10/1731-D revision 23"},
{0x480, "SMC-3 (no version claimed)"},
+ {0x482, "SMC-3 T10/1730-D revision 15"},
{0x4a0, "ADC-2 (no version claimed)"},
{0x4a7, "ADC-2 T10/1741-D revision 7"},
{0x4aa, "ADC-2 T10/1741-D revision 8"},
@@ -290,6 +291,8 @@ struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0xc2a, "SAS-2 ANSI INCITS 457-2010"},
{0xc40, "SAS-2.1 (no version claimed)"},
{0xc48, "SAS-2.1 T10/2125-D revision 04"},
+ {0xc4a, "SAS-2.1 T10/2125-D revision 06"},
+ {0xc60, "SAS-3 (no version claimed)"},
{0xd20, "FC-PH (no version claimed)"},
{0xd3b, "FC-PH ANSI INCITS 230-1994"},
{0xd3c, "FC-PH ANSI INCITS 230-1994 with Amnd 1 ANSI INCITS "
@@ -346,6 +349,7 @@ struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0xf20, "FC-PI-5 (no version claimed)"},
{0xf27, "FC-PI-5 T11/2118-D revision 2.00"},
{0xf28, "FC-PI-5 T11/2118-D revision 3.00"},
+ {0xf2a, "FC-PI-5 T11/2118-D revision 6.00"},
{0xf40, "FC-PI-6 (no version claimed)"},
{0x12a0, "FC-SCM (no version claimed)"},
{0x12a3, "FC-SCM T11/1824DT revision 1.0"},
@@ -394,6 +398,7 @@ struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0x1740, "UAS (no version claimed)"}, /* USB attached SCSI */
{0x1743, "UAS T10/2095-D revision 02"},
{0x1747, "UAS T10/2095-D revision 04"},
+ {0x1780, "UAS-2 (no version claimed)"},
{0x1ea0, "SAT (no version claimed)"},
{0x1ea7, "SAT T10/1711-D rev 8"},
{0x1eab, "SAT T10/1711-D rev 9"},
@@ -405,6 +410,7 @@ struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0x20a0, "SPL (no version claimed)"},
{0x20a3, "SPL T10/2124-D revision 6a"},
{0x20a5, "SPL T10/2124-D revision 7"},
+ {0x20c0, "SPL-2 (no version claimed)"},
{0xffc0, "IEEE 1667 (no version claimed)"},
{0xffc1, "IEEE 1667-2006"},
{0xffc2, "IEEE 1667-2009"},