aboutsummaryrefslogtreecommitdiff
path: root/src/sg_modes.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2010-03-01 04:24:27 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2010-03-01 04:24:27 +0000
commitadcaff8443cb33f17a1d779257b63bb1186fdb1c (patch)
treee87d7b92c3985703b6af99fb2f424a79a5f3c3cf /src/sg_modes.c
parent09c542940903047f4073c52d9c43760813581f2e (diff)
downloadsg3_utils-adcaff8443cb33f17a1d779257b63bb1186fdb1c.tar.gz
ssc4r01 and IBM LTO Ultium tape drive log pages
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@328 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 0399c401..31e64670 100644
--- a/src/sg_modes.c
+++ b/src/sg_modes.c
@@ -13,7 +13,7 @@
#include "sg_cmds_basic.h"
/*
-* Copyright (C) 2000-2009 D. Gilbert
+* Copyright (C) 2000-2010 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)
@@ -26,7 +26,7 @@
*/
-static char * version_str = "1.32 20090826";
+static char * version_str = "1.33 20100228";
#define DEF_ALLOC_LEN (1024 * 4)
#define DEF_6_ALLOC_LEN 252
@@ -534,6 +534,8 @@ static struct page_code_desc pc_desc_disk[] = {
};
static struct page_code_desc pc_desc_tape[] = {
+ {0x1, 0x0, "Read-Write error recovery"},
+ {0xa, 0xf0, "Control data protection"},
{0xf, 0x0, "Data Compression"},
{0x10, 0x0, "Device configuration"},
{0x10, 0x1, "Device configuration extension"},