diff options
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2.h')
-rw-r--r-- | drivers/scsi/mpt3sas/mpi/mpi2.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2.h b/drivers/scsi/mpt3sas/mpi/mpi2.h index c34c1157907b..ec27ad2d186f 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.31 | 11 | * mpi2.h Version: 02.00.35 |
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 |
@@ -88,6 +88,10 @@ | |||
88 | * Added MPI25_SUP_REPLY_POST_HOST_INDEX_OFFSET. | 88 | * Added MPI25_SUP_REPLY_POST_HOST_INDEX_OFFSET. |
89 | * 04-09-13 02.00.30 Bumped MPI2_HEADER_VERSION_UNIT. | 89 | * 04-09-13 02.00.30 Bumped MPI2_HEADER_VERSION_UNIT. |
90 | * 04-17-13 02.00.31 Bumped MPI2_HEADER_VERSION_UNIT. | 90 | * 04-17-13 02.00.31 Bumped MPI2_HEADER_VERSION_UNIT. |
91 | * 08-19-13 02.00.32 Bumped MPI2_HEADER_VERSION_UNIT. | ||
92 | * 12-05-13 02.00.33 Bumped MPI2_HEADER_VERSION_UNIT. | ||
93 | * 01-08-14 02.00.34 Bumped MPI2_HEADER_VERSION_UNIT | ||
94 | * 06-13-14 02.00.35 Bumped MPI2_HEADER_VERSION_UNIT. | ||
91 | * -------------------------------------------------------------------------- | 95 | * -------------------------------------------------------------------------- |
92 | */ | 96 | */ |
93 | 97 | ||
@@ -121,7 +125,7 @@ | |||
121 | #define MPI2_VERSION_02_05 (0x0205) | 125 | #define MPI2_VERSION_02_05 (0x0205) |
122 | 126 | ||
123 | /*Unit and Dev versioning for this MPI header set */ | 127 | /*Unit and Dev versioning for this MPI header set */ |
124 | #define MPI2_HEADER_VERSION_UNIT (0x1F) | 128 | #define MPI2_HEADER_VERSION_UNIT (0x23) |
125 | #define MPI2_HEADER_VERSION_DEV (0x00) | 129 | #define MPI2_HEADER_VERSION_DEV (0x00) |
126 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) | 130 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) |
127 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) | 131 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) |