aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpi/mpi2_raid.h
diff options
context:
space:
mode:
authorSreekanth Reddy <sreekanth.reddy@avagotech.com>2014-09-12 06:05:25 -0400
committerChristoph Hellwig <hch@lst.de>2014-09-16 12:14:17 -0400
commit861ff736c8d8ae574dcc1ef81e5da84ff85e70c9 (patch)
tree378c27ad0de70e80d3bb85af61ba21a96178ac3f /drivers/scsi/mpt3sas/mpi/mpi2_raid.h
parent9b2dcba3aa2287cbd08d1b987fec7a0fd8a0ecb1 (diff)
mpt3sas: MPI2.5 Rev G (2.5.2) specifications
Below is the change set in MPI2.5 Rev G specification and 2.00.31 header files 1) Added SCSIStatusQualifier to SCSI IO Error Reply message. 2) Added ATA Security Freeze Lock to IO Unit Page 1 Flags field. 3) Added Allow Protection Information bit for IR Volume Create. Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@avagotech.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_raid.h')
-rw-r--r--drivers/scsi/mpt3sas/mpi/mpi2_raid.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2_raid.h b/drivers/scsi/mpt3sas/mpi/mpi2_raid.h
index 71765236afef..fbe3aae102b0 100644
--- a/drivers/scsi/mpt3sas/mpi/mpi2_raid.h
+++ b/drivers/scsi/mpt3sas/mpi/mpi2_raid.h
@@ -6,7 +6,7 @@
6 * Title: MPI Integrated RAID messages and structures 6 * Title: MPI Integrated RAID messages and structures
7 * Creation Date: April 26, 2007 7 * Creation Date: April 26, 2007
8 * 8 *
9 * mpi2_raid.h Version: 02.00.09 9 * mpi2_raid.h Version: 02.00.10
10 * 10 *
11 * Version History 11 * Version History
12 * --------------- 12 * ---------------
@@ -30,6 +30,7 @@
30 * 02-06-12 02.00.08 Added MPI2_RAID_ACTION_PHYSDISK_HIDDEN. 30 * 02-06-12 02.00.08 Added MPI2_RAID_ACTION_PHYSDISK_HIDDEN.
31 * 07-26-12 02.00.09 Added ElapsedSeconds field to MPI2_RAID_VOL_INDICATOR. 31 * 07-26-12 02.00.09 Added ElapsedSeconds field to MPI2_RAID_VOL_INDICATOR.
32 * Added MPI2_RAID_VOL_FLAGS_ELAPSED_SECONDS_VALID define. 32 * Added MPI2_RAID_VOL_FLAGS_ELAPSED_SECONDS_VALID define.
33 * 04-17-13 02.00.10 Added MPI25_RAID_ACTION_ADATA_ALLOW_PI.
33 * -------------------------------------------------------------------------- 34 * --------------------------------------------------------------------------
34 */ 35 */
35 36
@@ -46,6 +47,9 @@
46* RAID Action messages 47* RAID Action messages
47****************************************************************************/ 48****************************************************************************/
48 49
50/* ActionDataWord defines for use with MPI2_RAID_ACTION_CREATE_VOLUME action */
51#define MPI25_RAID_ACTION_ADATA_ALLOW_PI (0x80000000)
52
49/*ActionDataWord defines for use with MPI2_RAID_ACTION_DELETE_VOLUME action */ 53/*ActionDataWord defines for use with MPI2_RAID_ACTION_DELETE_VOLUME action */
50#define MPI2_RAID_ACTION_ADATA_KEEP_LBA0 (0x00000000) 54#define MPI2_RAID_ACTION_ADATA_KEEP_LBA0 (0x00000000)
51#define MPI2_RAID_ACTION_ADATA_ZERO_LBA0 (0x00000001) 55#define MPI2_RAID_ACTION_ADATA_ZERO_LBA0 (0x00000001)