mpi_history.txt 42 KB

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