mpi2_history.txt 22 KB

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