mpi_history.txt 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681
  1. ==============================
  2. MPI Header File Change History
  3. ==============================
  4. Copyright (c) 2000-2005 LSI Logic Corporation.
  5. ---------------------------------------
  6. Header Set Release Version: 01.05.09
  7. Header Set Release Date: 03-11-05
  8. ---------------------------------------
  9. Filename Current version Prior version
  10. ---------- --------------- -------------
  11. mpi.h 01.05.07 01.05.06
  12. mpi_ioc.h 01.05.08 01.05.07
  13. mpi_cnfg.h 01.05.08 01.05.07
  14. mpi_init.h 01.05.04 01.05.03
  15. mpi_targ.h 01.05.04 01.05.03
  16. mpi_fc.h 01.05.01 01.05.01
  17. mpi_lan.h 01.05.01 01.05.01
  18. mpi_raid.h 01.05.02 01.05.02
  19. mpi_tool.h 01.05.03 01.05.03
  20. mpi_inb.h 01.05.01 01.05.01
  21. mpi_sas.h 01.05.01 01.05.01
  22. mpi_type.h 01.05.01 01.05.01
  23. mpi_history.txt 01.05.09 01.05.08
  24. * Date Version Description
  25. * -------- -------- ------------------------------------------------------
  26. mpi.h
  27. * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
  28. * 05-24-00 00.10.02 Added MPI_IOCSTATUS_SCSI_RESIDUAL_MISMATCH definition.
  29. * 06-06-00 01.00.01 Update MPI_VERSION_MAJOR and MPI_VERSION_MINOR.
  30. * 06-22-00 01.00.02 Added MPI_IOCSTATUS_LAN_ definitions.
  31. * Removed LAN_SUSPEND function definition.
  32. * Added MPI_MSGFLAGS_CONTINUATION_REPLY definition.
  33. * 06-30-00 01.00.03 Added MPI_CONTEXT_REPLY_TYPE_LAN definition.
  34. * Added MPI_GET/SET_CONTEXT_REPLY_TYPE macros.
  35. * 07-27-00 01.00.04 Added MPI_FAULT_ definitions.
  36. * Removed MPI_IOCSTATUS_MSG/DATA_XFER_ERROR definitions.
  37. * Added MPI_IOCSTATUS_INTERNAL_ERROR definition.
  38. * Added MPI_IOCSTATUS_TARGET_XFER_COUNT_MISMATCH.
  39. * 11-02-00 01.01.01 Original release for post 1.0 work
  40. * 12-04-00 01.01.02 Added new function codes.
  41. * 01-09-01 01.01.03 Added more definitions to the system interface section
  42. * Added MPI_IOCSTATUS_TARGET_STS_DATA_NOT_SENT.
  43. * 01-25-01 01.01.04 Changed MPI_VERSION_MINOR from 0x00 to 0x01.
  44. * 02-20-01 01.01.05 Started using MPI_POINTER.
  45. * Added defines for MPI_DIAG_PREVENT_IOC_BOOT and
  46. * MPI_DIAG_CLEAR_FLASH_BAD_SIG.
  47. * Obsoleted MPI_IOCSTATUS_TARGET_FC_ defines.
  48. * 02-27-01 01.01.06 Removed MPI_HOST_INDEX_REGISTER define.
  49. * Added function codes for RAID.
  50. * 04-09-01 01.01.07 Added alternate define for MPI_DOORBELL_ACTIVE,
  51. * MPI_DOORBELL_USED, to better match the spec.
  52. * 08-08-01 01.02.01 Original release for v1.2 work.
  53. * Changed MPI_VERSION_MINOR from 0x01 to 0x02.
  54. * Added define MPI_FUNCTION_TOOLBOX.
  55. * 09-28-01 01.02.02 New function code MPI_SCSI_ENCLOSURE_PROCESSOR.
  56. * 11-01-01 01.02.03 Changed name to MPI_FUNCTION_SCSI_ENCLOSURE_PROCESSOR.
  57. * 03-14-02 01.02.04 Added MPI_HEADER_VERSION_ defines.
  58. * 05-31-02 01.02.05 Bumped MPI_HEADER_VERSION_UNIT.
  59. * 07-12-02 01.02.06 Added define for MPI_FUNCTION_MAILBOX.
  60. * 09-16-02 01.02.07 Bumped value for MPI_HEADER_VERSION_UNIT.
  61. * 11-15-02 01.02.08 Added define MPI_IOCSTATUS_TARGET_INVALID_IO_INDEX and
  62. * obsoleted define MPI_IOCSTATUS_TARGET_INVALID_IOCINDEX.
  63. * 04-01-03 01.02.09 New IOCStatus code: MPI_IOCSTATUS_FC_EXCHANGE_CANCELED
  64. * 06-26-03 01.02.10 Bumped MPI_HEADER_VERSION_UNIT value.
  65. * 01-16-04 01.02.11 Added define for MPI_IOCLOGINFO_TYPE_SHIFT.
  66. * 04-29-04 01.02.12 Added function codes for MPI_FUNCTION_DIAG_BUFFER_POST
  67. * and MPI_FUNCTION_DIAG_RELEASE.
  68. * Added MPI_IOCSTATUS_DIAGNOSTIC_RELEASED define.
  69. * Bumped MPI_HEADER_VERSION_UNIT value.
  70. * 05-11-04 01.03.01 Bumped MPI_VERSION_MINOR for MPI v1.3.
  71. * Added codes for Inband.
  72. * 08-19-04 01.05.01 Added defines for Host Buffer Access Control doorbell.
  73. * Added define for offset of High Priority Request Queue.
  74. * Added new function codes and new IOCStatus codes.
  75. * Added a IOCLogInfo type of SAS.
  76. * 12-07-04 01.05.02 Bumped MPI_HEADER_VERSION_UNIT.
  77. * 12-09-04 01.05.03 Bumped MPI_HEADER_VERSION_UNIT.
  78. * 01-15-05 01.05.04 Bumped MPI_HEADER_VERSION_UNIT.
  79. * 02-09-05 01.05.05 Bumped MPI_HEADER_VERSION_UNIT.
  80. * 02-22-05 01.05.06 Bumped MPI_HEADER_VERSION_UNIT.
  81. * 03-11-05 01.05.07 Removed function codes for SCSI IO 32 and
  82. * TargetAssistExtended requests.
  83. * Removed EEDP IOCStatus codes.
  84. * --------------------------------------------------------------------------
  85. mpi_ioc.h
  86. * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
  87. * 05-24-00 00.10.02 Added _MSG_IOC_INIT_REPLY structure.
  88. * 06-06-00 01.00.01 Added CurReplyFrameSize field to _MSG_IOC_FACTS_REPLY.
  89. * 06-12-00 01.00.02 Added _MSG_PORT_ENABLE_REPLY structure.
  90. * Added _MSG_EVENT_ACK_REPLY structure.
  91. * Added _MSG_FW_DOWNLOAD_REPLY structure.
  92. * Added _MSG_TOOLBOX_REPLY structure.
  93. * 06-30-00 01.00.03 Added MaxLanBuckets to _PORT_FACT_REPLY structure.
  94. * 07-27-00 01.00.04 Added _EVENT_DATA structure definitions for _SCSI,
  95. * _LINK_STATUS, _LOOP_STATE and _LOGOUT.
  96. * 08-11-00 01.00.05 Switched positions of MsgLength and Function fields in
  97. * _MSG_EVENT_ACK_REPLY structure to match specification.
  98. * 11-02-00 01.01.01 Original release for post 1.0 work
  99. * Added a value for Manufacturer to WhoInit
  100. * 12-04-00 01.01.02 Modified IOCFacts reply, added FWUpload messages, and
  101. * removed toolbox message.
  102. * 01-09-01 01.01.03 Added event enabled and disabled defines.
  103. * Added structures for FwHeader and DataHeader.
  104. * Added ImageType to FwUpload reply.
  105. * 02-20-01 01.01.04 Started using MPI_POINTER.
  106. * 02-27-01 01.01.05 Added event for RAID status change and its event data.
  107. * Added IocNumber field to MSG_IOC_FACTS_REPLY.
  108. * 03-27-01 01.01.06 Added defines for ProductId field of MPI_FW_HEADER.
  109. * Added structure offset comments.
  110. * 04-09-01 01.01.07 Added structure EVENT_DATA_EVENT_CHANGE.
  111. * 08-08-01 01.02.01 Original release for v1.2 work.
  112. * New format for FWVersion and ProductId in
  113. * MSG_IOC_FACTS_REPLY and MPI_FW_HEADER.
  114. * 08-31-01 01.02.02 Addded event MPI_EVENT_SCSI_DEVICE_STATUS_CHANGE and
  115. * related structure and defines.
  116. * Added event MPI_EVENT_ON_BUS_TIMER_EXPIRED.
  117. * Added MPI_IOCINIT_FLAGS_DISCARD_FW_IMAGE.
  118. * Replaced a reserved field in MSG_IOC_FACTS_REPLY with
  119. * IOCExceptions and changed DataImageSize to reserved.
  120. * Added MPI_FW_DOWNLOAD_ITYPE_NVSTORE_DATA and
  121. * MPI_FW_UPLOAD_ITYPE_NVDATA.
  122. * 09-28-01 01.02.03 Modified Event Data for Integrated RAID.
  123. * 11-01-01 01.02.04 Added defines for MPI_EXT_IMAGE_HEADER ImageType field.
  124. * 03-14-02 01.02.05 Added HeaderVersion field to MSG_IOC_FACTS_REPLY.
  125. * 05-31-02 01.02.06 Added define for
  126. * MPI_IOCFACTS_EXCEPT_RAID_CONFIG_INVALID.
  127. * Added AliasIndex to EVENT_DATA_LOGOUT structure.
  128. * 04-01-03 01.02.07 Added defines for MPI_FW_HEADER_SIGNATURE_.
  129. * 06-26-03 01.02.08 Added new values to the product family defines.
  130. * 04-29-04 01.02.09 Added IOCCapabilities field to MSG_IOC_FACTS_REPLY and
  131. * added related defines.
  132. * 05-11-04 01.03.01 Original release for MPI v1.3.
  133. * 08-19-04 01.05.01 Added four new fields to MSG_IOC_INIT.
  134. * Added three new fields to MSG_IOC_FACTS_REPLY.
  135. * Defined four new bits for the IOCCapabilities field of
  136. * the IOCFacts reply.
  137. * Added two new PortTypes for the PortFacts reply.
  138. * Added six new events along with their EventData
  139. * structures.
  140. * Added a new MsgFlag to the FwDownload request to
  141. * indicate last segment.
  142. * Defined a new image type of boot loader.
  143. * Added FW family codes for SAS product families.
  144. * 10-05-04 01.05.02 Added ReplyFifoHostSignalingAddr field to
  145. * MSG_IOC_FACTS_REPLY.
  146. * 12-07-04 01.05.03 Added more defines for SAS Discovery Error event.
  147. * 12-09-04 01.05.04 Added Unsupported device to SAS Device event.
  148. * 01-15-05 01.05.05 Added event data for SAS SES Event.
  149. * 02-09-05 01.05.06 Added MPI_FW_UPLOAD_ITYPE_FW_BACKUP define.
  150. * 02-22-05 01.05.07 Added Host Page Buffer Persistent flag to IOC Facts
  151. * Reply and IOC Init Request.
  152. * 03-11-05 01.05.08 Added family code for 1068E family.
  153. * Removed IOCFacts Reply EEDP Capability bit.
  154. * --------------------------------------------------------------------------
  155. mpi_cnfg.h
  156. * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
  157. * 06-06-00 01.00.01 Update version number for 1.0 release.
  158. * 06-08-00 01.00.02 Added _PAGEVERSION definitions for all pages.
  159. * Added FcPhLowestVersion, FcPhHighestVersion, Reserved2
  160. * fields to FC_DEVICE_0 page, updated the page version.
  161. * Changed _FREE_RUNNING_CLOCK to _PACING_TRANSFERS in
  162. * SCSI_PORT_0, SCSI_DEVICE_0 and SCSI_DEVICE_1 pages
  163. * and updated the page versions.
  164. * Added _RESPONSE_ID_MASK definition to SCSI_PORT_1
  165. * page and updated the page version.
  166. * Added Information field and _INFO_PARAMS_NEGOTIATED
  167. * definitionto SCSI_DEVICE_0 page.
  168. * 06-22-00 01.00.03 Removed batch controls from LAN_0 page and updated the
  169. * page version.
  170. * Added BucketsRemaining to LAN_1 page, redefined the
  171. * state values, and updated the page version.
  172. * Revised bus width definitions in SCSI_PORT_0,
  173. * SCSI_DEVICE_0 and SCSI_DEVICE_1 pages.
  174. * 06-30-00 01.00.04 Added MaxReplySize to LAN_1 page and updated the page
  175. * version.
  176. * Moved FC_DEVICE_0 PageAddress description to spec.
  177. * 07-27-00 01.00.05 Corrected the SubsystemVendorID and SubsystemID field
  178. * widths in IOC_0 page and updated the page version.
  179. * 11-02-00 01.01.01 Original release for post 1.0 work
  180. * Added Manufacturing pages, IO Unit Page 2, SCSI SPI
  181. * Port Page 2, FC Port Page 4, FC Port Page 5
  182. * 12-04-00 01.01.03 Config page changes to match MPI rev 1.00.01.
  183. * 12-05-00 01.01.04 Modified config page actions.
  184. * 01-09-01 01.01.05 Added defines for page address formats.
  185. * Data size for Manufacturing pages 2 and 3 no longer
  186. * defined here.
  187. * Io Unit Page 2 size is fixed at 4 adapters and some
  188. * flags were changed.
  189. * SCSI Port Page 2 Device Settings modified.
  190. * New fields added to FC Port Page 0 and some flags
  191. * cleaned up.
  192. * Removed impedance flash from FC Port Page 1.
  193. * Added FC Port pages 6 and 7.
  194. * 01-25-01 01.01.06 Added MaxInitiators field to FcPortPage0.
  195. * 01-29-01 01.01.07 Changed some defines to make them 32 character unique.
  196. * Added some LinkType defines for FcPortPage0.
  197. * 02-20-01 01.01.08 Started using MPI_POINTER.
  198. * 02-27-01 01.01.09 Replaced MPI_CONFIG_PAGETYPE_SCSI_LUN with
  199. * MPI_CONFIG_PAGETYPE_RAID_VOLUME.
  200. * Added definitions and structures for IOC Page 2 and
  201. * RAID Volume Page 2.
  202. * 03-27-01 01.01.10 Added CONFIG_PAGE_FC_PORT_8 and CONFIG_PAGE_FC_PORT_9.
  203. * CONFIG_PAGE_FC_PORT_3 now supports persistent by DID.
  204. * Added VendorId and ProductRevLevel fields to
  205. * RAIDVOL2_IM_PHYS_ID struct.
  206. * Modified values for MPI_FCPORTPAGE0_FLAGS_ATTACH_
  207. * defines to make them compatible to MPI version 1.0.
  208. * Added structure offset comments.
  209. * 04-09-01 01.01.11 Added some new defines for the PageAddress field and
  210. * removed some obsolete ones.
  211. * Added IO Unit Page 3.
  212. * Modified defines for Scsi Port Page 2.
  213. * Modified RAID Volume Pages.
  214. * 08-08-01 01.02.01 Original release for v1.2 work.
  215. * Added SepID and SepBus to RVP2 IMPhysicalDisk struct.
  216. * Added defines for the SEP bits in RVP2 VolumeSettings.
  217. * Modified the DeviceSettings field in RVP2 to use the
  218. * proper structure.
  219. * Added defines for SES, SAF-TE, and cross channel for
  220. * IOCPage2 CapabilitiesFlags.
  221. * Removed define for MPI_IOUNITPAGE2_FLAGS_RAID_DISABLE.
  222. * Removed define for
  223. * MPI_SCSIPORTPAGE2_PORT_FLAGS_PARITY_ENABLE.
  224. * Added define for MPI_CONFIG_PAGEATTR_RO_PERSISTENT.
  225. * 08-29-01 01.02.02 Fixed value for MPI_MANUFACTPAGE_DEVID_53C1035.
  226. * Added defines for MPI_FCPORTPAGE1_FLAGS_HARD_ALPA_ONLY
  227. * and MPI_FCPORTPAGE1_FLAGS_IMMEDIATE_ERROR_REPLY.
  228. * Removed MPI_SCSIPORTPAGE0_CAP_PACING_TRANSFERS,
  229. * MPI_SCSIDEVPAGE0_NP_PACING_TRANSFERS, and
  230. * MPI_SCSIDEVPAGE1_RP_PACING_TRANSFERS, and
  231. * MPI_SCSIDEVPAGE1_CONF_PPR_ALLOWED.
  232. * Added defines for MPI_SCSIDEVPAGE1_CONF_WDTR_DISALLOWED
  233. * and MPI_SCSIDEVPAGE1_CONF_SDTR_DISALLOWED.
  234. * Added OnBusTimerValue to CONFIG_PAGE_SCSI_PORT_1.
  235. * Added rejected bits to SCSI Device Page 0 Information.
  236. * Increased size of ALPA array in FC Port Page 2 by one
  237. * and removed a one byte reserved field.
  238. * 09-28-01 01.02.03 Swapped NegWireSpeedLow and NegWireSpeedLow in
  239. * CONFIG_PAGE_LAN_1 to match preferred 64-bit ordering.
  240. * Added structures for Manufacturing Page 4, IO Unit
  241. * Page 3, IOC Page 3, IOC Page 4, RAID Volume Page 0, and
  242. * RAID PhysDisk Page 0.
  243. * 10-04-01 01.02.04 Added define for MPI_CONFIG_PAGETYPE_RAID_PHYSDISK.
  244. * Modified some of the new defines to make them 32
  245. * character unique.
  246. * Modified how variable length pages (arrays) are defined.
  247. * Added generic defines for hot spare pools and RAID
  248. * volume types.
  249. * 11-01-01 01.02.05 Added define for MPI_IOUNITPAGE1_DISABLE_IR.
  250. * 03-14-02 01.02.06 Added PCISlotNum field to CONFIG_PAGE_IOC_1 along with
  251. * related define, and bumped the page version define.
  252. * 05-31-02 01.02.07 Added a Flags field to CONFIG_PAGE_IOC_2_RAID_VOL in a
  253. * reserved byte and added a define.
  254. * Added define for
  255. * MPI_RAIDVOL0_STATUS_FLAG_VOLUME_INACTIVE.
  256. * Added new config page: CONFIG_PAGE_IOC_5.
  257. * Added MaxAliases, MaxHardAliases, and NumCurrentAliases
  258. * fields to CONFIG_PAGE_FC_PORT_0.
  259. * Added AltConnector and NumRequestedAliases fields to
  260. * CONFIG_PAGE_FC_PORT_1.
  261. * Added new config page: CONFIG_PAGE_FC_PORT_10.
  262. * 07-12-02 01.02.08 Added more MPI_MANUFACTPAGE_DEVID_ defines.
  263. * Added additional MPI_SCSIDEVPAGE0_NP_ defines.
  264. * Added more MPI_SCSIDEVPAGE1_RP_ defines.
  265. * Added define for
  266. * MPI_SCSIDEVPAGE1_CONF_EXTENDED_PARAMS_ENABLE.
  267. * Added new config page: CONFIG_PAGE_SCSI_DEVICE_3.
  268. * Modified MPI_FCPORTPAGE5_FLAGS_ defines.
  269. * 09-16-02 01.02.09 Added MPI_SCSIDEVPAGE1_CONF_FORCE_PPR_MSG define.
  270. * 11-15-02 01.02.10 Added ConnectedID defines for CONFIG_PAGE_SCSI_PORT_0.
  271. * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
  272. * Added more Flags defines for CONFIG_PAGE_FC_DEVICE_0.
  273. * 04-01-03 01.02.11 Added RR_TOV field and additional Flags defines for
  274. * CONFIG_PAGE_FC_PORT_1.
  275. * Added define MPI_FCPORTPAGE5_FLAGS_DISABLE to disable
  276. * an alias.
  277. * Added more device id defines.
  278. * 06-26-03 01.02.12 Added MPI_IOUNITPAGE1_IR_USE_STATIC_VOLUME_ID define.
  279. * Added TargetConfig and IDConfig fields to
  280. * CONFIG_PAGE_SCSI_PORT_1.
  281. * Added more PortFlags defines for CONFIG_PAGE_SCSI_PORT_2
  282. * to control DV.
  283. * Added more Flags defines for CONFIG_PAGE_FC_PORT_1.
  284. * In CONFIG_PAGE_FC_DEVICE_0, replaced Reserved1 field
  285. * with ADISCHardALPA.
  286. * Added MPI_FC_DEVICE_PAGE0_PROT_FCP_RETRY define.
  287. * 01-16-04 01.02.13 Added InitiatorDeviceTimeout and InitiatorIoPendTimeout
  288. * fields and related defines to CONFIG_PAGE_FC_PORT_1.
  289. * Added define for
  290. * MPI_FCPORTPAGE1_FLAGS_SOFT_ALPA_FALLBACK.
  291. * Added new fields to the substructures of
  292. * CONFIG_PAGE_FC_PORT_10.
  293. * 04-29-04 01.02.14 Added define for IDP bit for CONFIG_PAGE_SCSI_PORT_0,
  294. * CONFIG_PAGE_SCSI_DEVICE_0, and
  295. * CONFIG_PAGE_SCSI_DEVICE_1. Also bumped Page Version for
  296. * these pages.
  297. * 05-11-04 01.03.01 Added structure for CONFIG_PAGE_INBAND_0.
  298. * 08-19-04 01.05.01 Modified MSG_CONFIG request to support extended config
  299. * pages.
  300. * Added a new structure for extended config page header.
  301. * Added new extended config pages types and structures for
  302. * SAS IO Unit, SAS Expander, SAS Device, and SAS PHY.
  303. * Replaced a reserved byte in CONFIG_PAGE_MANUFACTURING_4
  304. * to add a Flags field.
  305. * Two new Manufacturing config pages (5 and 6).
  306. * Two new bits defined for IO Unit Page 1 Flags field.
  307. * Modified CONFIG_PAGE_IO_UNIT_2 to add three new fields
  308. * to specify the BIOS boot device.
  309. * Four new Flags bits defined for IO Unit Page 2.
  310. * Added IO Unit Page 4.
  311. * Added EEDP Flags settings to IOC Page 1.
  312. * Added new BIOS Page 1 config page.
  313. * 10-05-04 01.05.02 Added define for
  314. * MPI_IOCPAGE1_INITIATOR_CONTEXT_REPLY_DISABLE.
  315. * Added new Flags field to CONFIG_PAGE_MANUFACTURING_5 and
  316. * associated defines.
  317. * Added more defines for SAS IO Unit Page 0
  318. * DiscoveryStatus field.
  319. * Added define for MPI_SAS_IOUNIT0_DS_SUBTRACTIVE_LINK
  320. * and MPI_SAS_IOUNIT0_DS_TABLE_LINK.
  321. * Added defines for Physical Mapping Modes to SAS IO Unit
  322. * Page 2.
  323. * Added define for
  324. * MPI_SAS_DEVICE0_FLAGS_PORT_SELECTOR_ATTACH.
  325. * 10-27-04 01.05.03 Added defines for new SAS PHY page addressing mode.
  326. * Added defines for MaxTargetSpinUp to BIOS Page 1.
  327. * Added 5 new ControlFlags defines for SAS IO Unit
  328. * Page 1.
  329. * Added MaxNumPhysicalMappedIDs field to SAS IO Unit
  330. * Page 2.
  331. * Added AccessStatus field to SAS Device Page 0 and added
  332. * new Flags bits for supported SATA features.
  333. * 12-07-04 01.05.04 Added config page structures for BIOS Page 2, RAID
  334. * Volume Page 1, and RAID Physical Disk Page 1.
  335. * Replaced IO Unit Page 1 BootTargetID,BootBus, and
  336. * BootAdapterNum with reserved field.
  337. * Added DataScrubRate and ResyncRate to RAID Volume
  338. * Page 0.
  339. * Added MPI_SAS_IOUNIT2_FLAGS_RESERVE_ID_0_FOR_BOOT
  340. * define.
  341. * 12-09-04 01.05.05 Added Target Mode Large CDB Enable to FC Port Page 1
  342. * Flags field.
  343. * Added Auto Port Config flag define for SAS IOUNIT
  344. * Page 1 ControlFlags.
  345. * Added Disabled bad Phy define to Expander Page 1
  346. * Discovery Info field.
  347. * Added SAS/SATA device support to SAS IOUnit Page 1
  348. * ControlFlags.
  349. * Added Unsupported device to SAS Dev Page 0 Flags field
  350. * Added disable use SATA Hash Address for SAS IOUNIT
  351. * page 1 in ControlFields.
  352. * 01-15-05 01.05.06 Added defaults for data scrub rate and resync rate to
  353. * Manufacturing Page 4.
  354. * Added new defines for BIOS Page 1 IOCSettings field.
  355. * Added ExtDiskIdentifier field to RAID Physical Disk
  356. * Page 0.
  357. * Added new defines for SAS IO Unit Page 1 ControlFlags
  358. * and to SAS Device Page 0 Flags to control SATA devices.
  359. * Added defines and structures for the new Log Page 0, a
  360. * new type of configuration page.
  361. * 02-09-05 01.05.07 Added InactiveStatus field to RAID Volume Page 0.
  362. * Added WWID field to RAID Volume Page 1.
  363. * Added PhysicalPort field to SAS Expander pages 0 and 1.
  364. * 03-11-05 01.05.08 Removed the EEDP flags from IOC Page 1.
  365. * Added Enclosure/Slot boot device format to BIOS Page 2.
  366. * New status value for RAID Volume Page 0 VolumeStatus
  367. * (VolumeState subfield).
  368. * New value for RAID Physical Page 0 InactiveStatus.
  369. * Added Inactive Volume Member flag RAID Physical Disk
  370. * Page 0 PhysDiskStatus field.
  371. * New physical mapping mode in SAS IO Unit Page 2.
  372. * Added CONFIG_PAGE_SAS_ENCLOSURE_0.
  373. * Added Slot and Enclosure fields to SAS Device Page 0.
  374. * --------------------------------------------------------------------------
  375. mpi_init.h
  376. * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
  377. * 05-24-00 00.10.02 Added SenseBufferLength to _MSG_SCSI_IO_REPLY.
  378. * 06-06-00 01.00.01 Update version number for 1.0 release.
  379. * 06-08-00 01.00.02 Added MPI_SCSI_RSP_INFO_ definitions.
  380. * 11-02-00 01.01.01 Original release for post 1.0 work
  381. * 12-04-00 01.01.02 Added MPI_SCSIIO_CONTROL_NO_DISCONNECT.
  382. * 02-20-01 01.01.03 Started using MPI_POINTER.
  383. * 03-27-01 01.01.04 Added structure offset comments.
  384. * 04-10-01 01.01.05 Added new MsgFlag for MSG_SCSI_TASK_MGMT.
  385. * 08-08-01 01.02.01 Original release for v1.2 work.
  386. * 08-29-01 01.02.02 Added MPI_SCSITASKMGMT_TASKTYPE_LOGICAL_UNIT_RESET.
  387. * Added MPI_SCSI_STATE_QUEUE_TAG_REJECTED for
  388. * MSG_SCSI_IO_REPLY.
  389. * 09-28-01 01.02.03 Added structures and defines for SCSI Enclosure
  390. * Processor messages.
  391. * 10-04-01 01.02.04 Added defines for SEP request Action field.
  392. * 05-31-02 01.02.05 Added MPI_SCSIIO_MSGFLGS_CMD_DETERMINES_DATA_DIR define
  393. * for SCSI IO requests.
  394. * 11-15-02 01.02.06 Added special extended SCSI Status defines for FCP.
  395. * 06-26-03 01.02.07 Added MPI_SCSI_STATUS_FCPEXT_UNASSIGNED define.
  396. * 05-11-04 01.03.01 Original release for MPI v1.3.
  397. * 08-19-04 01.05.01 Added MsgFlags defines for EEDP to SCSI IO request.
  398. * Added new word to MSG_SCSI_IO_REPLY to add TaskTag field
  399. * and a reserved U16.
  400. * Added new MSG_SCSI_IO32_REQUEST structure.
  401. * Added a TaskType of Clear Task Set to SCSI
  402. * Task Management request.
  403. * 12-07-04 01.05.02 Added support for Task Management Query Task.
  404. * 01-15-05 01.05.03 Modified SCSI Enclosure Processor Request to support
  405. * WWID addressing.
  406. * 03-11-05 01.05.04 Removed EEDP flags from SCSI IO Request.
  407. * Removed SCSI IO 32 Request.
  408. * Modified SCSI Enclosure Processor Request and Reply to
  409. * support Enclosure/Slot addressing rather than WWID
  410. * addressing.
  411. * --------------------------------------------------------------------------
  412. mpi_targ.h
  413. * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
  414. * 06-06-00 01.00.01 Update version number for 1.0 release.
  415. * 06-22-00 01.00.02 Added _MSG_TARGET_CMD_BUFFER_POST_REPLY structure.
  416. * Corrected DECSRIPTOR typo to DESCRIPTOR.
  417. * 11-02-00 01.01.01 Original release for post 1.0 work
  418. * Modified target mode to use IoIndex instead of
  419. * HostIndex and IocIndex. Added Alias.
  420. * 01-09-01 01.01.02 Added defines for TARGET_ASSIST_FLAGS_REPOST_CMD_BUFFER
  421. * and TARGET_STATUS_SEND_FLAGS_REPOST_CMD_BUFFER.
  422. * 02-20-01 01.01.03 Started using MPI_POINTER.
  423. * Added structures for MPI_TARGET_SCSI_SPI_CMD_BUFFER and
  424. * MPI_TARGET_FCP_CMD_BUFFER.
  425. * 03-27-01 01.01.04 Added structure offset comments.
  426. * 08-08-01 01.02.01 Original release for v1.2 work.
  427. * 09-28-01 01.02.02 Added structure for MPI_TARGET_SCSI_SPI_STATUS_IU.
  428. * Added PriorityReason field to some replies and
  429. * defined more PriorityReason codes.
  430. * Added some defines for to support previous version
  431. * of MPI.
  432. * 10-04-01 01.02.03 Added PriorityReason to MSG_TARGET_ERROR_REPLY.
  433. * 11-01-01 01.02.04 Added define for TARGET_STATUS_SEND_FLAGS_HIGH_PRIORITY.
  434. * 03-14-02 01.02.05 Modified MPI_TARGET_FCP_RSP_BUFFER to get the proper
  435. * byte ordering.
  436. * 05-31-02 01.02.06 Modified TARGET_MODE_REPLY_ALIAS_MASK to only include
  437. * one bit.
  438. * Added AliasIndex field to MPI_TARGET_FCP_CMD_BUFFER.
  439. * 09-16-02 01.02.07 Added flags for confirmed completion.
  440. * Added PRIORITY_REASON_TARGET_BUSY.
  441. * 11-15-02 01.02.08 Added AliasID field to MPI_TARGET_SCSI_SPI_CMD_BUFFER.
  442. * 04-01-03 01.02.09 Added OptionalOxid field to MPI_TARGET_FCP_CMD_BUFFER.
  443. * 05-11-04 01.03.01 Original release for MPI v1.3.
  444. * 08-19-04 01.05.01 Added new request message structures for
  445. * MSG_TARGET_CMD_BUF_POST_BASE_REQUEST,
  446. * MSG_TARGET_CMD_BUF_POST_LIST_REQUEST, and
  447. * MSG_TARGET_ASSIST_EXT_REQUEST.
  448. * Added new structures for SAS SSP Command buffer, SSP
  449. * Task buffer, and SSP Status IU.
  450. * 10-05-04 01.05.02 MSG_TARGET_CMD_BUFFER_POST_BASE_LIST_REPLY added.
  451. * 02-22-05 01.05.03 Changed a comment.
  452. * 03-11-05 01.05.04 Removed TargetAssistExtended Request.
  453. * --------------------------------------------------------------------------
  454. mpi_fc.h
  455. * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
  456. * 06-06-00 01.00.01 Update version number for 1.0 release.
  457. * 06-12-00 01.00.02 Added _MSG_FC_ABORT_REPLY structure.
  458. * 11-02-00 01.01.01 Original release for post 1.0 work
  459. * 12-04-00 01.01.02 Added messages for Common Transport Send and
  460. * Primitive Send.
  461. * 01-09-01 01.01.03 Modifed some of the new flags to have an MPI prefix
  462. * and modified the FcPrimitiveSend flags.
  463. * 01-25-01 01.01.04 Move InitiatorIndex in LinkServiceRsp reply to a larger
  464. * field.
  465. * Added FC_ABORT_TYPE_CT_SEND_REQUEST and
  466. * FC_ABORT_TYPE_EXLINKSEND_REQUEST for FcAbort request.
  467. * Added MPI_FC_PRIM_SEND_FLAGS_STOP_SEND.
  468. * 02-20-01 01.01.05 Started using MPI_POINTER.
  469. * 03-27-01 01.01.06 Added Flags field to MSG_LINK_SERVICE_BUFFER_POST_REPLY
  470. * and defined MPI_LS_BUF_POST_REPLY_FLAG_NO_RSP_NEEDED.
  471. * Added MPI_FC_PRIM_SEND_FLAGS_RESET_LINK define.
  472. * Added structure offset comments.
  473. * 04-09-01 01.01.07 Added RspLength field to MSG_LINK_SERVICE_RSP_REQUEST.
  474. * 08-08-01 01.02.01 Original release for v1.2 work.
  475. * 09-28-01 01.02.02 Change name of reserved field in
  476. * MSG_LINK_SERVICE_RSP_REPLY.
  477. * 05-31-02 01.02.03 Adding AliasIndex to FC Direct Access requests.
  478. * 01-16-04 01.02.04 Added define for MPI_FC_PRIM_SEND_FLAGS_ML_RESET_LINK.
  479. * 05-11-04 01.03.01 Original release for MPI v1.3.
  480. * 08-19-04 01.05.01 Original release for MPI v1.5.
  481. * --------------------------------------------------------------------------
  482. mpi_lan.h
  483. * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
  484. * 05-24-00 00.10.02 Added LANStatus field to _MSG_LAN_SEND_REPLY.
  485. * Added LANStatus field to _MSG_LAN_RECEIVE_POST_REPLY.
  486. * Moved ListCount field in _MSG_LAN_RECEIVE_POST_REPLY.
  487. * 06-06-00 01.00.01 Update version number for 1.0 release.
  488. * 06-12-00 01.00.02 Added MPI_ to BUCKETSTATUS_ definitions.
  489. * 06-22-00 01.00.03 Major changes to match new LAN definition in 1.0 spec.
  490. * 06-30-00 01.00.04 Added Context Reply definitions per revised proposal.
  491. * Changed transaction context usage to bucket/buffer.
  492. * 07-05-00 01.00.05 Removed LAN_RECEIVE_POST_BUCKET_CONTEXT_MASK definition
  493. * to lan private header file
  494. * 11-02-00 01.01.01 Original release for post 1.0 work
  495. * 02-20-01 01.01.02 Started using MPI_POINTER.
  496. * 03-27-01 01.01.03 Added structure offset comments.
  497. * 08-08-01 01.02.01 Original release for v1.2 work.
  498. * 05-11-04 01.03.01 Original release for MPI v1.3.
  499. * 08-19-04 01.05.01 Original release for MPI v1.5.
  500. * --------------------------------------------------------------------------
  501. mpi_raid.h
  502. * 02-27-01 01.01.01 Original release for this file.
  503. * 03-27-01 01.01.02 Added structure offset comments.
  504. * 08-08-01 01.02.01 Original release for v1.2 work.
  505. * 08-29-01 01.02.02 Added DIAG_DATA_UPLOAD_HEADER and related defines.
  506. * 09-28-01 01.02.02 Major rework for MPI v1.2 Integrated RAID changes.
  507. * 10-04-01 01.02.03 Added ActionData defines for
  508. * MPI_RAID_ACTION_DELETE_VOLUME action.
  509. * 11-01-01 01.02.04 Added define for MPI_RAID_ACTION_ADATA_DO_NOT_SYNC.
  510. * 03-14-02 01.02.05 Added define for MPI_RAID_ACTION_ADATA_LOW_LEVEL_INIT.
  511. * 05-07-02 01.02.06 Added define for MPI_RAID_ACTION_ACTIVATE_VOLUME,
  512. * MPI_RAID_ACTION_INACTIVATE_VOLUME, and
  513. * MPI_RAID_ACTION_ADATA_INACTIVATE_ALL.
  514. * 07-12-02 01.02.07 Added structures for Mailbox request and reply.
  515. * 11-15-02 01.02.08 Added missing MsgContext field to MSG_MAILBOX_REQUEST.
  516. * 04-01-03 01.02.09 New action data option flag for
  517. * MPI_RAID_ACTION_DELETE_VOLUME.
  518. * 05-11-04 01.03.01 Original release for MPI v1.3.
  519. * 08-19-04 01.05.01 Original release for MPI v1.5.
  520. * 01-15-05 01.05.02 Added defines for the two new RAID Actions for
  521. * _SET_RESYNC_RATE and _SET_DATA_SCRUB_RATE.
  522. * --------------------------------------------------------------------------
  523. mpi_tool.h
  524. * 08-08-01 01.02.01 Original release.
  525. * 08-29-01 01.02.02 Added DIAG_DATA_UPLOAD_HEADER and related defines.
  526. * 01-16-04 01.02.03 Added defines and structures for new tools
  527. *. MPI_TOOLBOX_ISTWI_READ_WRITE_TOOL and
  528. * MPI_TOOLBOX_FC_MANAGEMENT_TOOL.
  529. * 04-29-04 01.02.04 Added message structures for Diagnostic Buffer Post and
  530. * Diagnostic Release requests and replies.
  531. * 05-11-04 01.03.01 Original release for MPI v1.3.
  532. * 08-19-04 01.05.01 Original release for MPI v1.5.
  533. * 10-06-04 01.05.02 Added define for MPI_DIAG_BUF_TYPE_COUNT.
  534. * 02-09-05 01.05.03 Added frame size option to FC management tool.
  535. * Added Beacon tool to the Toolbox.
  536. * --------------------------------------------------------------------------
  537. mpi_inb.h
  538. * 05-11-04 01.03.01 Original release.
  539. * 08-19-04 01.05.01 Original release for MPI v1.5.
  540. * --------------------------------------------------------------------------
  541. mpi_sas.h
  542. * 08-19-04 01.05.01 Original release.
  543. * --------------------------------------------------------------------------
  544. mpi_type.h
  545. * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000.
  546. * 06-06-00 01.00.01 Update version number for 1.0 release.
  547. * 11-02-00 01.01.01 Original release for post 1.0 work
  548. * 02-20-01 01.01.02 Added define and ifdef for MPI_POINTER.
  549. * 08-08-01 01.02.01 Original release for v1.2 work.
  550. * 05-11-04 01.03.01 Original release for MPI v1.3.
  551. * 08-19-04 01.05.01 Original release for MPI v1.5.
  552. * --------------------------------------------------------------------------
  553. mpi_history.txt Parts list history
  554. Filename 01.05.09
  555. ---------- --------
  556. mpi.h 01.05.07
  557. mpi_ioc.h 01.05.08
  558. mpi_cnfg.h 01.05.08
  559. mpi_init.h 01.05.04
  560. mpi_targ.h 01.05.04
  561. mpi_fc.h 01.05.01
  562. mpi_lan.h 01.05.01
  563. mpi_raid.h 01.05.02
  564. mpi_tool.h 01.05.03
  565. mpi_inb.h 01.05.01
  566. mpi_sas.h 01.05.01
  567. mpi_type.h 01.05.01
  568. Filename 01.05.08 01.05.07 01.05.06 01.05.05 01.05.04 01.05.03
  569. ---------- -------- -------- -------- -------- -------- --------
  570. mpi.h 01.05.06 01.05.05 01.05.04 01.05.03 01.05.02 01.05.01
  571. mpi_ioc.h 01.05.07 01.05.06 01.05.05 01.05.04 01.05.03 01.05.02
  572. mpi_cnfg.h 01.05.07 01.05.07 01.05.06 01.05.05 01.05.04 01.05.03
  573. mpi_init.h 01.05.03 01.05.03 01.05.03 01.05.02 01.05.02 01.05.01
  574. mpi_targ.h 01.05.03 01.05.02 01.05.02 01.05.02 01.05.02 01.05.02
  575. mpi_fc.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
  576. mpi_lan.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
  577. mpi_raid.h 01.05.02 01.05.02 01.05.02 01.05.01 01.05.01 01.05.01
  578. mpi_tool.h 01.05.03 01.05.03 01.05.02 01.05.02 01.05.02 01.05.02
  579. mpi_inb.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
  580. mpi_sas.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
  581. mpi_type.h 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01 01.05.01
  582. Filename 01.05.02 01.05.01 01.03.01 01.02.14 01.02.13 01.02.12
  583. ---------- -------- -------- -------- -------- -------- --------
  584. mpi.h 01.05.01 01.05.01 01.03.01 01.02.12 01.02.11 01.02.10
  585. mpi_ioc.h 01.05.02 01.05.01 01.03.01 01.02.09 01.02.08 01.02.08
  586. mpi_cnfg.h 01.05.02 01.05.01 01.03.01 01.02.14 01.02.13 01.02.12
  587. mpi_init.h 01.05.01 01.05.01 01.03.01 01.02.07 01.02.07 01.02.07
  588. mpi_targ.h 01.05.02 01.05.01 01.03.01 01.02.09 01.02.09 01.02.09
  589. mpi_fc.h 01.05.01 01.05.01 01.03.01 01.02.04 01.02.04 01.02.03
  590. mpi_lan.h 01.05.01 01.05.01 01.03.01 01.02.01 01.02.01 01.02.01
  591. mpi_raid.h 01.05.01 01.05.01 01.03.01 01.02.09 01.02.09 01.02.09
  592. mpi_tool.h 01.05.02 01.05.01 01.03.01 01.02.01 01.02.01 01.02.01
  593. mpi_inb.h 01.05.01 01.05.01 01.03.01
  594. mpi_sas.h 01.05.01 01.05.01
  595. mpi_type.h 01.05.01 01.05.01 01.03.01 01.02.04 01.02.03 01.02.02
  596. Filename 01.02.11 01.02.10 01.02.09 01.02.08 01.02.07 01.02.06
  597. ---------- -------- -------- -------- -------- -------- --------
  598. mpi.h 01.02.09 01.02.08 01.02.07 01.02.06 01.02.05 01.02.04
  599. mpi_ioc.h 01.02.07 01.02.06 01.02.06 01.02.06 01.02.06 01.02.05
  600. mpi_cnfg.h 01.02.11 01.02.10 01.02.09 01.02.08 01.02.07 01.02.06
  601. mpi_init.h 01.02.06 01.02.06 01.02.05 01.02.05 01.02.05 01.02.04
  602. mpi_targ.h 01.02.09 01.02.08 01.02.07 01.02.06 01.02.06 01.02.05
  603. mpi_fc.h 01.02.03 01.02.03 01.02.03 01.02.03 01.02.03 01.02.02
  604. mpi_lan.h 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01
  605. mpi_raid.h 01.02.09 01.02.08 01.02.07 01.02.07 01.02.06 01.02.05
  606. mpi_tool.h 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01
  607. mpi_type.h 01.02.02 01.02.02 01.02.02 01.02.02 01.02.02 01.02.02
  608. Filename 01.02.05 01.02.04 01.02.03 01.02.02 01.02.01 01.01.10
  609. ---------- -------- -------- -------- -------- -------- --------
  610. mpi.h 01.02.03 01.02.02 01.02.02 01.02.01 01.02.01 01.01.07
  611. mpi_ioc.h 01.02.04 01.02.03 01.02.03 01.02.02 01.02.01 01.01.07
  612. mpi_cnfg.h 01.02.05 01.02.04 01.02.03 01.02.02 01.02.01 01.01.11
  613. mpi_init.h 01.02.04 01.02.04 01.02.03 01.02.02 01.02.01 01.01.05
  614. mpi_targ.h 01.02.04 01.02.03 01.02.02 01.02.01 01.02.01 01.01.04
  615. mpi_fc.h 01.02.02 01.02.02 01.02.02 01.02.01 01.02.01 01.01.07
  616. mpi_lan.h 01.02.01 01.02.01 01.02.01 01.02.01 01.02.01 01.01.03
  617. mpi_raid.h 01.02.04 01.02.03 01.02.02 01.02.01 01.02.01 01.01.02
  618. mpi_tool.h 01.02.02 01.02.02 01.02.02 01.02.02 01.02.01
  619. mpi_type.h 01.02.02 01.02.02 01.02.02 01.02.02 01.02.01 01.01.02
  620. Filename 01.01.09 01.01.08 01.01.07 01.01.06 01.01.05 01.01.04
  621. ---------- -------- -------- -------- -------- -------- --------
  622. mpi.h 01.01.06 01.01.06 01.01.05 01.01.04 01.01.04 01.01.03
  623. mpi_ioc.h 01.01.06 01.01.05 01.01.04 01.01.03 01.01.03 01.01.03
  624. mpi_cnfg.h 01.01.10 01.01.09 01.01.08 01.01.07 01.01.06 01.01.05
  625. mpi_init.h 01.01.04 01.01.03 01.01.03 01.01.02 01.01.02 01.01.02
  626. mpi_targ.h 01.01.04 01.01.03 01.01.03 01.01.02 01.01.02 01.01.02
  627. mpi_fc.h 01.01.06 01.01.05 01.01.05 01.01.04 01.01.04 01.01.03
  628. mpi_lan.h 01.01.03 01.01.02 01.01.02 01.01.01 01.01.01 01.01.01
  629. mpi_raid.h 01.01.02 01.01.01
  630. mpi_type.h 01.01.02 01.01.02 01.01.02 01.01.01 01.01.01 01.01.01
  631. Filename 01.01.03 01.01.02 01.01.01 01.00.07 01.00.06 01.00.05
  632. ---------- -------- -------- -------- -------- -------- --------
  633. mpi.h 01.01.02 01.01.02 01.01.01 01.00.04 01.00.04 01.00.03
  634. mpi_ioc.h 01.01.02 01.01.02 01.01.01 01.00.05 01.00.04 01.00.03
  635. mpi_cnfg.h 01.01.04 01.01.03 01.01.01 01.00.05 01.00.05 01.00.04
  636. mpi_init.h 01.01.02 01.01.02 01.01.01 01.00.02 01.00.02 01.00.02
  637. mpi_targ.h 01.01.01 01.01.01 01.01.01 01.00.02 01.00.02 01.00.02
  638. mpi_fc.h 01.01.02 01.01.02 01.01.01 01.00.02 01.00.02 01.00.02
  639. mpi_lan.h 01.01.01 01.01.01 01.01.01 01.00.05 01.00.05 01.00.05
  640. mpi_type.h 01.01.01 01.01.01 01.01.01 01.00.01 01.00.01 01.00.01
  641. Filename 01.00.04 01.00.03 01.00.02 01.00.01 00.10.02 00.10.01
  642. ---------- -------- -------- -------- -------- -------- --------
  643. mpi.h 01.00.02 01.00.01 01.00.01 01.00.01 00.10.02 00.10.01
  644. mpi_ioc.h 01.00.02 01.00.02 01.00.01 01.00.01 00.10.02 00.10.01
  645. mpi_cnfg.h 01.00.03 01.00.02 01.00.02 01.00.01 00.10.01 00.10.01
  646. mpi_init.h 01.00.02 01.00.02 01.00.02 01.00.01 00.10.02 00.10.01
  647. mpi_targ.h 01.00.02 01.00.01 01.00.01 01.00.01 00.10.01 00.10.01
  648. mpi_fc.h 01.00.02 01.00.02 01.00.01 01.00.01 00.10.01 00.10.01
  649. mpi_lan.h 01.00.03 01.00.02 01.00.01 01.00.01 00.10.02 00.10.01
  650. mpi_type.h 01.00.01 01.00.01 01.00.01 01.00.01 00.10.01 00.10.01
  651. * --------------------------------------------------------------------------