diff options
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2.h')
-rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2.h b/drivers/scsi/mpt2sas/mpi/mpi2.h index a01f0aa66f20..a80f3220c641 100644 --- a/drivers/scsi/mpt2sas/mpi/mpi2.h +++ b/drivers/scsi/mpt2sas/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.22 | 11 | * mpi2.h Version: 02.00.23 |
12 | * | 12 | * |
13 | * Version History | 13 | * Version History |
14 | * --------------- | 14 | * --------------- |
@@ -71,6 +71,7 @@ | |||
71 | * 03-09-11 02.00.20 Bumped MPI2_HEADER_VERSION_UNIT. | 71 | * 03-09-11 02.00.20 Bumped MPI2_HEADER_VERSION_UNIT. |
72 | * 05-25-11 02.00.21 Bumped MPI2_HEADER_VERSION_UNIT. | 72 | * 05-25-11 02.00.21 Bumped MPI2_HEADER_VERSION_UNIT. |
73 | * 08-24-11 02.00.22 Bumped MPI2_HEADER_VERSION_UNIT. | 73 | * 08-24-11 02.00.22 Bumped MPI2_HEADER_VERSION_UNIT. |
74 | * 11-18-11 02.00.23 Bumped MPI2_HEADER_VERSION_UNIT. | ||
74 | * -------------------------------------------------------------------------- | 75 | * -------------------------------------------------------------------------- |
75 | */ | 76 | */ |
76 | 77 | ||
@@ -96,7 +97,7 @@ | |||
96 | #define MPI2_VERSION_02_00 (0x0200) | 97 | #define MPI2_VERSION_02_00 (0x0200) |
97 | 98 | ||
98 | /* versioning for this MPI header set */ | 99 | /* versioning for this MPI header set */ |
99 | #define MPI2_HEADER_VERSION_UNIT (0x16) | 100 | #define MPI2_HEADER_VERSION_UNIT (0x17) |
100 | #define MPI2_HEADER_VERSION_DEV (0x00) | 101 | #define MPI2_HEADER_VERSION_DEV (0x00) |
101 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) | 102 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) |
102 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) | 103 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) |
@@ -480,7 +481,7 @@ typedef union _MPI2_REPLY_DESCRIPTORS_UNION | |||
480 | MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR RAIDAcceleratorSuccess; | 481 | MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR RAIDAcceleratorSuccess; |
481 | U64 Words; | 482 | U64 Words; |
482 | } MPI2_REPLY_DESCRIPTORS_UNION, MPI2_POINTER PTR_MPI2_REPLY_DESCRIPTORS_UNION, | 483 | } MPI2_REPLY_DESCRIPTORS_UNION, MPI2_POINTER PTR_MPI2_REPLY_DESCRIPTORS_UNION, |
483 | Mpi2ReplyDescriptorsUnion_t, MPI2_POINTER pMpi2ReplyDescriptorsUnion_t; | 484 | Mpi2ReplyDescriptorsUnion_t, MPI2_POINTER pMpi2ReplyDescriptorsUnion_t; |
484 | 485 | ||
485 | 486 | ||
486 | 487 | ||