diff options
author | Suganath prabu Subramani <suganath-prabu.subramani@avagotech.com> | 2016-01-28 01:37:05 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-02-23 21:27:02 -0500 |
commit | 5c739b6157bd090942e5847ddd12bfb99cd4240d (patch) | |
tree | ded954995519691b2a30ceeac8075bf3b5b42aeb /drivers/scsi/mpt3sas/mpi/mpi2.h | |
parent | ebb3024e2fd5578c800a5ae9165dd7f1a0844c11 (diff) |
mpt3sas: Updated MPI Header to 2.00.42
Updated MPI version and MPI header files.
Signed-off-by: Suganath prabu Subramani <suganath-prabu.subramani@avagotech.com>
Signed-off-by: Chaitra P B <chaitra.basappa@avagotech.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2.h')
-rw-r--r-- | drivers/scsi/mpt3sas/mpi/mpi2.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2.h b/drivers/scsi/mpt3sas/mpi/mpi2.h index 367e6ac0b211..dfad5b8c1890 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.37 | 11 | * mpi2.h Version: 02.00.39 |
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 |
@@ -94,10 +94,12 @@ | |||
94 | * 06-13-14 02.00.35 Bumped MPI2_HEADER_VERSION_UNIT. | 94 | * 06-13-14 02.00.35 Bumped MPI2_HEADER_VERSION_UNIT. |
95 | * 11-18-14 02.00.36 Updated copyright information. | 95 | * 11-18-14 02.00.36 Updated copyright information. |
96 | * Bumped MPI2_HEADER_VERSION_UNIT. | 96 | * Bumped MPI2_HEADER_VERSION_UNIT. |
97 | * 03-xx-15 02.00.37 Bumped MPI2_HEADER_VERSION_UNIT. | 97 | * 03-16-15 02.00.37 Bumped MPI2_HEADER_VERSION_UNIT. |
98 | * Added Scratchpad registers to | 98 | * Added Scratchpad registers to |
99 | * MPI2_SYSTEM_INTERFACE_REGS. | 99 | * MPI2_SYSTEM_INTERFACE_REGS. |
100 | * Added MPI2_DIAG_SBR_RELOAD. | 100 | * Added MPI2_DIAG_SBR_RELOAD. |
101 | * 03-19-15 02.00.38 Bumped MPI2_HEADER_VERSION_UNIT. | ||
102 | * 05-25-15 02.00.39 Bumped MPI2_HEADER_VERSION_UNIT. | ||
101 | * -------------------------------------------------------------------------- | 103 | * -------------------------------------------------------------------------- |
102 | */ | 104 | */ |
103 | 105 | ||
@@ -137,7 +139,7 @@ | |||
137 | #define MPI2_VERSION_02_06 (0x0206) | 139 | #define MPI2_VERSION_02_06 (0x0206) |
138 | 140 | ||
139 | /*Unit and Dev versioning for this MPI header set */ | 141 | /*Unit and Dev versioning for this MPI header set */ |
140 | #define MPI2_HEADER_VERSION_UNIT (0x23) | 142 | #define MPI2_HEADER_VERSION_UNIT (0x27) |
141 | #define MPI2_HEADER_VERSION_DEV (0x00) | 143 | #define MPI2_HEADER_VERSION_DEV (0x00) |
142 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) | 144 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) |
143 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) | 145 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) |