aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h')
-rw-r--r--drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h b/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h
index 167d79d145ca..3a6871aecada 100644
--- a/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h
+++ b/drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h
@@ -7,7 +7,7 @@
7 * Title: MPI Configuration messages and pages 7 * Title: MPI Configuration messages and pages
8 * Creation Date: November 10, 2006 8 * Creation Date: November 10, 2006
9 * 9 *
10 * mpi2_cnfg.h Version: 02.00.46 10 * mpi2_cnfg.h Version: 02.00.47
11 * 11 *
12 * NOTE: Names (typedefs, defines, etc.) beginning with an MPI25 or Mpi25 12 * NOTE: Names (typedefs, defines, etc.) beginning with an MPI25 or Mpi25
13 * prefix are for use only on MPI v2.5 products, and must not be used 13 * prefix are for use only on MPI v2.5 products, and must not be used
@@ -244,6 +244,11 @@
244 * Added DMDReport Delay Time defines to 244 * Added DMDReport Delay Time defines to
245 * PCIeIOUnitPage1 245 * PCIeIOUnitPage1
246 * -------------------------------------------------------------------------- 246 * --------------------------------------------------------------------------
247 * 08-02-18 02.00.44 Added Slotx2, Slotx4 to ManPage 7.
248 * 08-15-18 02.00.45 Added ProductSpecific field at end of IOC Page 1
249 * 08-28-18 02.00.46 Added NVMs Write Cache flag to IOUnitPage1
250 * Added DMDReport Delay Time defines to PCIeIOUnitPage1
251 * 12-17-18 02.00.47 Swap locations of Slotx2 and Slotx4 in ManPage 7.
247 */ 252 */
248 253
249#ifndef MPI2_CNFG_H 254#ifndef MPI2_CNFG_H
@@ -810,7 +815,8 @@ typedef struct _MPI2_MANPAGE7_CONNECTOR_INFO {
810 U8 Location; /*0x14 */ 815 U8 Location; /*0x14 */
811 U8 ReceptacleID; /*0x15 */ 816 U8 ReceptacleID; /*0x15 */
812 U16 Slot; /*0x16 */ 817 U16 Slot; /*0x16 */
813 U32 Reserved2; /*0x18 */ 818 U16 Slotx2; /*0x18 */
819 U16 Slotx4; /*0x1A */
814} MPI2_MANPAGE7_CONNECTOR_INFO, 820} MPI2_MANPAGE7_CONNECTOR_INFO,
815 *PTR_MPI2_MANPAGE7_CONNECTOR_INFO, 821 *PTR_MPI2_MANPAGE7_CONNECTOR_INFO,
816 Mpi2ManPage7ConnectorInfo_t, 822 Mpi2ManPage7ConnectorInfo_t,