aboutsummaryrefslogtreecommitdiff
path: root/src/sg_modes.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2019-04-11 00:23:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2019-04-11 00:23:23 +0000
commitcc730c8de77b8f35d924cb4a01437f7166d85e12 (patch)
tree8059ed69638442a4ba2df26baf65044d78448c3b /src/sg_modes.c
parent3905f5ce447048fdc0fe1f9573cab87df97972bb (diff)
downloadsg3_utils-cc730c8de77b8f35d924cb4a01437f7166d85e12.tar.gz
sg_modes+sg_logs: placeholders for Commmand duration limits pages (sbc4r17 for spc6r?)
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@817 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_modes.c')
-rw-r--r--src/sg_modes.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sg_modes.c b/src/sg_modes.c
index ee0378e4..17617cfb 100644
--- a/src/sg_modes.c
+++ b/src/sg_modes.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2018 D. Gilbert
+ * Copyright (C) 2000-2019 D. Gilbert
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
@@ -32,7 +32,7 @@
#include "sg_unaligned.h"
#include "sg_pr2serr.h"
-static const char * version_str = "1.67 20181203";
+static const char * version_str = "1.68 20190405";
#define DEF_ALLOC_LEN (1024 * 4)
#define DEF_6_ALLOC_LEN 252
@@ -118,6 +118,8 @@ static struct page_code_desc pc_desc_common[] = {
{0xa, 0x1, "coe", "Control extension"},
{0xa, 0x3, "cdla", "Command duration limit A"},
{0xa, 0x4, "cdlb", "Command duration limit B"},
+ {0xa, 0x7, "cdt2a", "Command duration limit T2A"}, /* spc6r? */
+ {0xa, 0x8, "cdt2b", "Command duration limit T2B"}, /* spc6r? */
{0x15, 0x0, "ext_", "Extended"},
{0x16, 0x0, "edts", "Extended device-type specific"},
{0x18, 0x0, "pslu", "Protocol specific lu"},