Skip to content

Commit 057178c

Browse files
committed
expansion of vendor specific rdac vpd pages [H. Reinecke]
git-svn-id: svn://localhost/trunk@475 6180dd3e-e324-4e3e-922d-17de1ae2f315
1 parent 774ed10 commit 057178c

File tree

4 files changed

+252
-241
lines changed

4 files changed

+252
-241
lines changed

Diff for: CREDITS

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Grant Grundler <grundler at parisc-linux dot org> co-author of blk512-linux
3636

3737
Hannes Reinecke <hare at suse dot de>
3838
contributed sg_rdac, (and some corresponding VPD entries to
39-
sg_vpd_vendor), sg_stpg and sg_safte [20071013]
39+
sg_vpd_vendor), sg_stpg and sg_safte [20071013+20130110]
4040
sg_referrals [20100906]
4141
sg_inq --export option [20120220+20130109]
4242
sg_xcopy+sg_copy_results [20120322]
@@ -110,4 +110,4 @@ Trent Piepho <xyzzy at speakeasy dot org> print out some "sense key specific"
110110

111111

112112
Douglas Gilbert
113-
9th January 2013
113+
10th January 2013

Diff for: ChangeLog

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ Each utility has its own version number, date of last change and
22
some description at the top of its ".c" file. All utilities in the main
33
directory have their own "man" pages. There is also a sg3_utils man page.
44

5-
Changelog for sg3_utils-1.35 [20130109] [svn: r474]
5+
Changelog for sg3_utils-1.35 [20130110] [svn: r475]
66
- sg_compare_and_write: new utility
77
- sg_inq+sg_vpd: block device characteristics VPD page:
88
add product_type, WABEREQ, WACEREQ and VBULS fields
99
- sg_inq: more --export option changes for udev
10+
- sg_vpd: add more rdac vendor specific vpd pages
1011
- sg_verify: add --ebytchk option for sbc3r34 changes
1112
- sg_stpg: --offline option: fix 'Invalid state 0xe'
1213
- sg_ses: Door Lock element changed to Door element and

Diff for: src/sg_inq.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ static struct svpd_values_name_t vpd_pg[] = {
167167
{VPD_SUPPORTED_VPDS, 0, -1, 0, "sv", "Supported VPD pages"},
168168
{VPD_3PARTY_COPY, 0, -1, 0, "tpc", "Third party copy"},
169169
/* Following are vendor specific */
170-
{VPD_RDAC_VAC, 0, -1, 1, "rdac_vac", "RDAC volume access control (IBM)"},
171-
{VPD_RDAC_VERS, 0, -1, 1, "rdac_vers", "RDAC software version (IBM)"},
170+
{VPD_RDAC_VAC, 0, -1, 1, "rdac_vac", "RDAC volume access control (RDAC)"},
171+
{VPD_RDAC_VERS, 0, -1, 1, "rdac_vers", "RDAC software version (RDAC)"},
172172
{VPD_UPR_EMC, 0, -1, 1, "upr", "Unit path report (EMC)"},
173173
{0, 0, 0, 0, NULL, NULL},
174174
};

0 commit comments

Comments
 (0)