aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/sg_inq_data.c4
-rw-r--r--src/sg_ses.c6
3 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 267926c6..0e832f71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Each utility has its own version number, date of last change and
some description at the top of its ".c" file. All utilities in the main
directory have their own "man" pages. There is also a sg3_utils man page.
-Changelog for sg3_utils-1.36 [20130314] [svn: r490]
+Changelog for sg3_utils-1.36 [20130317] [svn: r491]
- sg_vpd: Protocol-specific port information VPD page for
SAS SSP, persistent connection (spl3r2)
- sg_xcopy: handle more descriptor types; handle zero
diff --git a/src/sg_inq_data.c b/src/sg_inq_data.c
index 94473caa..c8c7fda8 100644
--- a/src/sg_inq_data.c
+++ b/src/sg_inq_data.c
@@ -465,7 +465,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"},
- {0x20a7, "SPL SPL ANSI INCITS 476-2011"},
+ {0x20a7, "SPL ANSI INCITS 476-2011"},
{0x20a8, "SPL ANSI INCITS 476-2011 + SPL AM1 INCITS 476/AM1 2012"},
{0x20c0, "SPL-2 (no version claimed)"},
{0x20c2, "SPL-2 T10/BSR INCITS 505 revision 4"},
@@ -474,7 +474,7 @@ struct sg_version_descriptor sg_version_descriptor_arr[] = {
{0x21e0, "SOP (no version claimed)"},
{0x21e4, "SOP T10/BSR INCITS 489 revision 4"},
{0x2200, "PQI (no version claimed)"},
- {0x2204, "PQI PQI T10/BSR INCITS 490 revision 6"},
+ {0x2204, "PQI T10/BSR INCITS 490 revision 6"},
{0x2220, "SOP-2 (no version claimed)"},
{0x2240, "PQI-2 (no version claimed)"},
{0xffc0, "IEEE 1667 (no version claimed)"},
diff --git a/src/sg_ses.c b/src/sg_ses.c
index 6f916f9f..b8f52cd3 100644
--- a/src/sg_ses.c
+++ b/src/sg_ses.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004-2012 Douglas Gilbert.
+ * Copyright (c) 2004-2013 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.
@@ -27,7 +27,7 @@
* commands tailored for SES (enclosure) devices.
*/
-static char * version_str = "1.70 20121211"; /* ses3r05 */
+static char * version_str = "1.71 20130315"; /* ses3r05 */
#define MX_ALLOC_LEN ((64 * 1024) - 1)
#define MX_ELEM_HDR 1024
@@ -385,6 +385,8 @@ static struct acronym2tuple ecs_a2t_arr[] = {
{"prdfail", -1, 0, 6, 1},
{"remove", DEVICE_ETC, 2, 2, 1},
{"remove", ARRAY_DEV_ETC, 2, 2, 1},
+ {"speed_act", COOLING_ETC, 2, 7, 8}, /* actual speed (rpm / 10) */
+ {"speed_code", COOLING_ETC, 3, 2, 3},
{"swap", -1, 0, 4, 1}, /* Reset swap */
{NULL, 0, 0, 0, 0},
};