|
@@ -6,7 +6,7 @@
|
|
|
* Title: MPI Config message, structures, and Pages
|
|
|
* Creation Date: July 27, 2000
|
|
|
*
|
|
|
- * mpi_cnfg.h Version: 01.05.09
|
|
|
+ * mpi_cnfg.h Version: 01.05.11
|
|
|
*
|
|
|
* Version History
|
|
|
* ---------------
|
|
@@ -249,6 +249,23 @@
|
|
|
* Added OwnerDevHandle and Flags field to SAS PHY Page 0.
|
|
|
* Added IOC GPIO Flags define to SAS Enclosure Page 0.
|
|
|
* Fixed the value for MPI_SAS_IOUNIT1_CONTROL_DEV_SATA_SUPPORT.
|
|
|
+ * 08-03-05 01.05.10 Removed ISDataScrubRate and ISResyncRate from
|
|
|
+ * Manufacturing Page 4.
|
|
|
+ * Added MPI_IOUNITPAGE1_SATA_WRITE_CACHE_DISABLE bit.
|
|
|
+ * Added NumDevsPerEnclosure field to SAS IO Unit page 2.
|
|
|
+ * Added MPI_SAS_IOUNIT2_FLAGS_HOST_ASSIGNED_PHYS_MAP
|
|
|
+ * define.
|
|
|
+ * Added EnclosureHandle field to SAS Expander page 0.
|
|
|
+ * Removed redundant NumTableEntriesProg field from SAS
|
|
|
+ * Expander Page 1.
|
|
|
+ * 08-30-05 01.05.11 Added DeviceID for FC949E and changed the DeviceID for
|
|
|
+ * SAS1078.
|
|
|
+ * Added more defines for Manufacturing Page 4 Flags field.
|
|
|
+ * Added more defines for IOCSettings and added
|
|
|
+ * ExpanderSpinup field to Bios Page 1.
|
|
|
+ * Added postpone SATA Init bit to SAS IO Unit Page 1
|
|
|
+ * ControlFlags.
|
|
|
+ * Changed LogEntry format for Log Page 0.
|
|
|
* --------------------------------------------------------------------------
|
|
|
*/
|
|
|
|
|
@@ -494,7 +511,7 @@ typedef struct _MSG_CONFIG_REPLY
|
|
|
#define MPI_MANUFACTPAGE_DEVICEID_FC929X (0x0626)
|
|
|
#define MPI_MANUFACTPAGE_DEVICEID_FC939X (0x0642)
|
|
|
#define MPI_MANUFACTPAGE_DEVICEID_FC949X (0x0640)
|
|
|
-#define MPI_MANUFACTPAGE_DEVICEID_FC949ES (0x0646)
|
|
|
+#define MPI_MANUFACTPAGE_DEVICEID_FC949E (0x0646)
|
|
|
/* SCSI */
|
|
|
#define MPI_MANUFACTPAGE_DEVID_53C1030 (0x0030)
|
|
|
#define MPI_MANUFACTPAGE_DEVID_53C1030ZC (0x0031)
|
|
@@ -510,7 +527,7 @@ typedef struct _MSG_CONFIG_REPLY
|
|
|
#define MPI_MANUFACTPAGE_DEVID_SAS1066E (0x005A)
|
|
|
#define MPI_MANUFACTPAGE_DEVID_SAS1068 (0x0054)
|
|
|
#define MPI_MANUFACTPAGE_DEVID_SAS1068E (0x0058)
|
|
|
-#define MPI_MANUFACTPAGE_DEVID_SAS1078 (0x0060)
|
|
|
+#define MPI_MANUFACTPAGE_DEVID_SAS1078 (0x0062)
|
|
|
|
|
|
|
|
|
typedef struct _CONFIG_PAGE_MANUFACTURING_0
|
|
@@ -602,9 +619,7 @@ typedef struct _CONFIG_PAGE_MANUFACTURING_4
|
|
|
U32 IMVolumeSettings; /* 50h */
|
|
|
U32 Reserved3; /* 54h */
|
|
|
U32 Reserved4; /* 58h */
|
|
|
- U8 ISDataScrubRate; /* 5Ch */
|
|
|
- U8 ISResyncRate; /* 5Dh */
|
|
|
- U16 Reserved5; /* 5Eh */
|
|
|
+ U32 Reserved5; /* 5Ch */
|
|
|
U8 IMEDataScrubRate; /* 60h */
|
|
|
U8 IMEResyncRate; /* 61h */
|
|
|
U16 Reserved6; /* 62h */
|
|
@@ -616,9 +631,14 @@ typedef struct _CONFIG_PAGE_MANUFACTURING_4
|
|
|
} CONFIG_PAGE_MANUFACTURING_4, MPI_POINTER PTR_CONFIG_PAGE_MANUFACTURING_4,
|
|
|
ManufacturingPage4_t, MPI_POINTER pManufacturingPage4_t;
|
|
|
|
|
|
-#define MPI_MANUFACTURING4_PAGEVERSION (0x02)
|
|
|
+#define MPI_MANUFACTURING4_PAGEVERSION (0x03)
|
|
|
|
|
|
/* defines for the Flags field */
|
|
|
+#define MPI_MANPAGE4_IME_DISABLE (0x20)
|
|
|
+#define MPI_MANPAGE4_IM_DISABLE (0x10)
|
|
|
+#define MPI_MANPAGE4_IS_DISABLE (0x08)
|
|
|
+#define MPI_MANPAGE4_IR_MODEPAGE8_DISABLE (0x04)
|
|
|
+#define MPI_MANPAGE4_IM_RESYNC_CACHE_ENABLE (0x02)
|
|
|
#define MPI_MANPAGE4_IR_NO_MIX_SAS_SATA (0x01)
|
|
|
|
|
|
|
|
@@ -669,7 +689,7 @@ typedef struct _CONFIG_PAGE_IO_UNIT_1
|
|
|
} CONFIG_PAGE_IO_UNIT_1, MPI_POINTER PTR_CONFIG_PAGE_IO_UNIT_1,
|
|
|
IOUnitPage1_t, MPI_POINTER pIOUnitPage1_t;
|
|
|
|
|
|
-#define MPI_IOUNITPAGE1_PAGEVERSION (0x01)
|
|
|
+#define MPI_IOUNITPAGE1_PAGEVERSION (0x02)
|
|
|
|
|
|
/* IO Unit Page 1 Flags defines */
|
|
|
#define MPI_IOUNITPAGE1_MULTI_FUNCTION (0x00000000)
|
|
@@ -681,7 +701,7 @@ typedef struct _CONFIG_PAGE_IO_UNIT_1
|
|
|
#define MPI_IOUNITPAGE1_DISABLE_IR (0x00000040)
|
|
|
#define MPI_IOUNITPAGE1_FORCE_32 (0x00000080)
|
|
|
#define MPI_IOUNITPAGE1_NATIVE_COMMAND_Q_DISABLE (0x00000100)
|
|
|
-
|
|
|
+#define MPI_IOUNITPAGE1_SATA_WRITE_CACHE_DISABLE (0x00000200)
|
|
|
|
|
|
typedef struct _MPI_ADAPTER_INFO
|
|
|
{
|
|
@@ -968,7 +988,8 @@ typedef struct _CONFIG_PAGE_BIOS_1
|
|
|
U32 Reserved1; /* 0Ch */
|
|
|
U32 DeviceSettings; /* 10h */
|
|
|
U16 NumberOfDevices; /* 14h */
|
|
|
- U16 Reserved2; /* 16h */
|
|
|
+ U8 ExpanderSpinup; /* 16h */
|
|
|
+ U8 Reserved2; /* 17h */
|
|
|
U16 IOTimeoutBlockDevicesNonRM; /* 18h */
|
|
|
U16 IOTimeoutSequential; /* 1Ah */
|
|
|
U16 IOTimeoutOther; /* 1Ch */
|
|
@@ -976,7 +997,7 @@ typedef struct _CONFIG_PAGE_BIOS_1
|
|
|
} CONFIG_PAGE_BIOS_1, MPI_POINTER PTR_CONFIG_PAGE_BIOS_1,
|
|
|
BIOSPage1_t, MPI_POINTER pBIOSPage1_t;
|
|
|
|
|
|
-#define MPI_BIOSPAGE1_PAGEVERSION (0x02)
|
|
|
+#define MPI_BIOSPAGE1_PAGEVERSION (0x03)
|
|
|
|
|
|
/* values for the BiosOptions field */
|
|
|
#define MPI_BIOSPAGE1_OPTIONS_SPI_ENABLE (0x00000400)
|
|
@@ -985,8 +1006,15 @@ typedef struct _CONFIG_PAGE_BIOS_1
|
|
|
#define MPI_BIOSPAGE1_OPTIONS_DISABLE_BIOS (0x00000001)
|
|
|
|
|
|
/* values for the IOCSettings field */
|
|
|
+#define MPI_BIOSPAGE1_IOCSET_MASK_INITIAL_SPINUP_DELAY (0x0F000000)
|
|
|
+#define MPI_BIOSPAGE1_IOCSET_SHIFT_INITIAL_SPINUP_DELAY (24)
|
|
|
+
|
|
|
#define MPI_BIOSPAGE1_IOCSET_MASK_PORT_ENABLE_DELAY (0x00F00000)
|
|
|
#define MPI_BIOSPAGE1_IOCSET_SHIFT_PORT_ENABLE_DELAY (20)
|
|
|
+
|
|
|
+#define MPI_BIOSPAGE1_IOCSET_AUTO_PORT_ENABLE (0x00080000)
|
|
|
+#define MPI_BIOSPAGE1_IOCSET_DIRECT_ATTACH_SPINUP_MODE (0x00040000)
|
|
|
+
|
|
|
#define MPI_BIOSPAGE1_IOCSET_MASK_BOOT_PREFERENCE (0x00030000)
|
|
|
#define MPI_BIOSPAGE1_IOCSET_ENCLOSURE_SLOT_BOOT (0x00000000)
|
|
|
#define MPI_BIOSPAGE1_IOCSET_SAS_ADDRESS_BOOT (0x00010000)
|
|
@@ -1016,6 +1044,11 @@ typedef struct _CONFIG_PAGE_BIOS_1
|
|
|
#define MPI_BIOSPAGE1_DEVSET_DISABLE_NON_RM_LUN (0x00000002)
|
|
|
#define MPI_BIOSPAGE1_DEVSET_DISABLE_OTHER_LUN (0x00000001)
|
|
|
|
|
|
+/* defines for the ExpanderSpinup field */
|
|
|
+#define MPI_BIOSPAGE1_EXPSPINUP_MASK_MAX_TARGET (0xF0)
|
|
|
+#define MPI_BIOSPAGE1_EXPSPINUP_SHIFT_MAX_TARGET (4)
|
|
|
+#define MPI_BIOSPAGE1_EXPSPINUP_MASK_DELAY (0x0F)
|
|
|
+
|
|
|
typedef struct _MPI_BOOT_DEVICE_ADAPTER_ORDER
|
|
|
{
|
|
|
U32 Reserved1; /* 00h */
|
|
@@ -1233,13 +1266,13 @@ typedef struct _CONFIG_PAGE_SCSI_PORT_0
|
|
|
|
|
|
#define MPI_SCSIPORTPAGE0_CAP_SHIFT_MIN_SYNC_PERIOD (8)
|
|
|
#define MPI_SCSIPORTPAGE0_CAP_GET_MIN_SYNC_PERIOD(Cap) \
|
|
|
- ( ((Cap) & MPI_SCSIPORTPAGE0_CAP_MASK_MIN_SYNC_PERIOD) \
|
|
|
+ ( ((Cap) & MPI_SCSIPORTPAGE0_CAP_MIN_SYNC_PERIOD_MASK) \
|
|
|
>> MPI_SCSIPORTPAGE0_CAP_SHIFT_MIN_SYNC_PERIOD \
|
|
|
)
|
|
|
#define MPI_SCSIPORTPAGE0_CAP_MAX_SYNC_OFFSET_MASK (0x00FF0000)
|
|
|
#define MPI_SCSIPORTPAGE0_CAP_SHIFT_MAX_SYNC_OFFSET (16)
|
|
|
#define MPI_SCSIPORTPAGE0_CAP_GET_MAX_SYNC_OFFSET(Cap) \
|
|
|
- ( ((Cap) & MPI_SCSIPORTPAGE0_CAP_MASK_MAX_SYNC_OFFSET) \
|
|
|
+ ( ((Cap) & MPI_SCSIPORTPAGE0_CAP_MAX_SYNC_OFFSET_MASK) \
|
|
|
>> MPI_SCSIPORTPAGE0_CAP_SHIFT_MAX_SYNC_OFFSET \
|
|
|
)
|
|
|
#define MPI_SCSIPORTPAGE0_CAP_IDP (0x08000000)
|
|
@@ -2370,47 +2403,48 @@ typedef struct _CONFIG_PAGE_SAS_IO_UNIT_1
|
|
|
} CONFIG_PAGE_SAS_IO_UNIT_1, MPI_POINTER PTR_CONFIG_PAGE_SAS_IO_UNIT_1,
|
|
|
SasIOUnitPage1_t, MPI_POINTER pSasIOUnitPage1_t;
|
|
|
|
|
|
-#define MPI_SASIOUNITPAGE1_PAGEVERSION (0x04)
|
|
|
+#define MPI_SASIOUNITPAGE1_PAGEVERSION (0x05)
|
|
|
|
|
|
/* values for SAS IO Unit Page 1 ControlFlags */
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_DEVICE_SELF_TEST (0x8000)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SATA_3_0_MAX (0x4000)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SATA_1_5_MAX (0x2000)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SATA_SW_PRESERVE (0x1000)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_DISABLE_SAS_HASH (0x0800)
|
|
|
-
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_MASK_DEV_SUPPORT (0x0600)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SHIFT_DEV_SUPPORT (9)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_DEV_SUPPORT_BOTH (0x00)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_DEV_SAS_SUPPORT (0x01)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_DEV_SATA_SUPPORT (0x02)
|
|
|
-
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SATA_48BIT_LBA_REQUIRED (0x0080)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SATA_SMART_REQUIRED (0x0040)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SATA_NCQ_REQUIRED (0x0020)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SATA_FUA_REQUIRED (0x0010)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_PHY_ENABLE_ORDER_HIGH (0x0008)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_SUBTRACTIVE_ILLEGAL (0x0004)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_FIRST_LVL_DISC_ONLY (0x0002)
|
|
|
-#define MPI_SAS_IOUNIT1_CONTROL_CLEAR_AFFILIATION (0x0001)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_DEVICE_SELF_TEST (0x8000)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SATA_3_0_MAX (0x4000)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SATA_1_5_MAX (0x2000)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SATA_SW_PRESERVE (0x1000)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_DISABLE_SAS_HASH (0x0800)
|
|
|
+
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_MASK_DEV_SUPPORT (0x0600)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SHIFT_DEV_SUPPORT (9)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_DEV_SUPPORT_BOTH (0x00)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_DEV_SAS_SUPPORT (0x01)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_DEV_SATA_SUPPORT (0x02)
|
|
|
+
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_POSTPONE_SATA_INIT (0x0100)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SATA_48BIT_LBA_REQUIRED (0x0080)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SATA_SMART_REQUIRED (0x0040)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SATA_NCQ_REQUIRED (0x0020)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SATA_FUA_REQUIRED (0x0010)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_PHY_ENABLE_ORDER_HIGH (0x0008)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_SUBTRACTIVE_ILLEGAL (0x0004)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_FIRST_LVL_DISC_ONLY (0x0002)
|
|
|
+#define MPI_SAS_IOUNIT1_CONTROL_CLEAR_AFFILIATION (0x0001)
|
|
|
|
|
|
/* values for SAS IO Unit Page 1 PortFlags */
|
|
|
-#define MPI_SAS_IOUNIT1_PORT_FLAGS_0_TARGET_IOC_NUM (0x00)
|
|
|
-#define MPI_SAS_IOUNIT1_PORT_FLAGS_1_TARGET_IOC_NUM (0x04)
|
|
|
-#define MPI_SAS_IOUNIT1_PORT_FLAGS_AUTO_PORT_CONFIG (0x01)
|
|
|
+#define MPI_SAS_IOUNIT1_PORT_FLAGS_0_TARGET_IOC_NUM (0x00)
|
|
|
+#define MPI_SAS_IOUNIT1_PORT_FLAGS_1_TARGET_IOC_NUM (0x04)
|
|
|
+#define MPI_SAS_IOUNIT1_PORT_FLAGS_AUTO_PORT_CONFIG (0x01)
|
|
|
|
|
|
/* values for SAS IO Unit Page 0 PhyFlags */
|
|
|
-#define MPI_SAS_IOUNIT1_PHY_FLAGS_PHY_DISABLE (0x04)
|
|
|
-#define MPI_SAS_IOUNIT1_PHY_FLAGS_TX_INVERT (0x02)
|
|
|
-#define MPI_SAS_IOUNIT1_PHY_FLAGS_RX_INVERT (0x01)
|
|
|
+#define MPI_SAS_IOUNIT1_PHY_FLAGS_PHY_DISABLE (0x04)
|
|
|
+#define MPI_SAS_IOUNIT1_PHY_FLAGS_TX_INVERT (0x02)
|
|
|
+#define MPI_SAS_IOUNIT1_PHY_FLAGS_RX_INVERT (0x01)
|
|
|
|
|
|
/* values for SAS IO Unit Page 0 MaxMinLinkRate */
|
|
|
-#define MPI_SAS_IOUNIT1_MAX_RATE_MASK (0xF0)
|
|
|
-#define MPI_SAS_IOUNIT1_MAX_RATE_1_5 (0x80)
|
|
|
-#define MPI_SAS_IOUNIT1_MAX_RATE_3_0 (0x90)
|
|
|
-#define MPI_SAS_IOUNIT1_MIN_RATE_MASK (0x0F)
|
|
|
-#define MPI_SAS_IOUNIT1_MIN_RATE_1_5 (0x08)
|
|
|
-#define MPI_SAS_IOUNIT1_MIN_RATE_3_0 (0x09)
|
|
|
+#define MPI_SAS_IOUNIT1_MAX_RATE_MASK (0xF0)
|
|
|
+#define MPI_SAS_IOUNIT1_MAX_RATE_1_5 (0x80)
|
|
|
+#define MPI_SAS_IOUNIT1_MAX_RATE_3_0 (0x90)
|
|
|
+#define MPI_SAS_IOUNIT1_MIN_RATE_MASK (0x0F)
|
|
|
+#define MPI_SAS_IOUNIT1_MIN_RATE_1_5 (0x08)
|
|
|
+#define MPI_SAS_IOUNIT1_MIN_RATE_3_0 (0x09)
|
|
|
|
|
|
/* see mpi_sas.h for values for SAS IO Unit Page 1 ControllerPhyDeviceInfo values */
|
|
|
|
|
@@ -2418,16 +2452,18 @@ typedef struct _CONFIG_PAGE_SAS_IO_UNIT_1
|
|
|
typedef struct _CONFIG_PAGE_SAS_IO_UNIT_2
|
|
|
{
|
|
|
CONFIG_EXTENDED_PAGE_HEADER Header; /* 00h */
|
|
|
- U32 Reserved1; /* 08h */
|
|
|
+ U8 NumDevsPerEnclosure; /* 08h */
|
|
|
+ U8 Reserved1; /* 09h */
|
|
|
+ U16 Reserved2; /* 0Ah */
|
|
|
U16 MaxPersistentIDs; /* 0Ch */
|
|
|
U16 NumPersistentIDsUsed; /* 0Eh */
|
|
|
U8 Status; /* 10h */
|
|
|
U8 Flags; /* 11h */
|
|
|
- U16 MaxNumPhysicalMappedIDs;/* 12h */ /* 12h */
|
|
|
+ U16 MaxNumPhysicalMappedIDs;/* 12h */
|
|
|
} CONFIG_PAGE_SAS_IO_UNIT_2, MPI_POINTER PTR_CONFIG_PAGE_SAS_IO_UNIT_2,
|
|
|
SasIOUnitPage2_t, MPI_POINTER pSasIOUnitPage2_t;
|
|
|
|
|
|
-#define MPI_SASIOUNITPAGE2_PAGEVERSION (0x04)
|
|
|
+#define MPI_SASIOUNITPAGE2_PAGEVERSION (0x05)
|
|
|
|
|
|
/* values for SAS IO Unit Page 2 Status field */
|
|
|
#define MPI_SAS_IOUNIT2_STATUS_DISABLED_PERSISTENT_MAPPINGS (0x02)
|
|
@@ -2441,6 +2477,7 @@ typedef struct _CONFIG_PAGE_SAS_IO_UNIT_2
|
|
|
#define MPI_SAS_IOUNIT2_FLAGS_NO_PHYS_MAP (0x00)
|
|
|
#define MPI_SAS_IOUNIT2_FLAGS_DIRECT_ATTACH_PHYS_MAP (0x01)
|
|
|
#define MPI_SAS_IOUNIT2_FLAGS_ENCLOSURE_SLOT_PHYS_MAP (0x02)
|
|
|
+#define MPI_SAS_IOUNIT2_FLAGS_HOST_ASSIGNED_PHYS_MAP (0x07)
|
|
|
|
|
|
#define MPI_SAS_IOUNIT2_FLAGS_RESERVE_ID_0_FOR_BOOT (0x10)
|
|
|
#define MPI_SAS_IOUNIT2_FLAGS_DA_STARTING_SLOT (0x20)
|
|
@@ -2473,7 +2510,7 @@ typedef struct _CONFIG_PAGE_SAS_EXPANDER_0
|
|
|
CONFIG_EXTENDED_PAGE_HEADER Header; /* 00h */
|
|
|
U8 PhysicalPort; /* 08h */
|
|
|
U8 Reserved1; /* 09h */
|
|
|
- U16 Reserved2; /* 0Ah */
|
|
|
+ U16 EnclosureHandle; /* 0Ah */
|
|
|
U64 SASAddress; /* 0Ch */
|
|
|
U32 DiscoveryStatus; /* 14h */
|
|
|
U16 DevHandle; /* 18h */
|
|
@@ -2487,7 +2524,7 @@ typedef struct _CONFIG_PAGE_SAS_EXPANDER_0
|
|
|
} CONFIG_PAGE_SAS_EXPANDER_0, MPI_POINTER PTR_CONFIG_PAGE_SAS_EXPANDER_0,
|
|
|
SasExpanderPage0_t, MPI_POINTER pSasExpanderPage0_t;
|
|
|
|
|
|
-#define MPI_SASEXPANDER0_PAGEVERSION (0x02)
|
|
|
+#define MPI_SASEXPANDER0_PAGEVERSION (0x03)
|
|
|
|
|
|
/* values for SAS Expander Page 0 DiscoveryStatus field */
|
|
|
#define MPI_SAS_EXPANDER0_DS_LOOP_DETECTED (0x00000001)
|
|
@@ -2527,9 +2564,9 @@ typedef struct _CONFIG_PAGE_SAS_EXPANDER_1
|
|
|
U8 NegotiatedLinkRate; /* 1Fh */
|
|
|
U8 PhyIdentifier; /* 20h */
|
|
|
U8 AttachedPhyIdentifier; /* 21h */
|
|
|
- U8 NumTableEntriesProg; /* 22h */
|
|
|
+ U8 Reserved3; /* 22h */
|
|
|
U8 DiscoveryInfo; /* 23h */
|
|
|
- U32 Reserved3; /* 24h */
|
|
|
+ U32 Reserved4; /* 24h */
|
|
|
} CONFIG_PAGE_SAS_EXPANDER_1, MPI_POINTER PTR_CONFIG_PAGE_SAS_EXPANDER_1,
|
|
|
SasExpanderPage1_t, MPI_POINTER pSasExpanderPage1_t;
|
|
|
|
|
@@ -2766,16 +2803,15 @@ typedef struct _CONFIG_PAGE_SAS_ENCLOSURE_0
|
|
|
#define MPI_LOG_0_NUM_LOG_ENTRIES (1)
|
|
|
#endif
|
|
|
|
|
|
-#define MPI_LOG_0_LOG_DATA_LENGTH (20)
|
|
|
+#define MPI_LOG_0_LOG_DATA_LENGTH (0x1C)
|
|
|
|
|
|
typedef struct _MPI_LOG_0_ENTRY
|
|
|
{
|
|
|
- U64 WWID; /* 00h */
|
|
|
- U32 TimeStamp; /* 08h */
|
|
|
- U32 Reserved1; /* 0Ch */
|
|
|
- U16 LogSequence; /* 10h */
|
|
|
- U16 LogEntryQualifier; /* 12h */
|
|
|
- U8 LogData[MPI_LOG_0_LOG_DATA_LENGTH]; /* 14h */
|
|
|
+ U32 TimeStamp; /* 00h */
|
|
|
+ U32 Reserved1; /* 04h */
|
|
|
+ U16 LogSequence; /* 08h */
|
|
|
+ U16 LogEntryQualifier; /* 0Ah */
|
|
|
+ U8 LogData[MPI_LOG_0_LOG_DATA_LENGTH]; /* 0Ch */
|
|
|
} MPI_LOG_0_ENTRY, MPI_POINTER PTR_MPI_LOG_0_ENTRY,
|
|
|
MpiLog0Entry_t, MPI_POINTER pMpiLog0Entry_t;
|
|
|
|
|
@@ -2794,7 +2830,7 @@ typedef struct _CONFIG_PAGE_LOG_0
|
|
|
} CONFIG_PAGE_LOG_0, MPI_POINTER PTR_CONFIG_PAGE_LOG_0,
|
|
|
LogPage0_t, MPI_POINTER pLogPage0_t;
|
|
|
|
|
|
-#define MPI_LOG_0_PAGEVERSION (0x00)
|
|
|
+#define MPI_LOG_0_PAGEVERSION (0x01)
|
|
|
|
|
|
|
|
|
#endif
|