aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpi/mpi2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2.h')
-rw-r--r--drivers/scsi/mpt3sas/mpi/mpi2.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2.h b/drivers/scsi/mpt3sas/mpi/mpi2.h
index dfad5b8c1890..a9a659fc2812 100644
--- a/drivers/scsi/mpt3sas/mpi/mpi2.h
+++ b/drivers/scsi/mpt3sas/mpi/mpi2.h
@@ -8,7 +8,7 @@
8 * scatter/gather formats. 8 * scatter/gather formats.
9 * Creation Date: June 21, 2006 9 * Creation Date: June 21, 2006
10 * 10 *
11 * mpi2.h Version: 02.00.39 11 * mpi2.h Version: 02.00.42
12 * 12 *
13 * NOTE: Names (typedefs, defines, etc.) beginning with an MPI25 or Mpi25 13 * NOTE: Names (typedefs, defines, etc.) beginning with an MPI25 or Mpi25
14 * prefix are for use only on MPI v2.5 products, and must not be used 14 * prefix are for use only on MPI v2.5 products, and must not be used
@@ -100,6 +100,9 @@
100 * Added MPI2_DIAG_SBR_RELOAD. 100 * Added MPI2_DIAG_SBR_RELOAD.
101 * 03-19-15 02.00.38 Bumped MPI2_HEADER_VERSION_UNIT. 101 * 03-19-15 02.00.38 Bumped MPI2_HEADER_VERSION_UNIT.
102 * 05-25-15 02.00.39 Bumped MPI2_HEADER_VERSION_UNIT. 102 * 05-25-15 02.00.39 Bumped MPI2_HEADER_VERSION_UNIT.
103 * 08-25-15 02.00.40 Bumped MPI2_HEADER_VERSION_UNIT.
104 * 12-15-15 02.00.41 Bumped MPI_HEADER_VERSION_UNIT
105 * 01-01-16 02.00.42 Bumped MPI_HEADER_VERSION_UNIT
103 * -------------------------------------------------------------------------- 106 * --------------------------------------------------------------------------
104 */ 107 */
105 108
@@ -139,7 +142,7 @@
139#define MPI2_VERSION_02_06 (0x0206) 142#define MPI2_VERSION_02_06 (0x0206)
140 143
141/*Unit and Dev versioning for this MPI header set */ 144/*Unit and Dev versioning for this MPI header set */
142#define MPI2_HEADER_VERSION_UNIT (0x27) 145#define MPI2_HEADER_VERSION_UNIT (0x2A)
143#define MPI2_HEADER_VERSION_DEV (0x00) 146#define MPI2_HEADER_VERSION_DEV (0x00)
144#define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) 147#define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00)
145#define MPI2_HEADER_VERSION_UNIT_SHIFT (8) 148#define MPI2_HEADER_VERSION_UNIT_SHIFT (8)