aboutsummaryrefslogtreecommitdiff
path: root/lib/sg_cmds_basic.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-05-30 21:34:12 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-05-30 21:34:12 +0000
commit9188a48d4a76281c11cb75497cdff74b40662d4c (patch)
tree36609c030ddd52ea1c11a22308f4cefe19d002c4 /lib/sg_cmds_basic.c
parent919290b79eb6649d6d05242180ddb3944ca9521b (diff)
downloadsg3_utils-9188a48d4a76281c11cb75497cdff74b40662d4c.tar.gz
define SG_NVME_VPD_NICR sg3_utils (vendor) specific VPD page; work with SG_LIB_LBA_OUT_OF_RANGE
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@775 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'lib/sg_cmds_basic.c')
-rw-r--r--lib/sg_cmds_basic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sg_cmds_basic.c b/lib/sg_cmds_basic.c
index 81c24a1a..4b91ec57 100644
--- a/lib/sg_cmds_basic.c
+++ b/lib/sg_cmds_basic.c
@@ -125,6 +125,7 @@ sg_cmds_process_helper(const char * leadin, int mx_di_len, int resid,
case SG_LIB_CAT_NOT_READY:
case SG_LIB_CAT_INVALID_OP:
case SG_LIB_CAT_ILLEGAL_REQ:
+ case SG_LIB_LBA_OUT_OF_RANGE:
case SG_LIB_CAT_ABORTED_COMMAND:
case SG_LIB_CAT_COPY_ABORTED:
case SG_LIB_CAT_DATA_PROTECT: