diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2009-09-14 01:30:43 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-10-02 10:48:03 -0400 |
commit | 57442b16e52403d64f83840bd7694ea59e8469af (patch) | |
tree | 2e009eecce2f3cd50a2802bacbc54ba4c61895d0 | |
parent | 7b936b02293b2891d899233d3f4bb45295e8c1f9 (diff) |
[SCSI] mpt2sas: Added mpi2_history.txt for MPI2 headers.
Added new file for MPI2 header version history.
Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
-rw-r--r-- | drivers/scsi/mpt2sas/mpi/mpi2_history.txt | 334 |
1 files changed, 334 insertions, 0 deletions
diff --git a/drivers/scsi/mpt2sas/mpi/mpi2_history.txt b/drivers/scsi/mpt2sas/mpi/mpi2_history.txt new file mode 100644 index 000000000000..65fcaa31cb30 --- /dev/null +++ b/drivers/scsi/mpt2sas/mpi/mpi2_history.txt | |||
@@ -0,0 +1,334 @@ | |||
1 | ============================== | ||
2 | Fusion-MPT MPI 2.0 Header File Change History | ||
3 | ============================== | ||
4 | |||
5 | Copyright (c) 2000-2009 LSI Corporation. | ||
6 | |||
7 | --------------------------------------- | ||
8 | Header Set Release Version: 02.00.12 | ||
9 | Header Set Release Date: 05-06-09 | ||
10 | --------------------------------------- | ||
11 | |||
12 | Filename Current version Prior version | ||
13 | ---------- --------------- ------------- | ||
14 | mpi2.h 02.00.12 02.00.11 | ||
15 | mpi2_cnfg.h 02.00.11 02.00.10 | ||
16 | mpi2_init.h 02.00.07 02.00.06 | ||
17 | mpi2_ioc.h 02.00.11 02.00.10 | ||
18 | mpi2_raid.h 02.00.03 02.00.03 | ||
19 | mpi2_sas.h 02.00.02 02.00.02 | ||
20 | mpi2_targ.h 02.00.03 02.00.03 | ||
21 | mpi2_tool.h 02.00.03 02.00.02 | ||
22 | mpi2_type.h 02.00.00 02.00.00 | ||
23 | mpi2_ra.h 02.00.00 | ||
24 | mpi2_history.txt 02.00.11 02.00.12 | ||
25 | |||
26 | |||
27 | * Date Version Description | ||
28 | * -------- -------- ------------------------------------------------------ | ||
29 | |||
30 | mpi2.h | ||
31 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
32 | * 06-04-07 02.00.01 Bumped MPI2_HEADER_VERSION_UNIT. | ||
33 | * 06-26-07 02.00.02 Bumped MPI2_HEADER_VERSION_UNIT. | ||
34 | * 08-31-07 02.00.03 Bumped MPI2_HEADER_VERSION_UNIT. | ||
35 | * Moved ReplyPostHostIndex register to offset 0x6C of the | ||
36 | * MPI2_SYSTEM_INTERFACE_REGS and modified the define for | ||
37 | * MPI2_REPLY_POST_HOST_INDEX_OFFSET. | ||
38 | * Added union of request descriptors. | ||
39 | * Added union of reply descriptors. | ||
40 | * 10-31-07 02.00.04 Bumped MPI2_HEADER_VERSION_UNIT. | ||
41 | * Added define for MPI2_VERSION_02_00. | ||
42 | * Fixed the size of the FunctionDependent5 field in the | ||
43 | * MPI2_DEFAULT_REPLY structure. | ||
44 | * 12-18-07 02.00.05 Bumped MPI2_HEADER_VERSION_UNIT. | ||
45 | * Removed the MPI-defined Fault Codes and extended the | ||
46 | * product specific codes up to 0xEFFF. | ||
47 | * Added a sixth key value for the WriteSequence register | ||
48 | * and changed the flush value to 0x0. | ||
49 | * Added message function codes for Diagnostic Buffer Post | ||
50 | * and Diagnsotic Release. | ||
51 | * New IOCStatus define: MPI2_IOCSTATUS_DIAGNOSTIC_RELEASED | ||
52 | * Moved MPI2_VERSION_UNION from mpi2_ioc.h. | ||
53 | * 02-29-08 02.00.06 Bumped MPI2_HEADER_VERSION_UNIT. | ||
54 | * 03-03-08 02.00.07 Bumped MPI2_HEADER_VERSION_UNIT. | ||
55 | * 05-21-08 02.00.08 Bumped MPI2_HEADER_VERSION_UNIT. | ||
56 | * Added #defines for marking a reply descriptor as unused. | ||
57 | * 06-27-08 02.00.09 Bumped MPI2_HEADER_VERSION_UNIT. | ||
58 | * 10-02-08 02.00.10 Bumped MPI2_HEADER_VERSION_UNIT. | ||
59 | * Moved LUN field defines from mpi2_init.h. | ||
60 | * 01-19-09 02.00.11 Bumped MPI2_HEADER_VERSION_UNIT. | ||
61 | * 05-06-09 02.00.12 Bumped MPI2_HEADER_VERSION_UNIT. | ||
62 | * In all request and reply descriptors, replaced VF_ID | ||
63 | * field with MSIxIndex field. | ||
64 | * Removed DevHandle field from | ||
65 | * MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR and made those | ||
66 | * bytes reserved. | ||
67 | * Added RAID Accelerator functionality. | ||
68 | * -------------------------------------------------------------------------- | ||
69 | |||
70 | mpi2_cnfg.h | ||
71 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
72 | * 06-04-07 02.00.01 Added defines for SAS IO Unit Page 2 PhyFlags. | ||
73 | * Added Manufacturing Page 11. | ||
74 | * Added MPI2_SAS_EXPANDER0_FLAGS_CONNECTOR_END_DEVICE | ||
75 | * define. | ||
76 | * 06-26-07 02.00.02 Adding generic structure for product-specific | ||
77 | * Manufacturing pages: MPI2_CONFIG_PAGE_MANUFACTURING_PS. | ||
78 | * Rework of BIOS Page 2 configuration page. | ||
79 | * Fixed MPI2_BIOSPAGE2_BOOT_DEVICE to be a union of the | ||
80 | * forms. | ||
81 | * Added configuration pages IOC Page 8 and Driver | ||
82 | * Persistent Mapping Page 0. | ||
83 | * 08-31-07 02.00.03 Modified configuration pages dealing with Integrated | ||
84 | * RAID (Manufacturing Page 4, RAID Volume Pages 0 and 1, | ||
85 | * RAID Physical Disk Pages 0 and 1, RAID Configuration | ||
86 | * Page 0). | ||
87 | * Added new value for AccessStatus field of SAS Device | ||
88 | * Page 0 (_SATA_NEEDS_INITIALIZATION). | ||
89 | * 10-31-07 02.00.04 Added missing SEPDevHandle field to | ||
90 | * MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0. | ||
91 | * 12-18-07 02.00.05 Modified IO Unit Page 0 to use 32-bit version fields for | ||
92 | * NVDATA. | ||
93 | * Modified IOC Page 7 to use masks and added field for | ||
94 | * SASBroadcastPrimitiveMasks. | ||
95 | * Added MPI2_CONFIG_PAGE_BIOS_4. | ||
96 | * Added MPI2_CONFIG_PAGE_LOG_0. | ||
97 | * 02-29-08 02.00.06 Modified various names to make them 32-character unique. | ||
98 | * Added SAS Device IDs. | ||
99 | * Updated Integrated RAID configuration pages including | ||
100 | * Manufacturing Page 4, IOC Page 6, and RAID Configuration | ||
101 | * Page 0. | ||
102 | * 05-21-08 02.00.07 Added define MPI2_MANPAGE4_MIX_SSD_SAS_SATA. | ||
103 | * Added define MPI2_MANPAGE4_PHYSDISK_128MB_COERCION. | ||
104 | * Fixed define MPI2_IOCPAGE8_FLAGS_ENCLOSURE_SLOT_MAPPING. | ||
105 | * Added missing MaxNumRoutedSasAddresses field to | ||
106 | * MPI2_CONFIG_PAGE_EXPANDER_0. | ||
107 | * Added SAS Port Page 0. | ||
108 | * Modified structure layout for | ||
109 | * MPI2_CONFIG_PAGE_DRIVER_MAPPING_0. | ||
110 | * 06-27-08 02.00.08 Changed MPI2_CONFIG_PAGE_RD_PDISK_1 to use | ||
111 | * MPI2_RAID_PHYS_DISK1_PATH_MAX to size the array. | ||
112 | * 10-02-08 02.00.09 Changed MPI2_RAID_PGAD_CONFIGNUM_MASK from 0x0000FFFF | ||
113 | * to 0x000000FF. | ||
114 | * Added two new values for the Physical Disk Coercion Size | ||
115 | * bits in the Flags field of Manufacturing Page 4. | ||
116 | * Added product-specific Manufacturing pages 16 to 31. | ||
117 | * Modified Flags bits for controlling write cache on SATA | ||
118 | * drives in IO Unit Page 1. | ||
119 | * Added new bit to AdditionalControlFlags of SAS IO Unit | ||
120 | * Page 1 to control Invalid Topology Correction. | ||
121 | * Added SupportedPhysDisks field to RAID Volume Page 1 and | ||
122 | * added related defines. | ||
123 | * Added additional defines for RAID Volume Page 0 | ||
124 | * VolumeStatusFlags field. | ||
125 | * Modified meaning of RAID Volume Page 0 VolumeSettings | ||
126 | * define for auto-configure of hot-swap drives. | ||
127 | * Added PhysDiskAttributes field (and related defines) to | ||
128 | * RAID Physical Disk Page 0. | ||
129 | * Added MPI2_SAS_PHYINFO_PHY_VACANT define. | ||
130 | * Added three new DiscoveryStatus bits for SAS IO Unit | ||
131 | * Page 0 and SAS Expander Page 0. | ||
132 | * Removed multiplexing information from SAS IO Unit pages. | ||
133 | * Added BootDeviceWaitTime field to SAS IO Unit Page 4. | ||
134 | * Removed Zone Address Resolved bit from PhyInfo and from | ||
135 | * Expander Page 0 Flags field. | ||
136 | * Added two new AccessStatus values to SAS Device Page 0 | ||
137 | * for indicating routing problems. Added 3 reserved words | ||
138 | * to this page. | ||
139 | * 01-19-09 02.00.10 Fixed defines for GPIOVal field of IO Unit Page 3. | ||
140 | * Inserted missing reserved field into structure for IOC | ||
141 | * Page 6. | ||
142 | * Added more pending task bits to RAID Volume Page 0 | ||
143 | * VolumeStatusFlags defines. | ||
144 | * Added MPI2_PHYSDISK0_STATUS_FLAG_NOT_CERTIFIED define. | ||
145 | * Added a new DiscoveryStatus bit for SAS IO Unit Page 0 | ||
146 | * and SAS Expander Page 0 to flag a downstream initiator | ||
147 | * when in simplified routing mode. | ||
148 | * Removed SATA Init Failure defines for DiscoveryStatus | ||
149 | * fields of SAS IO Unit Page 0 and SAS Expander Page 0. | ||
150 | * Added MPI2_SAS_DEVICE0_ASTATUS_DEVICE_BLOCKED define. | ||
151 | * Added PortGroups, DmaGroup, and ControlGroup fields to | ||
152 | * SAS Device Page 0. | ||
153 | * 05-06-09 02.00.11 Added structures and defines for IO Unit Page 5 and IO | ||
154 | * Unit Page 6. | ||
155 | * Added expander reduced functionality data to SAS | ||
156 | * Expander Page 0. | ||
157 | * Added SAS PHY Page 2 and SAS PHY Page 3. | ||
158 | * -------------------------------------------------------------------------- | ||
159 | |||
160 | mpi2_init.h | ||
161 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
162 | * 10-31-07 02.00.01 Fixed name for pMpi2SCSITaskManagementRequest_t. | ||
163 | * 12-18-07 02.00.02 Modified Task Management Target Reset Method defines. | ||
164 | * 02-29-08 02.00.03 Added Query Task Set and Query Unit Attention. | ||
165 | * 03-03-08 02.00.04 Fixed name of struct _MPI2_SCSI_TASK_MANAGE_REPLY. | ||
166 | * 05-21-08 02.00.05 Fixed typo in name of Mpi2SepRequest_t. | ||
167 | * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO | ||
168 | * Control field Task Attribute flags. | ||
169 | * Moved LUN field defines to mpi2.h becasue they are | ||
170 | * common to many structures. | ||
171 | * 05-06-09 02.00.07 Changed task management type of Query Unit Attention to | ||
172 | * Query Asynchronous Event. | ||
173 | * Defined two new bits in the SlotStatus field of the SCSI | ||
174 | * Enclosure Processor Request and Reply. | ||
175 | * -------------------------------------------------------------------------- | ||
176 | |||
177 | mpi2_ioc.h | ||
178 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
179 | * 06-04-07 02.00.01 In IOCFacts Reply structure, renamed MaxDevices to | ||
180 | * MaxTargets. | ||
181 | * Added TotalImageSize field to FWDownload Request. | ||
182 | * Added reserved words to FWUpload Request. | ||
183 | * 06-26-07 02.00.02 Added IR Configuration Change List Event. | ||
184 | * 08-31-07 02.00.03 Removed SystemReplyQueueDepth field from the IOCInit | ||
185 | * request and replaced it with | ||
186 | * ReplyDescriptorPostQueueDepth and ReplyFreeQueueDepth. | ||
187 | * Replaced the MinReplyQueueDepth field of the IOCFacts | ||
188 | * reply with MaxReplyDescriptorPostQueueDepth. | ||
189 | * Added MPI2_RDPQ_DEPTH_MIN define to specify the minimum | ||
190 | * depth for the Reply Descriptor Post Queue. | ||
191 | * Added SASAddress field to Initiator Device Table | ||
192 | * Overflow Event data. | ||
193 | * 10-31-07 02.00.04 Added ReasonCode MPI2_EVENT_SAS_INIT_RC_NOT_RESPONDING | ||
194 | * for SAS Initiator Device Status Change Event data. | ||
195 | * Modified Reason Code defines for SAS Topology Change | ||
196 | * List Event data, including adding a bit for PHY Vacant | ||
197 | * status, and adding a mask for the Reason Code. | ||
198 | * Added define for | ||
199 | * MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING. | ||
200 | * Added define for MPI2_EXT_IMAGE_TYPE_MEGARAID. | ||
201 | * 12-18-07 02.00.05 Added Boot Status defines for the IOCExceptions field of | ||
202 | * the IOCFacts Reply. | ||
203 | * Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define. | ||
204 | * Moved MPI2_VERSION_UNION to mpi2.h. | ||
205 | * Changed MPI2_EVENT_NOTIFICATION_REQUEST to use masks | ||
206 | * instead of enables, and added SASBroadcastPrimitiveMasks | ||
207 | * field. | ||
208 | * Added Log Entry Added Event and related structure. | ||
209 | * 02-29-08 02.00.06 Added define MPI2_IOCFACTS_CAPABILITY_INTEGRATED_RAID. | ||
210 | * Removed define MPI2_IOCFACTS_PROTOCOL_SMP_TARGET. | ||
211 | * Added MaxVolumes and MaxPersistentEntries fields to | ||
212 | * IOCFacts reply. | ||
213 | * Added ProtocalFlags and IOCCapabilities fields to | ||
214 | * MPI2_FW_IMAGE_HEADER. | ||
215 | * Removed MPI2_PORTENABLE_FLAGS_ENABLE_SINGLE_PORT. | ||
216 | * 03-03-08 02.00.07 Fixed MPI2_FW_IMAGE_HEADER by changing Reserved26 to | ||
217 | * a U16 (from a U32). | ||
218 | * Removed extra 's' from EventMasks name. | ||
219 | * 06-27-08 02.00.08 Fixed an offset in a comment. | ||
220 | * 10-02-08 02.00.09 Removed SystemReplyFrameSize from MPI2_IOC_INIT_REQUEST. | ||
221 | * Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and | ||
222 | * renamed MinReplyFrameSize to ReplyFrameSize. | ||
223 | * Added MPI2_IOCFACTS_EXCEPT_IR_FOREIGN_CONFIG_MAX. | ||
224 | * Added two new RAIDOperation values for Integrated RAID | ||
225 | * Operations Status Event data. | ||
226 | * Added four new IR Configuration Change List Event data | ||
227 | * ReasonCode values. | ||
228 | * Added two new ReasonCode defines for SAS Device Status | ||
229 | * Change Event data. | ||
230 | * Added three new DiscoveryStatus bits for the SAS | ||
231 | * Discovery event data. | ||
232 | * Added Multiplexing Status Change bit to the PhyStatus | ||
233 | * field of the SAS Topology Change List event data. | ||
234 | * Removed define for MPI2_INIT_IMAGE_BOOTFLAGS_XMEMCOPY. | ||
235 | * BootFlags are now product-specific. | ||
236 | * Added defines for the indivdual signature bytes | ||
237 | * for MPI2_INIT_IMAGE_FOOTER. | ||
238 | * 01-19-09 02.00.10 Added MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY define. | ||
239 | * Added MPI2_EVENT_SAS_DISC_DS_DOWNSTREAM_INITIATOR | ||
240 | * define. | ||
241 | * Added MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE | ||
242 | * define. | ||
243 | * Removed MPI2_EVENT_SAS_DISC_DS_SATA_INIT_FAILURE define. | ||
244 | * 05-06-09 02.00.11 Added MPI2_IOCFACTS_CAPABILITY_RAID_ACCELERATOR define. | ||
245 | * Added MPI2_IOCFACTS_CAPABILITY_MSI_X_INDEX define. | ||
246 | * Added two new reason codes for SAS Device Status Change | ||
247 | * Event. | ||
248 | * Added new event: SAS PHY Counter. | ||
249 | * -------------------------------------------------------------------------- | ||
250 | |||
251 | mpi2_raid.h | ||
252 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
253 | * 08-31-07 02.00.01 Modifications to RAID Action request and reply, | ||
254 | * including the Actions and ActionData. | ||
255 | * 02-29-08 02.00.02 Added MPI2_RAID_ACTION_ADATA_DISABL_FULL_REBUILD. | ||
256 | * 05-21-08 02.00.03 Added MPI2_RAID_VOL_CREATION_NUM_PHYSDISKS so that | ||
257 | * the PhysDisk array in MPI2_RAID_VOLUME_CREATION_STRUCT | ||
258 | * can be sized by the build environment. | ||
259 | * -------------------------------------------------------------------------- | ||
260 | |||
261 | mpi2_sas.h | ||
262 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
263 | * 06-26-07 02.00.01 Added Clear All Persistent Operation to SAS IO Unit | ||
264 | * Control Request. | ||
265 | * 10-02-08 02.00.02 Added Set IOC Parameter Operation to SAS IO Unit Control | ||
266 | * Request. | ||
267 | * -------------------------------------------------------------------------- | ||
268 | |||
269 | mpi2_targ.h | ||
270 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
271 | * 08-31-07 02.00.01 Added Command Buffer Data Location Address Space bits to | ||
272 | * BufferPostFlags field of CommandBufferPostBase Request. | ||
273 | * 02-29-08 02.00.02 Modified various names to make them 32-character unique. | ||
274 | * 10-02-08 02.00.03 Removed NextCmdBufferOffset from | ||
275 | * MPI2_TARGET_CMD_BUF_POST_BASE_REQUEST. | ||
276 | * Target Status Send Request only takes a single SGE for | ||
277 | * response data. | ||
278 | * -------------------------------------------------------------------------- | ||
279 | |||
280 | mpi2_tool.h | ||
281 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
282 | * 12-18-07 02.00.01 Added Diagnostic Buffer Post and Diagnostic Release | ||
283 | * structures and defines. | ||
284 | * 02-29-08 02.00.02 Modified various names to make them 32-character unique. | ||
285 | * 05-06-09 02.00.03 Added ISTWI Read Write Tool and Diagnostic CLI Tool. | ||
286 | * -------------------------------------------------------------------------- | ||
287 | |||
288 | mpi2_type.h | ||
289 | * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A. | ||
290 | * -------------------------------------------------------------------------- | ||
291 | |||
292 | mpi2_ra.h | ||
293 | * 05-06-09 02.00.00 Initial version. | ||
294 | * -------------------------------------------------------------------------- | ||
295 | |||
296 | mpi2_history.txt Parts list history | ||
297 | |||
298 | Filename 02.00.12 | ||
299 | ---------- -------- | ||
300 | mpi2.h 02.00.12 | ||
301 | mpi2_cnfg.h 02.00.11 | ||
302 | mpi2_init.h 02.00.07 | ||
303 | mpi2_ioc.h 02.00.11 | ||
304 | mpi2_raid.h 02.00.03 | ||
305 | mpi2_sas.h 02.00.02 | ||
306 | mpi2_targ.h 02.00.03 | ||
307 | mpi2_tool.h 02.00.03 | ||
308 | mpi2_type.h 02.00.00 | ||
309 | mpi2_ra.h 02.00.00 | ||
310 | |||
311 | Filename 02.00.11 02.00.10 02.00.09 02.00.08 02.00.07 02.00.06 | ||
312 | ---------- -------- -------- -------- -------- -------- -------- | ||
313 | mpi2.h 02.00.11 02.00.10 02.00.09 02.00.08 02.00.07 02.00.06 | ||
314 | mpi2_cnfg.h 02.00.10 02.00.09 02.00.08 02.00.07 02.00.06 02.00.06 | ||
315 | mpi2_init.h 02.00.06 02.00.06 02.00.05 02.00.05 02.00.04 02.00.03 | ||
316 | mpi2_ioc.h 02.00.10 02.00.09 02.00.08 02.00.07 02.00.07 02.00.06 | ||
317 | mpi2_raid.h 02.00.03 02.00.03 02.00.03 02.00.03 02.00.02 02.00.02 | ||
318 | mpi2_sas.h 02.00.02 02.00.02 02.00.01 02.00.01 02.00.01 02.00.01 | ||
319 | mpi2_targ.h 02.00.03 02.00.03 02.00.02 02.00.02 02.00.02 02.00.02 | ||
320 | mpi2_tool.h 02.00.02 02.00.02 02.00.02 02.00.02 02.00.02 02.00.02 | ||
321 | mpi2_type.h 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00 | ||
322 | |||
323 | Filename 02.00.05 02.00.04 02.00.03 02.00.02 02.00.01 02.00.00 | ||
324 | ---------- -------- -------- -------- -------- -------- -------- | ||
325 | mpi2.h 02.00.05 02.00.04 02.00.03 02.00.02 02.00.01 02.00.00 | ||
326 | mpi2_cnfg.h 02.00.05 02.00.04 02.00.03 02.00.02 02.00.01 02.00.00 | ||
327 | mpi2_init.h 02.00.02 02.00.01 02.00.00 02.00.00 02.00.00 02.00.00 | ||
328 | mpi2_ioc.h 02.00.05 02.00.04 02.00.03 02.00.02 02.00.01 02.00.00 | ||
329 | mpi2_raid.h 02.00.01 02.00.01 02.00.01 02.00.00 02.00.00 02.00.00 | ||
330 | mpi2_sas.h 02.00.01 02.00.01 02.00.01 02.00.01 02.00.00 02.00.00 | ||
331 | mpi2_targ.h 02.00.01 02.00.01 02.00.01 02.00.00 02.00.00 02.00.00 | ||
332 | mpi2_tool.h 02.00.01 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00 | ||
333 | mpi2_type.h 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00 02.00.00 | ||
334 | |||