diff options
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2.h')
-rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2.h b/drivers/scsi/mpt2sas/mpi/mpi2.h index 8be75e65f763..a3e60385787f 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.16 | 11 | * mpi2.h Version: 02.00.17 |
12 | * | 12 | * |
13 | * Version History | 13 | * Version History |
14 | * --------------- | 14 | * --------------- |
@@ -63,6 +63,7 @@ | |||
63 | * function codes, 0xF0 to 0xFF. | 63 | * function codes, 0xF0 to 0xFF. |
64 | * 05-12-10 02.00.16 Bumped MPI2_HEADER_VERSION_UNIT. | 64 | * 05-12-10 02.00.16 Bumped MPI2_HEADER_VERSION_UNIT. |
65 | * Added alternative defines for the SGE Direction bit. | 65 | * Added alternative defines for the SGE Direction bit. |
66 | * 08-11-10 02.00.17 Bumped MPI2_HEADER_VERSION_UNIT. | ||
66 | * -------------------------------------------------------------------------- | 67 | * -------------------------------------------------------------------------- |
67 | */ | 68 | */ |
68 | 69 | ||
@@ -88,7 +89,7 @@ | |||
88 | #define MPI2_VERSION_02_00 (0x0200) | 89 | #define MPI2_VERSION_02_00 (0x0200) |
89 | 90 | ||
90 | /* versioning for this MPI header set */ | 91 | /* versioning for this MPI header set */ |
91 | #define MPI2_HEADER_VERSION_UNIT (0x10) | 92 | #define MPI2_HEADER_VERSION_UNIT (0x11) |
92 | #define MPI2_HEADER_VERSION_DEV (0x00) | 93 | #define MPI2_HEADER_VERSION_DEV (0x00) |
93 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) | 94 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) |
94 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) | 95 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) |