Skip to content

Commit

Permalink
HP Ultrium: Update WORM reporting in INQUIRY page
Browse files Browse the repository at this point in the history
Reference HP ISV Cookbook v8-0 : 3.7.1

Signed-off-by: Mark Harvey <markh794@gmail.com>
  • Loading branch information
markh794 committed Mar 28, 2013
1 parent 48c3156 commit c9b27e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/hp_ultrium_pm.c
Expand Up @@ -210,6 +210,8 @@ static void init_ult_inquiry(struct lu_phy_attr *lu)
lu->inquiry[2] =
((struct priv_lu_ssc *)lu->lu_private)->pm->drive_ANSI_VERSION;

lu->inquiry[40] = worm; /* Reference 3.7.1 HP Ultrium ISV Cookbook */

pg = PCODE_OFFSET(0x86);
lu->lu_vpd[pg] = alloc_vpd(VPD_86_SZ);
if (!lu->lu_vpd[pg]) {
Expand Down

0 comments on commit c9b27e7

Please sign in to comment.