mpi_history.txt 53 KB

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