aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpi/mpi2_raid.h
diff options
context:
space:
mode:
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)