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 31b5b15a4726..7b14a015c903 100644 --- a/drivers/scsi/mpt2sas/mpi/mpi2.h +++ b/drivers/scsi/mpt2sas/mpi/mpi2.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 2000-2012 LSI Corporation. | 2 | * Copyright (c) 2000-2013 LSI Corporation. |
3 | * | 3 | * |
4 | * | 4 | * |
5 | * Name: mpi2.h | 5 | * Name: 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.27 | 11 | * mpi2.h Version: 02.00.28 |
12 | * | 12 | * |
13 | * Version History | 13 | * Version History |
14 | * --------------- | 14 | * --------------- |
@@ -77,6 +77,7 @@ | |||
77 | * Added Hard Reset delay timings. | 77 | * Added Hard Reset delay timings. |
78 | * 07-10-12 02.00.26 Bumped MPI2_HEADER_VERSION_UNIT. | 78 | * 07-10-12 02.00.26 Bumped MPI2_HEADER_VERSION_UNIT. |
79 | * 07-26-12 02.00.27 Bumped MPI2_HEADER_VERSION_UNIT. | 79 | * 07-26-12 02.00.27 Bumped MPI2_HEADER_VERSION_UNIT. |
80 | * 11-27-12 02.00.28 Bumped MPI2_HEADER_VERSION_UNIT. | ||
80 | * -------------------------------------------------------------------------- | 81 | * -------------------------------------------------------------------------- |
81 | */ | 82 | */ |
82 | 83 | ||
@@ -102,7 +103,7 @@ | |||
102 | #define MPI2_VERSION_02_00 (0x0200) | 103 | #define MPI2_VERSION_02_00 (0x0200) |
103 | 104 | ||
104 | /* versioning for this MPI header set */ | 105 | /* versioning for this MPI header set */ |
105 | #define MPI2_HEADER_VERSION_UNIT (0x1B) | 106 | #define MPI2_HEADER_VERSION_UNIT (0x1C) |
106 | #define MPI2_HEADER_VERSION_DEV (0x00) | 107 | #define MPI2_HEADER_VERSION_DEV (0x00) |
107 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) | 108 | #define MPI2_HEADER_VERSION_UNIT_MASK (0xFF00) |
108 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) | 109 | #define MPI2_HEADER_VERSION_UNIT_SHIFT (8) |