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