mpi_history.txt 44 KB

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