diff options
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_sas.h')
-rw-r--r-- | drivers/scsi/mpt3sas/mpi/mpi2_sas.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2_sas.h b/drivers/scsi/mpt3sas/mpi/mpi2_sas.h index cba046f6a4b4..361a275b0cce 100644 --- a/drivers/scsi/mpt3sas/mpi/mpi2_sas.h +++ b/drivers/scsi/mpt3sas/mpi/mpi2_sas.h | |||
@@ -6,7 +6,7 @@ | |||
6 | * Title: MPI Serial Attached SCSI structures and definitions | 6 | * Title: MPI Serial Attached SCSI structures and definitions |
7 | * Creation Date: February 9, 2007 | 7 | * Creation Date: February 9, 2007 |
8 | * | 8 | * |
9 | * mpi2_sas.h Version: 02.00.07 | 9 | * mpi2_sas.h Version: 02.00.08 |
10 | * | 10 | * |
11 | * NOTE: Names (typedefs, defines, etc.) beginning with an MPI25 or Mpi25 | 11 | * NOTE: Names (typedefs, defines, etc.) beginning with an MPI25 or Mpi25 |
12 | * prefix are for use only on MPI v2.5 products, and must not be used | 12 | * prefix are for use only on MPI v2.5 products, and must not be used |
@@ -30,6 +30,8 @@ | |||
30 | * 11-18-11 02.00.06 Incorporating additions for MPI v2.5. | 30 | * 11-18-11 02.00.06 Incorporating additions for MPI v2.5. |
31 | * 07-10-12 02.00.07 Added MPI2_SATA_PT_SGE_UNION for use in the SATA | 31 | * 07-10-12 02.00.07 Added MPI2_SATA_PT_SGE_UNION for use in the SATA |
32 | * Passthrough Request message. | 32 | * Passthrough Request message. |
33 | * 08-19-13 02.00.08 Made MPI2_SAS_OP_TRANSMIT_PORT_SELECT_SIGNAL obsolete | ||
34 | * for anything newer than MPI v2.0. | ||
33 | * -------------------------------------------------------------------------- | 35 | * -------------------------------------------------------------------------- |
34 | */ | 36 | */ |
35 | 37 | ||
@@ -251,7 +253,7 @@ typedef struct _MPI2_SAS_IOUNIT_CONTROL_REQUEST { | |||
251 | #define MPI2_SAS_OP_PHY_CLEAR_ERROR_LOG (0x08) | 253 | #define MPI2_SAS_OP_PHY_CLEAR_ERROR_LOG (0x08) |
252 | #define MPI2_SAS_OP_SEND_PRIMITIVE (0x0A) | 254 | #define MPI2_SAS_OP_SEND_PRIMITIVE (0x0A) |
253 | #define MPI2_SAS_OP_FORCE_FULL_DISCOVERY (0x0B) | 255 | #define MPI2_SAS_OP_FORCE_FULL_DISCOVERY (0x0B) |
254 | #define MPI2_SAS_OP_TRANSMIT_PORT_SELECT_SIGNAL (0x0C) | 256 | #define MPI2_SAS_OP_TRANSMIT_PORT_SELECT_SIGNAL (0x0C) /* MPI v2.0 only */ |
255 | #define MPI2_SAS_OP_REMOVE_DEVICE (0x0D) | 257 | #define MPI2_SAS_OP_REMOVE_DEVICE (0x0D) |
256 | #define MPI2_SAS_OP_LOOKUP_MAPPING (0x0E) | 258 | #define MPI2_SAS_OP_LOOKUP_MAPPING (0x0E) |
257 | #define MPI2_SAS_OP_SET_IOC_PARAMETER (0x0F) | 259 | #define MPI2_SAS_OP_SET_IOC_PARAMETER (0x0F) |