summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-05 09:03:00 +0000
committermav <mav@FreeBSD.org>2015-10-05 09:03:00 +0000
commitb47be390476338439bec72e19947ccdc77c740f0 (patch)
treec290e89a345b0afc7b03587fb35a384d2239e104
parent94d3cb685bf100c20ee43b91af4d8a3a02a01550 (diff)
downloadFreeBSD-src-b47be390476338439bec72e19947ccdc77c740f0.zip
FreeBSD-src-b47be390476338439bec72e19947ccdc77c740f0.tar.gz
MFC r287712: Correct RTPG bitmask.
-rw-r--r--sys/cam/ctl/ctl_cmd_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/ctl/ctl_cmd_table.c b/sys/cam/ctl/ctl_cmd_table.c
index 5b75468..d19b0c1 100644
--- a/sys/cam/ctl/ctl_cmd_table.c
+++ b/sys/cam/ctl/ctl_cmd_table.c
@@ -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},
OpenPOWER on IntegriCloud