]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Correct RTPG bitmask.
authormav <mav@FreeBSD.org>
Sat, 12 Sep 2015 13:53:41 +0000 (13:53 +0000)
committermav <mav@FreeBSD.org>
Sat, 12 Sep 2015 13:53:41 +0000 (13:53 +0000)
sys/cam/ctl/ctl_cmd_table.c

index 5b75468c1e40b3a9beb9bb3d1f2f3114831f5605..d19b0c1bfc7c9740565b3d6cc09b0216a03c249b 100644 (file)
@@ -486,7 +486,7 @@ const struct ctl_cmd_entry ctl_cmd_table_a3[32] =
                                                CTL_FLAG_DATA_IN |
                                                CTL_CMD_FLAG_ALLOW_ON_PR_RESV,
  CTL_LUN_PAT_NONE,
- 12, {0x0a, 0, 0, 0, 0, 0xff, 0xff, 0xff, 0xff, 0, 0x07}},
+ 12, {0xea, 0, 0, 0, 0, 0xff, 0xff, 0xff, 0xff, 0, 0x07}},
 
 /* 0B */
 {NULL, CTL_SERIDX_INVLD, CTL_CMD_FLAG_NONE, CTL_LUN_PAT_NONE},