mpi2_history.txt 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. ==============================
  2. Fusion-MPT MPI 2.0 Header File Change History
  3. ==============================
  4. Copyright (c) 2000-2009 LSI Corporation.
  5. ---------------------------------------
  6. Header Set Release Version: 02.00.12
  7. Header Set Release Date: 05-06-09
  8. ---------------------------------------
  9. Filename Current version Prior version
  10. ---------- --------------- -------------
  11. mpi2.h 02.00.12 02.00.11
  12. mpi2_cnfg.h 02.00.11 02.00.10
  13. mpi2_init.h 02.00.07 02.00.06
  14. mpi2_ioc.h 02.00.11 02.00.10
  15. mpi2_raid.h 02.00.03 02.00.03
  16. mpi2_sas.h 02.00.02 02.00.02
  17. mpi2_targ.h 02.00.03 02.00.03
  18. mpi2_tool.h 02.00.03 02.00.02
  19. mpi2_type.h 02.00.00 02.00.00
  20. mpi2_ra.h 02.00.00
  21. mpi2_history.txt 02.00.11 02.00.12
  22. * Date Version Description
  23. * -------- -------- ------------------------------------------------------
  24. mpi2.h
  25. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  26. * 06-04-07 02.00.01 Bumped MPI2_HEADER_VERSION_UNIT.
  27. * 06-26-07 02.00.02 Bumped MPI2_HEADER_VERSION_UNIT.
  28. * 08-31-07 02.00.03 Bumped MPI2_HEADER_VERSION_UNIT.
  29. * Moved ReplyPostHostIndex register to offset 0x6C of the
  30. * MPI2_SYSTEM_INTERFACE_REGS and modified the define for
  31. * MPI2_REPLY_POST_HOST_INDEX_OFFSET.
  32. * Added union of request descriptors.
  33. * Added union of reply descriptors.
  34. * 10-31-07 02.00.04 Bumped MPI2_HEADER_VERSION_UNIT.
  35. * Added define for MPI2_VERSION_02_00.
  36. * Fixed the size of the FunctionDependent5 field in the
  37. * MPI2_DEFAULT_REPLY structure.
  38. * 12-18-07 02.00.05 Bumped MPI2_HEADER_VERSION_UNIT.
  39. * Removed the MPI-defined Fault Codes and extended the
  40. * product specific codes up to 0xEFFF.
  41. * Added a sixth key value for the WriteSequence register
  42. * and changed the flush value to 0x0.
  43. * Added message function codes for Diagnostic Buffer Post
  44. * and Diagnsotic Release.
  45. * New IOCStatus define: MPI2_IOCSTATUS_DIAGNOSTIC_RELEASED
  46. * Moved MPI2_VERSION_UNION from mpi2_ioc.h.
  47. * 02-29-08 02.00.06 Bumped MPI2_HEADER_VERSION_UNIT.
  48. * 03-03-08 02.00.07 Bumped MPI2_HEADER_VERSION_UNIT.
  49. * 05-21-08 02.00.08 Bumped MPI2_HEADER_VERSION_UNIT.
  50. * Added #defines for marking a reply descriptor as unused.
  51. * 06-27-08 02.00.09 Bumped MPI2_HEADER_VERSION_UNIT.
  52. * 10-02-08 02.00.10 Bumped MPI2_HEADER_VERSION_UNIT.
  53. * Moved LUN field defines from mpi2_init.h.
  54. * 01-19-09 02.00.11 Bumped MPI2_HEADER_VERSION_UNIT.
  55. * 05-06-09 02.00.12 Bumped MPI2_HEADER_VERSION_UNIT.
  56. * In all request and reply descriptors, replaced VF_ID
  57. * field with MSIxIndex field.
  58. * Removed DevHandle field from
  59. * MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR and made those
  60. * bytes reserved.
  61. * Added RAID Accelerator functionality.
  62. * --------------------------------------------------------------------------
  63. mpi2_cnfg.h
  64. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  65. * 06-04-07 02.00.01 Added defines for SAS IO Unit Page 2 PhyFlags.
  66. * Added Manufacturing Page 11.
  67. * Added MPI2_SAS_EXPANDER0_FLAGS_CONNECTOR_END_DEVICE
  68. * define.
  69. * 06-26-07 02.00.02 Adding generic structure for product-specific
  70. * Manufacturing pages: MPI2_CONFIG_PAGE_MANUFACTURING_PS.
  71. * Rework of BIOS Page 2 configuration page.
  72. * Fixed MPI2_BIOSPAGE2_BOOT_DEVICE to be a union of the
  73. * forms.
  74. * Added configuration pages IOC Page 8 and Driver
  75. * Persistent Mapping Page 0.
  76. * 08-31-07 02.00.03 Modified configuration pages dealing with Integrated
  77. * RAID (Manufacturing Page 4, RAID Volume Pages 0 and 1,
  78. * RAID Physical Disk Pages 0 and 1, RAID Configuration
  79. * Page 0).
  80. * Added new value for AccessStatus field of SAS Device
  81. * Page 0 (_SATA_NEEDS_INITIALIZATION).
  82. * 10-31-07 02.00.04 Added missing SEPDevHandle field to
  83. * MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
  84. * 12-18-07 02.00.05 Modified IO Unit Page 0 to use 32-bit version fields for
  85. * NVDATA.
  86. * Modified IOC Page 7 to use masks and added field for
  87. * SASBroadcastPrimitiveMasks.
  88. * Added MPI2_CONFIG_PAGE_BIOS_4.
  89. * Added MPI2_CONFIG_PAGE_LOG_0.
  90. * 02-29-08 02.00.06 Modified various names to make them 32-character unique.
  91. * Added SAS Device IDs.
  92. * Updated Integrated RAID configuration pages including
  93. * Manufacturing Page 4, IOC Page 6, and RAID Configuration
  94. * Page 0.
  95. * 05-21-08 02.00.07 Added define MPI2_MANPAGE4_MIX_SSD_SAS_SATA.
  96. * Added define MPI2_MANPAGE4_PHYSDISK_128MB_COERCION.
  97. * Fixed define MPI2_IOCPAGE8_FLAGS_ENCLOSURE_SLOT_MAPPING.
  98. * Added missing MaxNumRoutedSasAddresses field to
  99. * MPI2_CONFIG_PAGE_EXPANDER_0.
  100. * Added SAS Port Page 0.
  101. * Modified structure layout for
  102. * MPI2_CONFIG_PAGE_DRIVER_MAPPING_0.
  103. * 06-27-08 02.00.08 Changed MPI2_CONFIG_PAGE_RD_PDISK_1 to use
  104. * MPI2_RAID_PHYS_DISK1_PATH_MAX to size the array.
  105. * 10-02-08 02.00.09 Changed MPI2_RAID_PGAD_CONFIGNUM_MASK from 0x0000FFFF
  106. * to 0x000000FF.
  107. * Added two new values for the Physical Disk Coercion Size
  108. * bits in the Flags field of Manufacturing Page 4.
  109. * Added product-specific Manufacturing pages 16 to 31.
  110. * Modified Flags bits for controlling write cache on SATA
  111. * drives in IO Unit Page 1.
  112. * Added new bit to AdditionalControlFlags of SAS IO Unit
  113. * Page 1 to control Invalid Topology Correction.
  114. * Added SupportedPhysDisks field to RAID Volume Page 1 and
  115. * added related defines.
  116. * Added additional defines for RAID Volume Page 0
  117. * VolumeStatusFlags field.
  118. * Modified meaning of RAID Volume Page 0 VolumeSettings
  119. * define for auto-configure of hot-swap drives.
  120. * Added PhysDiskAttributes field (and related defines) to
  121. * RAID Physical Disk Page 0.
  122. * Added MPI2_SAS_PHYINFO_PHY_VACANT define.
  123. * Added three new DiscoveryStatus bits for SAS IO Unit
  124. * Page 0 and SAS Expander Page 0.
  125. * Removed multiplexing information from SAS IO Unit pages.
  126. * Added BootDeviceWaitTime field to SAS IO Unit Page 4.
  127. * Removed Zone Address Resolved bit from PhyInfo and from
  128. * Expander Page 0 Flags field.
  129. * Added two new AccessStatus values to SAS Device Page 0
  130. * for indicating routing problems. Added 3 reserved words
  131. * to this page.
  132. * 01-19-09 02.00.10 Fixed defines for GPIOVal field of IO Unit Page 3.
  133. * Inserted missing reserved field into structure for IOC
  134. * Page 6.
  135. * Added more pending task bits to RAID Volume Page 0
  136. * VolumeStatusFlags defines.
  137. * Added MPI2_PHYSDISK0_STATUS_FLAG_NOT_CERTIFIED define.
  138. * Added a new DiscoveryStatus bit for SAS IO Unit Page 0
  139. * and SAS Expander Page 0 to flag a downstream initiator
  140. * when in simplified routing mode.
  141. * Removed SATA Init Failure defines for DiscoveryStatus
  142. * fields of SAS IO Unit Page 0 and SAS Expander Page 0.
  143. * Added MPI2_SAS_DEVICE0_ASTATUS_DEVICE_BLOCKED define.
  144. * Added PortGroups, DmaGroup, and ControlGroup fields to
  145. * SAS Device Page 0.
  146. * 05-06-09 02.00.11 Added structures and defines for IO Unit Page 5 and IO
  147. * Unit Page 6.
  148. * Added expander reduced functionality data to SAS
  149. * Expander Page 0.
  150. * Added SAS PHY Page 2 and SAS PHY Page 3.
  151. * --------------------------------------------------------------------------
  152. mpi2_init.h
  153. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  154. * 10-31-07 02.00.01 Fixed name for pMpi2SCSITaskManagementRequest_t.
  155. * 12-18-07 02.00.02 Modified Task Management Target Reset Method defines.
  156. * 02-29-08 02.00.03 Added Query Task Set and Query Unit Attention.
  157. * 03-03-08 02.00.04 Fixed name of struct _MPI2_SCSI_TASK_MANAGE_REPLY.
  158. * 05-21-08 02.00.05 Fixed typo in name of Mpi2SepRequest_t.
  159. * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
  160. * Control field Task Attribute flags.
  161. * Moved LUN field defines to mpi2.h becasue they are
  162. * common to many structures.
  163. * 05-06-09 02.00.07 Changed task management type of Query Unit Attention to
  164. * Query Asynchronous Event.
  165. * Defined two new bits in the SlotStatus field of the SCSI
  166. * Enclosure Processor Request and Reply.
  167. * --------------------------------------------------------------------------
  168. mpi2_ioc.h
  169. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  170. * 06-04-07 02.00.01 In IOCFacts Reply structure, renamed MaxDevices to
  171. * MaxTargets.
  172. * Added TotalImageSize field to FWDownload Request.
  173. * Added reserved words to FWUpload Request.
  174. * 06-26-07 02.00.02 Added IR Configuration Change List Event.
  175. * 08-31-07 02.00.03 Removed SystemReplyQueueDepth field from the IOCInit
  176. * request and replaced it with
  177. * ReplyDescriptorPostQueueDepth and ReplyFreeQueueDepth.
  178. * Replaced the MinReplyQueueDepth field of the IOCFacts
  179. * reply with MaxReplyDescriptorPostQueueDepth.
  180. * Added MPI2_RDPQ_DEPTH_MIN define to specify the minimum
  181. * depth for the Reply Descriptor Post Queue.
  182. * Added SASAddress field to Initiator Device Table
  183. * Overflow Event data.
  184. * 10-31-07 02.00.04 Added ReasonCode MPI2_EVENT_SAS_INIT_RC_NOT_RESPONDING
  185. * for SAS Initiator Device Status Change Event data.
  186. * Modified Reason Code defines for SAS Topology Change
  187. * List Event data, including adding a bit for PHY Vacant
  188. * status, and adding a mask for the Reason Code.
  189. * Added define for
  190. * MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING.
  191. * Added define for MPI2_EXT_IMAGE_TYPE_MEGARAID.
  192. * 12-18-07 02.00.05 Added Boot Status defines for the IOCExceptions field of
  193. * the IOCFacts Reply.
  194. * Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
  195. * Moved MPI2_VERSION_UNION to mpi2.h.
  196. * Changed MPI2_EVENT_NOTIFICATION_REQUEST to use masks
  197. * instead of enables, and added SASBroadcastPrimitiveMasks
  198. * field.
  199. * Added Log Entry Added Event and related structure.
  200. * 02-29-08 02.00.06 Added define MPI2_IOCFACTS_CAPABILITY_INTEGRATED_RAID.
  201. * Removed define MPI2_IOCFACTS_PROTOCOL_SMP_TARGET.
  202. * Added MaxVolumes and MaxPersistentEntries fields to
  203. * IOCFacts reply.
  204. * Added ProtocalFlags and IOCCapabilities fields to
  205. * MPI2_FW_IMAGE_HEADER.
  206. * Removed MPI2_PORTENABLE_FLAGS_ENABLE_SINGLE_PORT.
  207. * 03-03-08 02.00.07 Fixed MPI2_FW_IMAGE_HEADER by changing Reserved26 to
  208. * a U16 (from a U32).
  209. * Removed extra 's' from EventMasks name.
  210. * 06-27-08 02.00.08 Fixed an offset in a comment.
  211. * 10-02-08 02.00.09 Removed SystemReplyFrameSize from MPI2_IOC_INIT_REQUEST.
  212. * Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and
  213. * renamed MinReplyFrameSize to ReplyFrameSize.
  214. * Added MPI2_IOCFACTS_EXCEPT_IR_FOREIGN_CONFIG_MAX.
  215. * Added two new RAIDOperation values for Integrated RAID
  216. * Operations Status Event data.
  217. * Added four new IR Configuration Change List Event data
  218. * ReasonCode values.
  219. * Added two new ReasonCode defines for SAS Device Status
  220. * Change Event data.
  221. * Added three new DiscoveryStatus bits for the SAS
  222. * Discovery event data.
  223. * Added Multiplexing Status Change bit to the PhyStatus
  224. * field of the SAS Topology Change List event data.
  225. * Removed define for MPI2_INIT_IMAGE_BOOTFLAGS_XMEMCOPY.
  226. * BootFlags are now product-specific.
  227. * Added defines for the indivdual signature bytes
  228. * for MPI2_INIT_IMAGE_FOOTER.
  229. * 01-19-09 02.00.10 Added MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY define.
  230. * Added MPI2_EVENT_SAS_DISC_DS_DOWNSTREAM_INITIATOR
  231. * define.
  232. * Added MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE
  233. * define.
  234. * Removed MPI2_EVENT_SAS_DISC_DS_SATA_INIT_FAILURE define.
  235. * 05-06-09 02.00.11 Added MPI2_IOCFACTS_CAPABILITY_RAID_ACCELERATOR define.
  236. * Added MPI2_IOCFACTS_CAPABILITY_MSI_X_INDEX define.
  237. * Added two new reason codes for SAS Device Status Change
  238. * Event.
  239. * Added new event: SAS PHY Counter.
  240. * --------------------------------------------------------------------------
  241. mpi2_raid.h
  242. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  243. * 08-31-07 02.00.01 Modifications to RAID Action request and reply,
  244. * including the Actions and ActionData.
  245. * 02-29-08 02.00.02 Added MPI2_RAID_ACTION_ADATA_DISABL_FULL_REBUILD.
  246. * 05-21-08 02.00.03 Added MPI2_RAID_VOL_CREATION_NUM_PHYSDISKS so that
  247. * the PhysDisk array in MPI2_RAID_VOLUME_CREATION_STRUCT
  248. * can be sized by the build environment.
  249. * --------------------------------------------------------------------------
  250. mpi2_sas.h
  251. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  252. * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit
  253. * Control Request.
  254. * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control
  255. * Request.
  256. * --------------------------------------------------------------------------
  257. mpi2_targ.h
  258. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  259. * 08-31-07 02.00.01 Added Command Buffer Data Location Address Space bits to
  260. * BufferPostFlags field of CommandBufferPostBase Request.
  261. * 02-29-08 02.00.02 Modified various names to make them 32-character unique.
  262. * 10-02-08 02.00.03 Removed NextCmdBufferOffset from
  263. * MPI2_TARGET_CMD_BUF_POST_BASE_REQUEST.
  264. * Target Status Send Request only takes a single SGE for
  265. * response data.
  266. * --------------------------------------------------------------------------
  267. mpi2_tool.h
  268. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  269. * 12-18-07 02.00.01 Added Diagnostic Buffer Post and Diagnostic Release
  270. * structures and defines.
  271. * 02-29-08 02.00.02 Modified various names to make them 32-character unique.
  272. * 05-06-09 02.00.03 Added ISTWI Read Write Tool and Diagnostic CLI Tool.
  273. * --------------------------------------------------------------------------
  274. mpi2_type.h
  275. * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
  276. * --------------------------------------------------------------------------
  277. mpi2_ra.h
  278. * 05-06-09 02.00.00 Initial version.
  279. * --------------------------------------------------------------------------
  280. mpi2_history.txt Parts list history
  281. Filename 02.00.12
  282. ---------- --------
  283. mpi2.h 02.00.12
  284. mpi2_cnfg.h 02.00.11
  285. mpi2_init.h 02.00.07
  286. mpi2_ioc.h 02.00.11
  287. mpi2_raid.h 02.00.03
  288. mpi2_sas.h 02.00.02
  289. mpi2_targ.h 02.00.03
  290. mpi2_tool.h 02.00.03
  291. mpi2_type.h 02.00.00
  292. mpi2_ra.h 02.00.00
  293. Filename 02.00.11 02.00.10 02.00.09 02.00.08 02.00.07 02.00.06
  294. ---------- -------- -------- -------- -------- -------- --------
  295. mpi2.h 02.00.11 02.00.10 02.00.09 02.00.08 02.00.07 02.00.06
  296. mpi2_cnfg.h 02.00.10 02.00.09 02.00.08 02.00.07 02.00.06 02.00.06
  297. mpi2_init.h 02.00.06 02.00.06 02.00.05 02.00.05 02.00.04 02.00.03
  298. mpi2_ioc.h 02.00.10 02.00.09 02.00.08 02.00.07 02.00.07 02.00.06
  299. mpi2_raid.h 02.00.03 02.00.03 02.00.03 02.00.03 02.00.02 02.00.02
  300. mpi2_sas.h 02.00.02 02.00.02 02.00.01 02.00.01 02.00.01 02.00.01
  301. mpi2_targ.h 02.00.03 02.00.03 02.00.02 02.00.02 02.00.02 02.00.02
  302. mpi2_tool.h 02.00.02 02.00.02 02.00.02 02.00.02 02.00.02 02.00.02
  303. mpi2_type.h 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00
  304. Filename 02.00.05 02.00.04 02.00.03 02.00.02 02.00.01 02.00.00
  305. ---------- -------- -------- -------- -------- -------- --------
  306. mpi2.h 02.00.05 02.00.04 02.00.03 02.00.02 02.00.01 02.00.00
  307. mpi2_cnfg.h 02.00.05 02.00.04 02.00.03 02.00.02 02.00.01 02.00.00
  308. mpi2_init.h 02.00.02 02.00.01 02.00.00 02.00.00 02.00.00 02.00.00
  309. mpi2_ioc.h 02.00.05 02.00.04 02.00.03 02.00.02 02.00.01 02.00.00
  310. mpi2_raid.h 02.00.01 02.00.01 02.00.01 02.00.00 02.00.00 02.00.00
  311. mpi2_sas.h 02.00.01 02.00.01 02.00.01 02.00.01 02.00.00 02.00.00
  312. mpi2_targ.h 02.00.01 02.00.01 02.00.01 02.00.00 02.00.00 02.00.00
  313. mpi2_tool.h 02.00.01 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00
  314. mpi2_type.h 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00