aboutsummaryrefslogtreecommitdiff
path: root/src/sg_modes.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2020-03-01 01:29:31 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2020-03-01 01:29:31 +0000
commit6dacefb0646d90cb10dc2bd4aaca22302ac13d81 (patch)
treeccae7277bf41756da8ffc4550b4b082276904893 /src/sg_modes.c
parent76b39a024cd642d677bda6da434f6f73cc80319e (diff)
downloadsg3_utils-6dacefb0646d90cb10dc2bd4aaca22302ac13d81.tar.gz
Rename VPD_ZBC_DEV_CHARS from zbdc to zbdch, to distinguish it from zbdct for the ZBC device control mpage; sgh_dd work
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@843 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_modes.c')
-rw-r--r--src/sg_modes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sg_modes.c b/src/sg_modes.c
index 06d96334..a6335cdb 100644
--- a/src/sg_modes.c
+++ b/src/sg_modes.c
@@ -258,6 +258,7 @@ static struct page_code_desc pc_desc_zbc[] = {
{0x7, 0x0, "ve", "Verify error recovery"},
{0x8, 0x0, "ca", "Caching"},
{0xa, 0x2, "atag", "Application tag"},
+ {0xa, 0xf, "zbdct", "Zoned block device control"}, /* zbc2r04a */
{0x1c, 0x1, "bc", "Background control"},
{0x0, 0x0, NULL, NULL},
};