aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2014-12-16 21:51:21 +0000
committerAlexander Motin <mav@FreeBSD.org>2014-12-16 21:51:21 +0000
commitcb7430346d546572e2f0163ab36e13e9eb678614 (patch)
tree0e072334111c90dce761461e17b74b17af32c682 /sys/cam
parent5f25ee9cef214e9fc8253d16401ed25836ab6617 (diff)
downloadsrc-cb7430346d546572e2f0163ab36e13e9eb678614.tar.gz
src-cb7430346d546572e2f0163ab36e13e9eb678614.zip
Do not count RCTD bit set as an error.
We can not really implement it, but specification tells that it "shall" work, so it can be safely ignored. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=275842
Diffstat (limited to 'sys/cam')
-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 24c0091d614f..b07ea9355708 100644
--- a/sys/cam/ctl/ctl_cmd_table.c
+++ b/sys/cam/ctl/ctl_cmd_table.c
@@ -513,7 +513,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, {0x0c, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0x07}},
+ 12, {0x0c, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0, 0x07}},
/* 0D REPORT SUPPORTED_TASK MANAGEMENT FUNCTIONS */
{ctl_report_supported_tmf, CTL_SERIDX_INQ, CTL_CMD_FLAG_OK_ON_BOTH |