svn commit: r288738 - stable/10/sys/cam/ctl

Alexander Motin mav at FreeBSD.org
Mon Oct 5 09:03:01 UTC 2015


Author: mav
Date: Mon Oct  5 09:03:00 2015
New Revision: 288738
URL: https://svnweb.freebsd.org/changeset/base/288738

Log:
  MFC r287712: Correct RTPG bitmask.

Modified:
  stable/10/sys/cam/ctl/ctl_cmd_table.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cam/ctl/ctl_cmd_table.c
==============================================================================
--- stable/10/sys/cam/ctl/ctl_cmd_table.c	Mon Oct  5 09:02:13 2015	(r288737)
+++ stable/10/sys/cam/ctl/ctl_cmd_table.c	Mon Oct  5 09:03:00 2015	(r288738)
@@ -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-all mailing list