svn commit: r287712 - head/sys/cam/ctl

Alexander Motin mav at FreeBSD.org
Sat Sep 12 13:53:42 UTC 2015


Author: mav
Date: Sat Sep 12 13:53:41 2015
New Revision: 287712
URL: https://svnweb.freebsd.org/changeset/base/287712

Log:
  Correct RTPG bitmask.

Modified:
  head/sys/cam/ctl/ctl_cmd_table.c

Modified: head/sys/cam/ctl/ctl_cmd_table.c
==============================================================================
--- head/sys/cam/ctl/ctl_cmd_table.c	Sat Sep 12 12:46:04 2015	(r287711)
+++ head/sys/cam/ctl/ctl_cmd_table.c	Sat Sep 12 13:53:41 2015	(r287712)
@@ -486,7 +486,7 @@ const struct ctl_cmd_entry ctl_cmd_table
 						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},


More information about the svn-src-head mailing list