xref: /dragonfly/sys/dev/raid/mpr/mpi/mpi2_history.txt (revision 335b9e93)
1/*-
2 * Copyright (c) 2012-2015 LSI Corp.
3 * Copyright (c) 2013-2016 Avago Technologies
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 *    notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 *    notice, this list of conditions and the following disclaimer in the
13 *    documentation and/or other materials provided with the distribution.
14 * 3. Neither the name of the author nor the names of any co-contributors
15 *    may be used to endorse or promote products derived from this software
16 *    without specific prior written permission.
17 *
18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 *
30 * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD
31 *
32 * $FreeBSD: head/sys/dev/mpr/mpi/mpi2_history.txt 331228 2018-03-19 23:21:45Z mav $
33 */
34
35 ==============================
36 Fusion-MPT MPI 2.0 / 2.5 Header File Change History
37 ==============================
38
39 Copyright (c) 2000-2015 LSI Corporation.
40 Copyright (c) 2013-2016 Avago Technologies
41 All rights reserved.
42
43 ---------------------------------------
44 Header Set Release Version:    02.00.48
45 Header Set Release Date:       02-03-17
46 ---------------------------------------
47
48 Filename               Current version     Prior version
49 ----------             ---------------     -------------
50 mpi2.h                 02.00.48            02.00.47
51 mpi2_cnfg.h            02.00.40            02.00.39
52 mpi2_init.h            02.00.21            02.00.21
53 mpi2_ioc.h             02.00.32            02.00.31
54 mpi2_raid.h            02.00.11            02.00.11
55 mpi2_sas.h             02.00.10            02.00.10
56 mpi2_targ.h            02.00.09            02.00.09
57 mpi2_tool.h            02.00.14            02.00.13
58 mpi2_type.h            02.00.01            02.00.01
59 mpi2_ra.h              02.00.01            02.00.01
60 mpi2_hbd.h             02.00.04            02.00.04
61 mpi2_pci.h             02.00.02            02.00.02
62 mpi2_history.txt       02.00.45            02.00.44
63
64
65 *  Date      Version   Description
66 *  --------  --------  ------------------------------------------------------
67
68mpi2.h
69 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
70 *  06-04-07  02.00.01  Bumped MPI2_HEADER_VERSION_UNIT.
71 *  06-26-07  02.00.02  Bumped MPI2_HEADER_VERSION_UNIT.
72 *  08-31-07  02.00.03  Bumped MPI2_HEADER_VERSION_UNIT.
73 *                      Moved ReplyPostHostIndex register to offset 0x6C of the
74 *                      MPI2_SYSTEM_INTERFACE_REGS and modified the define for
75 *                      MPI2_REPLY_POST_HOST_INDEX_OFFSET.
76 *                      Added union of request descriptors.
77 *                      Added union of reply descriptors.
78 *  10-31-07  02.00.04  Bumped MPI2_HEADER_VERSION_UNIT.
79 *                      Added define for MPI2_VERSION_02_00.
80 *                      Fixed the size of the FunctionDependent5 field in the
81 *                      MPI2_DEFAULT_REPLY structure.
82 *  12-18-07  02.00.05  Bumped MPI2_HEADER_VERSION_UNIT.
83 *                      Removed the MPI-defined Fault Codes and extended the
84 *                      product specific codes up to 0xEFFF.
85 *                      Added a sixth key value for the WriteSequence register
86 *                      and changed the flush value to 0x0.
87 *                      Added message function codes for Diagnostic Buffer Post
88 *                      and Diagnsotic Release.
89 *                      New IOCStatus define: MPI2_IOCSTATUS_DIAGNOSTIC_RELEASED
90 *                      Moved MPI2_VERSION_UNION from mpi2_ioc.h.
91 *  02-29-08  02.00.06  Bumped MPI2_HEADER_VERSION_UNIT.
92 *  03-03-08  02.00.07  Bumped MPI2_HEADER_VERSION_UNIT.
93 *  05-21-08  02.00.08  Bumped MPI2_HEADER_VERSION_UNIT.
94 *                      Added #defines for marking a reply descriptor as unused.
95 *  06-27-08  02.00.09  Bumped MPI2_HEADER_VERSION_UNIT.
96 *  10-02-08  02.00.10  Bumped MPI2_HEADER_VERSION_UNIT.
97 *                      Moved LUN field defines from mpi2_init.h.
98 *  01-19-09  02.00.11  Bumped MPI2_HEADER_VERSION_UNIT.
99 *  05-06-09  02.00.12  Bumped MPI2_HEADER_VERSION_UNIT.
100 *                      In all request and reply descriptors, replaced VF_ID
101 *                      field with MSIxIndex field.
102 *                      Removed DevHandle field from
103 *                      MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR and made those
104 *                      bytes reserved.
105 *                      Added RAID Accelerator functionality.
106 *  07-30-09  02.00.13  Bumped MPI2_HEADER_VERSION_UNIT.
107 *  10-28-09  02.00.14  Bumped MPI2_HEADER_VERSION_UNIT.
108 *                      Added MSI-x index mask and shift for Reply Post Host
109 *                      Index register.
110 *                      Added function code for Host Based Discovery Action.
111 *  02-10-10  02.00.15  Bumped MPI2_HEADER_VERSION_UNIT.
112 *                      Added define for MPI2_FUNCTION_PWR_MGMT_CONTROL.
113 *                      Added defines for product-specific range of message
114 *                      function codes, 0xF0 to 0xFF.
115 *  05-12-10  02.00.16  Bumped MPI2_HEADER_VERSION_UNIT.
116 *                      Added alternative defines for the SGE Direction bit.
117 *  08-11-10  02.00.17  Bumped MPI2_HEADER_VERSION_UNIT.
118 *  11-10-10  02.00.18  Bumped MPI2_HEADER_VERSION_UNIT.
119 *                      Added MPI2_IEEE_SGE_FLAGS_SYSTEMPLBCPI_ADDR define.
120 *  02-23-11  02.00.19  Bumped MPI2_HEADER_VERSION_UNIT.
121 *                      Added MPI2_FUNCTION_SEND_HOST_MESSAGE.
122 *  03-09-11  02.00.20  Bumped MPI2_HEADER_VERSION_UNIT.
123 *  05-25-11  02.00.21  Bumped MPI2_HEADER_VERSION_UNIT.
124 *  08-24-11  02.00.22  Bumped MPI2_HEADER_VERSION_UNIT.
125 *  11-18-11  02.00.23  Bumped MPI2_HEADER_VERSION_UNIT.
126 *                      Incorporating additions for MPI v2.5.
127 *  02-06-12  02.00.24  Bumped MPI2_HEADER_VERSION_UNIT.
128 *  03-29-12  02.00.25  Bumped MPI2_HEADER_VERSION_UNIT.
129 *                      Added Hard Reset delay timings.
130 *  07-10-12  02.00.26  Bumped MPI2_HEADER_VERSION_UNIT.
131 *  07-26-12  02.00.27  Bumped MPI2_HEADER_VERSION_UNIT.
132 *  11-27-12  02.00.28  Bumped MPI2_HEADER_VERSION_UNIT.
133 *  12-20-12  02.00.29  Bumped MPI2_HEADER_VERSION_UNIT.
134 *                      Added MPI25_SUP_REPLY_POST_HOST_INDEX_OFFSET.
135 *  04-09-13  02.00.30  Bumped MPI2_HEADER_VERSION_UNIT.
136 *  04-17-13  02.00.31  Bumped MPI2_HEADER_VERSION_UNIT.
137 *  08-19-13  02.00.32  Bumped MPI2_HEADER_VERSION_UNIT.
138 *  12-05-13  02.00.33  Bumped MPI2_HEADER_VERSION_UNIT.
139 *  01-08-14  02.00.34  Bumped MPI2_HEADER_VERSION_UNIT.
140 *  06-13-14  02.00.35  Bumped MPI2_HEADER_VERSION_UNIT.
141 *  11-18-14  02.00.36  Updated copyright information.
142 *                      Bumped MPI2_HEADER_VERSION_UNIT.
143 *  03-16-15  02.00.37  Updated for MPI v2.6.
144 *                      Bumped MPI2_HEADER_VERSION_UNIT.
145 *                      Added Scratchpad registers and
146 *                      AtomicRequestDescriptorPost register to
147 *                      MPI2_SYSTEM_INTERFACE_REGS.
148 *                      Added MPI2_DIAG_SBR_RELOAD.
149 *                      Added MPI2_IOCSTATUS_INSUFFICIENT_POWER.
150 *  03-19-15  02.00.38  Bumped MPI2_HEADER_VERSION_UNIT.
151 *  05-25-15  02.00.39  Bumped MPI2_HEADER_VERSION_UNIT.
152 *  08-25-15  02.00.40  Bumped MPI2_HEADER_VERSION_UNIT.
153 *                      Added V7 HostDiagnostic register defines
154 *  12-15-15  02.00.41  Bumped MPI_HEADER_VERSION_UNIT
155 *  01-04-16  02.00.42  Bumped MPI_HEADER_VERSION_UNIT
156 *  04-05-16  02.00.43  Modified  MPI26_DIAG_BOOT_DEVICE_SELECT defines
157 *                      to be unique within first 32 characters.
158 *                      Removed AHCI support.
159 *                      Removed SOP support.
160 *                      Bumped MPI2_HEADER_VERSION_UNIT.
161 * 04-10-16  02.00.44   Bumped MPI2_HEADER_VERSION_UNIT.
162 * 07-06-16  02.00.45   Bumped MPI2_HEADER_VERSION_UNIT.
163 * 09-02-16  02.00.46   Bumped MPI2_HEADER_VERSION_UNIT.
164 * 11-23-16  02.00.47   Bumped MPI2_HEADER_VERSION_UNIT.
165 * 02-03-17  02.00.48   Bumped MPI2_HEADER_VERSION_UNIT.
166 *  --------------------------------------------------------------------------
167
168mpi2_cnfg.h
169 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
170 *  06-04-07  02.00.01  Added defines for SAS IO Unit Page 2 PhyFlags.
171 *                      Added Manufacturing Page 11.
172 *                      Added MPI2_SAS_EXPANDER0_FLAGS_CONNECTOR_END_DEVICE
173 *                      define.
174 *  06-26-07  02.00.02  Adding generic structure for product-specific
175 *                      Manufacturing pages: MPI2_CONFIG_PAGE_MANUFACTURING_PS.
176 *                      Rework of BIOS Page 2 configuration page.
177 *                      Fixed MPI2_BIOSPAGE2_BOOT_DEVICE to be a union of the
178 *                      forms.
179 *                      Added configuration pages IOC Page 8 and Driver
180 *                      Persistent Mapping Page 0.
181 *  08-31-07  02.00.03  Modified configuration pages dealing with Integrated
182 *                      RAID (Manufacturing Page 4, RAID Volume Pages 0 and 1,
183 *                      RAID Physical Disk Pages 0 and 1, RAID Configuration
184 *                      Page 0).
185 *                      Added new value for AccessStatus field of SAS Device
186 *                      Page 0 (_SATA_NEEDS_INITIALIZATION).
187 *  10-31-07  02.00.04  Added missing SEPDevHandle field to
188 *                      MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
189 *  12-18-07  02.00.05  Modified IO Unit Page 0 to use 32-bit version fields for
190 *                      NVDATA.
191 *                      Modified IOC Page 7 to use masks and added field for
192 *                      SASBroadcastPrimitiveMasks.
193 *                      Added MPI2_CONFIG_PAGE_BIOS_4.
194 *                      Added MPI2_CONFIG_PAGE_LOG_0.
195 *  02-29-08  02.00.06  Modified various names to make them 32-character unique.
196 *                      Added SAS Device IDs.
197 *                      Updated Integrated RAID configuration pages including
198 *                      Manufacturing Page 4, IOC Page 6, and RAID Configuration
199 *                      Page 0.
200 *  05-21-08  02.00.07  Added define MPI2_MANPAGE4_MIX_SSD_SAS_SATA.
201 *                      Added define MPI2_MANPAGE4_PHYSDISK_128MB_COERCION.
202 *                      Fixed define MPI2_IOCPAGE8_FLAGS_ENCLOSURE_SLOT_MAPPING.
203 *                      Added missing MaxNumRoutedSasAddresses field to
204 *                      MPI2_CONFIG_PAGE_EXPANDER_0.
205 *                      Added SAS Port Page 0.
206 *                      Modified structure layout for
207 *                      MPI2_CONFIG_PAGE_DRIVER_MAPPING_0.
208 *  06-27-08  02.00.08  Changed MPI2_CONFIG_PAGE_RD_PDISK_1 to use
209 *                      MPI2_RAID_PHYS_DISK1_PATH_MAX to size the array.
210 *  10-02-08  02.00.09  Changed MPI2_RAID_PGAD_CONFIGNUM_MASK from 0x0000FFFF
211 *                      to 0x000000FF.
212 *                      Added two new values for the Physical Disk Coercion Size
213 *                      bits in the Flags field of Manufacturing Page 4.
214 *                      Added product-specific Manufacturing pages 16 to 31.
215 *                      Modified Flags bits for controlling write cache on SATA
216 *                      drives in IO Unit Page 1.
217 *                      Added new bit to AdditionalControlFlags of SAS IO Unit
218 *                      Page 1 to control Invalid Topology Correction.
219 *                      Added SupportedPhysDisks field to RAID Volume Page 1 and
220 *                      added related defines.
221 *                      Added additional defines for RAID Volume Page 0
222 *                      VolumeStatusFlags field.
223 *                      Modified meaning of RAID Volume Page 0 VolumeSettings
224 *                      define for auto-configure of hot-swap drives.
225 *                      Added PhysDiskAttributes field (and related defines) to
226 *                      RAID Physical Disk Page 0.
227 *                      Added MPI2_SAS_PHYINFO_PHY_VACANT define.
228 *                      Added three new DiscoveryStatus bits for SAS IO Unit
229 *                      Page 0 and SAS Expander Page 0.
230 *                      Removed multiplexing information from SAS IO Unit pages.
231 *                      Added BootDeviceWaitTime field to SAS IO Unit Page 4.
232 *                      Removed Zone Address Resolved bit from PhyInfo and from
233 *                      Expander Page 0 Flags field.
234 *                      Added two new AccessStatus values to SAS Device Page 0
235 *                      for indicating routing problems. Added 3 reserved words
236 *                      to this page.
237 *  01-19-09  02.00.10  Fixed defines for GPIOVal field of IO Unit Page 3.
238 *                      Inserted missing reserved field into structure for IOC
239 *                      Page 6.
240 *                      Added more pending task bits to RAID Volume Page 0
241 *                      VolumeStatusFlags defines.
242 *                      Added MPI2_PHYSDISK0_STATUS_FLAG_NOT_CERTIFIED define.
243 *                      Added a new DiscoveryStatus bit for SAS IO Unit Page 0
244 *                      and SAS Expander Page 0 to flag a downstream initiator
245 *                      when in simplified routing mode.
246 *                      Removed SATA Init Failure defines for DiscoveryStatus
247 *                      fields of SAS IO Unit Page 0 and SAS Expander Page 0.
248 *                      Added MPI2_SAS_DEVICE0_ASTATUS_DEVICE_BLOCKED define.
249 *                      Added PortGroups, DmaGroup, and ControlGroup fields to
250 *                      SAS Device Page 0.
251 *  05-06-09  02.00.11  Added structures and defines for IO Unit Page 5 and IO
252 *                      Unit Page 6.
253 *                      Added expander reduced functionality data to SAS
254 *                      Expander Page 0.
255 *                      Added SAS PHY Page 2 and SAS PHY Page 3.
256 *  07-30-09  02.00.12  Added IO Unit Page 7.
257 *                      Added new device ids.
258 *                      Added SAS IO Unit Page 5.
259 *                      Added partial and slumber power management capable flags
260 *                      to SAS Device Page 0 Flags field.
261 *                      Added PhyInfo defines for power condition.
262 *                      Added Ethernet configuration pages.
263 *  10-28-09  02.00.13  Added MPI2_IOUNITPAGE1_ENABLE_HOST_BASED_DISCOVERY.
264 *                      Added SAS PHY Page 4 structure and defines.
265 *  02-10-10  02.00.14  Modified the comments for the configuration page
266 *                      structures that contain an array of data. The host
267 *                      should use the "count" field in the page data (e.g. the
268 *                      NumPhys field) to determine the number of valid elements
269 *                      in the array.
270 *                      Added/modified some MPI2_MFGPAGE_DEVID_SAS defines.
271 *                      Added PowerManagementCapabilities to IO Unit Page 7.
272 *                      Added PortWidthModGroup field to
273 *                      MPI2_SAS_IO_UNIT5_PHY_PM_SETTINGS.
274 *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_6 and related defines.
275 *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_7 and related defines.
276 *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_8 and related defines.
277 *  05-12-10  02.00.15  Added MPI2_RAIDVOL0_STATUS_FLAG_VOL_NOT_CONSISTENT
278 *                      define.
279 *                      Added MPI2_PHYSDISK0_INCOMPATIBLE_MEDIA_TYPE define.
280 *                      Added MPI2_SAS_NEG_LINK_RATE_UNSUPPORTED_PHY define.
281 *  08-11-10  02.00.16  Removed IO Unit Page 1 device path (multi-pathing)
282 *                      defines.
283 *  11-10-10  02.00.17  Added ReceptacleID field (replacing Reserved1) to
284 *                      MPI2_MANPAGE7_CONNECTOR_INFO and reworked defines for
285 *                      the Pinout field.
286 *                      Added BoardTemperature and BoardTemperatureUnits fields
287 *                      to MPI2_CONFIG_PAGE_IO_UNIT_7.
288 *                      Added MPI2_CONFIG_EXTPAGETYPE_EXT_MANUFACTURING define
289 *                      and MPI2_CONFIG_PAGE_EXT_MAN_PS structure.
290 *  02-23-11  02.00.18  Added ProxyVF_ID field to MPI2_CONFIG_REQUEST.
291 *                      Added IO Unit Page 8, IO Unit Page 9,
292 *                      and IO Unit Page 10.
293 *                      Added SASNotifyPrimitiveMasks field to
294 *                      MPI2_CONFIG_PAGE_IOC_7.
295 *  03-09-11  02.00.19  Fixed IO Unit Page 10 (to match the spec).
296 *  05-25-11  02.00.20  Cleaned up a few comments.
297 *  08-24-11  02.00.21  Marked the IO Unit Page 7 PowerManagementCapabilities
298 *                      for PCIe link as obsolete.
299 *                      Added SpinupFlags field containing a Disable Spin-up bit
300 *                      to the MPI2_SAS_IOUNIT4_SPINUP_GROUP fields of SAS IO
301 *                      Unit Page 4.
302 *  11-18-11  02.00.22  Added define MPI2_IOCPAGE6_CAP_FLAGS_4K_SECTORS_SUPPORT.
303 *                      Added UEFIVersion field to BIOS Page 1 and defined new
304 *                      BiosOptions bits.
305 *                      Incorporating additions for MPI v2.5.
306 *  11-27-12  02.00.23  Added MPI2_MANPAGE7_FLAG_EVENTREPLAY_SLOT_ORDER.
307 *                      Added MPI2_BIOSPAGE1_OPTIONS_MASK_OEM_ID.
308 *  12-20-12  02.00.24  Marked MPI2_SASIOUNIT1_CONTROL_CLEAR_AFFILIATION as
309 *                      obsolete for MPI v2.5 and later.
310 *                      Added some defines for 12G SAS speeds.
311 *  04-09-13  02.00.25  Added MPI2_IOUNITPAGE1_ATA_SECURITY_FREEZE_LOCK.
312 *                      Fixed MPI2_IOUNITPAGE5_DMA_CAP_MASK_MAX_REQUESTS to
313 *                      match the specification.
314 *  08-19-13  02.00.26  Added reserved words to MPI2_CONFIG_PAGE_IO_UNIT_7 for
315 *                      future use.
316 *  12-05-13  02.00.27  Added MPI2_MANPAGE7_FLAG_BASE_ENCLOSURE_LEVEL for
317 *                      MPI2_CONFIG_PAGE_MAN_7.
318 *                      Added EnclosureLevel and ConnectorName fields to
319 *                      MPI2_CONFIG_PAGE_SAS_DEV_0.
320 *                      Added MPI2_SAS_DEVICE0_FLAGS_ENCL_LEVEL_VALID for
321 *                      MPI2_CONFIG_PAGE_SAS_DEV_0.
322 *                      Added EnclosureLevel field to
323 *                      MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
324 *                      Added MPI2_SAS_ENCLS0_FLAGS_ENCL_LEVEL_VALID for
325 *                      MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
326 *  01-08-14  02.00.28  Added more defines for the BiosOptions field of
327 *                      MPI2_CONFIG_PAGE_BIOS_1.
328 *  06-13-14  02.00.29  Added SSUTimeout field to MPI2_CONFIG_PAGE_BIOS_1, and
329 *                      more defines for the BiosOptions field..
330 *  11-18-14  02.00.30  Updated copyright information.
331 *                      Added MPI2_BIOSPAGE1_OPTIONS_ADVANCED_CONFIG.
332 *                      Added AdapterOrderAux fields to BIOS Page 3.
333 *  03-16-15  02.00.31  Updated for MPI v2.6.
334 *                      Added BoardPowerRequirement, PCISlotPowerAllocation, and
335 *                      Flags field to IO Unit Page 7.
336 *                      Added IO Unit Page 11.
337 *                      Added new SAS Phy Event codes
338 *                      Added PCIe configuration pages.
339 *  03-19-15  02.00.32  Fixed PCIe Link Config page structure names to be
340 *                      unique in first 32 characters.
341 *  05-25-15  02.00.33  Added more defines for the BiosOptions field of
342 *                      MPI2_CONFIG_PAGE_BIOS_1.
343 *  08-25-15  02.00.34  Added PCIe Device Page 2 SGL format capability.
344 *  12-18-15  02.00.35  Added SATADeviceWaitTime to SAS IO Unit Page 4.
345 *  01-21-16  02.00.36  Added/modified MPI2_MFGPAGE_DEVID_SAS defines.
346 *                      Added Link field to PCIe Link Pages
347 *                      Added EnclosureLevel and ConnectorName to PCIe
348 *                      Device Page 0.
349 *                      Added define for PCIE IoUnit page 1 max rate shift.
350 *                      Added comment for reserved ExtPageTypes.
351 *                      Added SAS 4 22.5 gbs speed support.
352 *                      Added PCIe 4 16.0 GT/sec speec support.
353 *                      Removed AHCI support.
354 *                      Removed SOP support.
355 *                      Added NegotiatedLinkRate and NegotiatedPortWidth to
356 *                      PCIe device page 0.
357 *  04-10-16  02.00.37  Fixed MPI2_MFGPAGE_DEVID_SAS3616/3708 defines
358 *  07-01-16  02.00.38  Added Manufacturing page 7 Connector types.
359 *                      Changed declaration of ConnectorName in PCIe DevicePage0
360 *                      to match SAS DevicePage 0.
361 *                      Added SATADeviceWaitTime to IO Unit Page 11.
362 *                      Added MPI26_MFGPAGE_DEVID_SAS4008
363 *                      Added x16 PCIe width to IO Unit Page 7
364 *                      Added LINKFLAGS to control SRIS in PCIe IO Unit page 1
365 *                      phy data.
366 *                      Added InitStatus to PCIe IO Unit Page 1 header.
367 *  09-01-16  02.00.39  Added MPI26_CONFIG_PAGE_ENCLOSURE_0 and related defines.
368 *                      Added MPI26_ENCLOS_PGAD_FORM_GET_NEXT_HANDLE and
369 *                      MPI26_ENCLOS_PGAD_FORM_HANDLE page address formats.
370 *  02-02-17  02.00.40  Added MPI2_MANPAGE7_SLOT_UNKNOWN.
371 *                      Added ChassisSlot field to SAS Enclosure Page 0.
372 *                      Added ChassisSlot Valid bit (bit 5) to the Flags field
373 *                      in SAS Enclosure Page 0.
374 *  --------------------------------------------------------------------------
375
376mpi2_init.h
377 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
378 *  10-31-07  02.00.01  Fixed name for pMpi2SCSITaskManagementRequest_t.
379 *  12-18-07  02.00.02  Modified Task Management Target Reset Method defines.
380 *  02-29-08  02.00.03  Added Query Task Set and Query Unit Attention.
381 *  03-03-08  02.00.04  Fixed name of struct _MPI2_SCSI_TASK_MANAGE_REPLY.
382 *  05-21-08  02.00.05  Fixed typo in name of Mpi2SepRequest_t.
383 *  10-02-08  02.00.06  Removed Untagged and No Disconnect values from SCSI IO
384 *                      Control field Task Attribute flags.
385 *                      Moved LUN field defines to mpi2.h becasue they are
386 *                      common to many structures.
387 *  05-06-09  02.00.07  Changed task management type of Query Unit Attention to
388 *                      Query Asynchronous Event.
389 *                      Defined two new bits in the SlotStatus field of the SCSI
390 *                      Enclosure Processor Request and Reply.
391 *  10-28-09  02.00.08  Added defines for decoding the ResponseInfo bytes for
392 *                      both SCSI IO Error Reply and SCSI Task Management Reply.
393 *                      Added ResponseInfo field to MPI2_SCSI_TASK_MANAGE_REPLY.
394 *                      Added MPI2_SCSITASKMGMT_RSP_TM_OVERLAPPED_TAG define.
395 *  02-10-10  02.00.09  Removed unused structure that had "#if 0" around it.
396 *  05-12-10  02.00.10  Added optional vendor-unique region to SCSI IO Request.
397 *  11-10-10  02.00.11  Added MPI2_SCSIIO_NUM_SGLOFFSETS define.
398 *  11-18-11  02.00.12  Incorporating additions for MPI v2.5.
399 *  02-06-12  02.00.13  Added alternate defines for Task Priority / Command
400 *                      Priority to match SAM-4.
401 *                      Added EEDPErrorOffset to MPI2_SCSI_IO_REPLY.
402 *  07-10-12  02.00.14  Added MPI2_SCSIIO_CONTROL_SHIFT_DATADIRECTION.
403 *  04-09-13  02.00.15  Added SCSIStatusQualifier field to MPI2_SCSI_IO_REPLY,
404 *                      replacing the Reserved4 field.
405 *  11-18-14  02.00.16  Updated copyright information.
406 *  03-16-15  02.00.17  Updated for MPI v2.6.
407 *                      Added MPI26_SCSIIO_IOFLAGS_ESCAPE_PASSTHROUGH.
408 *                      Added MPI2_SEP_REQ_SLOTSTATUS_DEV_OFF and
409 *                      MPI2_SEP_REPLY_SLOTSTATUS_DEV_OFF.
410 *  08-26-15  02.00.18  Added SCSITASKMGMT_MSGFLAGS for Target Reset.
411 *  12-18-15  02.00.19  Added EEDPObservedValue added to SCSI IO Reply message.
412 *  01-04-16  02.00.20  Modified EEDP reported values in SCSI IO Reply message.
413 *  01-21-16  02.00.21  Modified MPI26_SCSITASKMGMT_MSGFLAGS_PCIE* defines to
414 *                      be unique within first 32 characters.
415 *  --------------------------------------------------------------------------
416
417mpi2_ioc.h
418 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
419 *  06-04-07  02.00.01  In IOCFacts Reply structure, renamed MaxDevices to
420 *                      MaxTargets.
421 *                      Added TotalImageSize field to FWDownload Request.
422 *                      Added reserved words to FWUpload Request.
423 *  06-26-07  02.00.02  Added IR Configuration Change List Event.
424 *  08-31-07  02.00.03  Removed SystemReplyQueueDepth field from the IOCInit
425 *                      request and replaced it with
426 *                      ReplyDescriptorPostQueueDepth and ReplyFreeQueueDepth.
427 *                      Replaced the MinReplyQueueDepth field of the IOCFacts
428 *                      reply with MaxReplyDescriptorPostQueueDepth.
429 *                      Added MPI2_RDPQ_DEPTH_MIN define to specify the minimum
430 *                      depth for the Reply Descriptor Post Queue.
431 *                      Added SASAddress field to Initiator Device Table
432 *                      Overflow Event data.
433 *  10-31-07  02.00.04  Added ReasonCode MPI2_EVENT_SAS_INIT_RC_NOT_RESPONDING
434 *                      for SAS Initiator Device Status Change Event data.
435 *                      Modified Reason Code defines for SAS Topology Change
436 *                      List Event data, including adding a bit for PHY Vacant
437 *                      status, and adding a mask for the Reason Code.
438 *                      Added define for
439 *                      MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING.
440 *                      Added define for MPI2_EXT_IMAGE_TYPE_MEGARAID.
441 *  12-18-07  02.00.05  Added Boot Status defines for the IOCExceptions field of
442 *                      the IOCFacts Reply.
443 *                      Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
444 *                      Moved MPI2_VERSION_UNION to mpi2.h.
445 *                      Changed MPI2_EVENT_NOTIFICATION_REQUEST to use masks
446 *                      instead of enables, and added SASBroadcastPrimitiveMasks
447 *                      field.
448 *                      Added Log Entry Added Event and related structure.
449 *  02-29-08  02.00.06  Added define MPI2_IOCFACTS_CAPABILITY_INTEGRATED_RAID.
450 *                      Removed define MPI2_IOCFACTS_PROTOCOL_SMP_TARGET.
451 *                      Added MaxVolumes and MaxPersistentEntries fields to
452 *                      IOCFacts reply.
453 *                      Added ProtocalFlags and IOCCapabilities fields to
454 *                      MPI2_FW_IMAGE_HEADER.
455 *                      Removed MPI2_PORTENABLE_FLAGS_ENABLE_SINGLE_PORT.
456 *  03-03-08  02.00.07  Fixed MPI2_FW_IMAGE_HEADER by changing Reserved26 to
457 *                      a U16 (from a U32).
458 *                      Removed extra 's' from EventMasks name.
459 *  06-27-08  02.00.08  Fixed an offset in a comment.
460 *  10-02-08  02.00.09  Removed SystemReplyFrameSize from MPI2_IOC_INIT_REQUEST.
461 *                      Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and
462 *                      renamed MinReplyFrameSize to ReplyFrameSize.
463 *                      Added MPI2_IOCFACTS_EXCEPT_IR_FOREIGN_CONFIG_MAX.
464 *                      Added two new RAIDOperation values for Integrated RAID
465 *                      Operations Status Event data.
466 *                      Added four new IR Configuration Change List Event data
467 *                      ReasonCode values.
468 *                      Added two new ReasonCode defines for SAS Device Status
469 *                      Change Event data.
470 *                      Added three new DiscoveryStatus bits for the SAS
471 *                      Discovery event data.
472 *                      Added Multiplexing Status Change bit to the PhyStatus
473 *                      field of the SAS Topology Change List event data.
474 *                      Removed define for MPI2_INIT_IMAGE_BOOTFLAGS_XMEMCOPY.
475 *                      BootFlags are now product-specific.
476 *                      Added defines for the indivdual signature bytes
477 *                      for MPI2_INIT_IMAGE_FOOTER.
478 *  01-19-09  02.00.10  Added MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY define.
479 *                      Added MPI2_EVENT_SAS_DISC_DS_DOWNSTREAM_INITIATOR
480 *                      define.
481 *                      Added MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE
482 *                      define.
483 *                      Removed MPI2_EVENT_SAS_DISC_DS_SATA_INIT_FAILURE define.
484 *  05-06-09  02.00.11  Added MPI2_IOCFACTS_CAPABILITY_RAID_ACCELERATOR define.
485 *                      Added MPI2_IOCFACTS_CAPABILITY_MSI_X_INDEX define.
486 *                      Added two new reason codes for SAS Device Status Change
487 *                      Event.
488 *                      Added new event: SAS PHY Counter.
489 *  07-30-09  02.00.12  Added GPIO Interrupt event define and structure.
490 *                      Added MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
491 *                      Added new product id family for 2208.
492 *  10-28-09  02.00.13  Added HostMSIxVectors field to MPI2_IOC_INIT_REQUEST.
493 *                      Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY.
494 *                      Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
495 *                      Added MPI2_IOCFACTS_CAPABILITY_HOST_BASED_DISCOVERY.
496 *                      Added MPI2_EVENT_HOST_BASED_DISCOVERY_PHY define.
497 *                      Added MPI2_EVENT_SAS_TOPO_ES_NO_EXPANDER define.
498 *                      Added Host Based Discovery Phy Event data.
499 *                      Added defines for ProductID Product field
500 *                      (MPI2_FW_HEADER_PID_).
501 *                      Modified values for SAS ProductID Family
502 *                      (MPI2_FW_HEADER_PID_FAMILY_).
503 *  02-10-10  02.00.14  Added SAS Quiesce Event structure and defines.
504 *                      Added PowerManagementControl Request structures and
505 *                      defines.
506 *  05-12-10  02.00.15  Marked Task Set Full Event as obsolete.
507 *                      Added MPI2_EVENT_SAS_TOPO_LR_UNSUPPORTED_PHY define.
508 *  11-10-10  02.00.16  Added MPI2_FW_DOWNLOAD_ITYPE_MIN_PRODUCT_SPECIFIC.
509 *  02-23-11  02.00.17  Added SAS NOTIFY Primitive event, and added
510 *                      SASNotifyPrimitiveMasks field to
511 *                      MPI2_EVENT_NOTIFICATION_REQUEST.
512 *                      Added Temperature Threshold Event.
513 *                      Added Host Message Event.
514 *                      Added Send Host Message request and reply.
515 *  05-25-11  02.00.18  For Extended Image Header, added
516 *                      MPI2_EXT_IMAGE_TYPE_MIN_PRODUCT_SPECIFIC and
517 *                      MPI2_EXT_IMAGE_TYPE_MAX_PRODUCT_SPECIFIC defines.
518 *                      Deprecated MPI2_EXT_IMAGE_TYPE_MAX define.
519 *  08-24-11  02.00.19  Added PhysicalPort field to
520 *                      MPI2_EVENT_DATA_SAS_DEVICE_STATUS_CHANGE structure.
521 *                      Marked MPI2_PM_CONTROL_FEATURE_PCIE_LINK as obsolete.
522 *  11-18-11  02.00.20  Incorporating additions for MPI v2.5.
523 *  03-29-12  02.00.21  Added a product specific range to event values.
524 *  07-26-12  02.00.22  Added MPI2_IOCFACTS_EXCEPT_PARTIAL_MEMORY_FAILURE.
525 *                      Added ElapsedSeconds field to
526 *                      MPI2_EVENT_DATA_IR_OPERATION_STATUS.
527 *  08-19-13  02.00.23  For IOCInit, added MPI2_IOCINIT_MSGFLAG_RDPQ_ARRAY_MODE
528 *                      and MPI2_IOC_INIT_RDPQ_ARRAY_ENTRY.
529 *                      Added MPI2_IOCFACTS_CAPABILITY_RDPQ_ARRAY_CAPABLE.
530 *                      Added MPI2_FW_DOWNLOAD_ITYPE_PUBLIC_KEY.
531 *                      Added Encrypted Hash Extended Image.
532 *  12-05-13  02.00.24  Added MPI25_HASH_IMAGE_TYPE_BIOS.
533 *  11-18-14  02.00.25  Updated copyright information.
534 *  03-16-15  02.00.26  Updated for MPI v2.6.
535 *                      Added MPI2_EVENT_ACTIVE_CABLE_EXCEPTION and
536 *                      MPI26_EVENT_DATA_ACTIVE_CABLE_EXCEPT.
537 *                      Added MPI2_EVENT_PCIE_LINK_COUNTER and
538 *                      MPI26_EVENT_DATA_PCIE_LINK_COUNTER.
539 *                      Added MPI26_CTRL_OP_SHUTDOWN.
540 *                      Added MPI26_CTRL_OP_LINK_CLEAR_ERROR_LOG
541 *                      Added MPI26_FW_HEADER_PID_FAMILY_3324_SAS and
542 *                      MPI26_FW_HEADER_PID_FAMILY_3516_SAS.
543 *  08-25-15  02.00.27  Added IC ARCH Class based signature defines.
544 *                      Added MPI26_EVENT_PCIE_ENUM_ES_RESOURCES_EXHAUSTED event.
545 *                      Added ConigurationFlags field to IOCInit message to
546 *                      support NVMe SGL format control.
547 *                      Added PCIe SRIOV support.
548 * 02-17-16   02.00.28  Added SAS 4 22.5 gbs speed support.
549 *                      Added PCIe 4 16.0 GT/sec speec support.
550 *                      Removed AHCI support.
551 *                      Removed SOP support.
552 * 07-01-16   02.00.29  Added Archclass for 4008 product.
553 *                      Added IOCException MPI2_IOCFACTS_EXCEPT_PCIE_DISABLED.
554 * 08-23-16   02.00.30  Added new defines for the ImageType field of FWDownload
555 *                      Request Message.
556 *                      Added new defines for the ImageType field of FWUpload
557 *                      Request Message.
558 *                      Added new values for the RegionType field in the Layout
559 *                      Data sections of the FLASH Layout Extended Image Data.
560 *                      Added new defines for the ReasonCode field of
561 *                      Active Cable Exception Event.
562 *                      Added MPI2_EVENT_ENCL_DEVICE_STATUS_CHANGE and
563 *                      MPI26_EVENT_DATA_ENCL_DEV_STATUS_CHANGE.
564 * 11-23-16   02.00.31  Added MPI2_EVENT_SAS_DEVICE_DISCOVERY_ERROR and
565 *                      MPI25_EVENT_DATA_SAS_DEVICE_DISCOVERY_ERROR.
566 * 02-02-17   02.00.32  Added MPI2_FW_DOWNLOAD_ITYPE_CBB_BACKUP.
567 *                      Added MPI25_EVENT_DATA_ACTIVE_CABLE_EXCEPT and related
568 *                      defines for the ReasonCode field.
569 * --------------------------------------------------------------------------
570
571mpi2_raid.h
572 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
573 *  08-31-07  02.00.01  Modifications to RAID Action request and reply,
574 *                      including the Actions and ActionData.
575 *  02-29-08  02.00.02  Added MPI2_RAID_ACTION_ADATA_DISABL_FULL_REBUILD.
576 *  05-21-08  02.00.03  Added MPI2_RAID_VOL_CREATION_NUM_PHYSDISKS so that
577 *                      the PhysDisk array in MPI2_RAID_VOLUME_CREATION_STRUCT
578 *                      can be sized by the build environment.
579 *  07-30-09  02.00.04  Added proper define for the Use Default Settings bit of
580 *                      VolumeCreationFlags and marked the old one as obsolete.
581 *  05-12-10  02.00.05  Added MPI2_RAID_VOL_FLAGS_OP_MDC define.
582 *  08-24-10  02.00.06  Added MPI2_RAID_ACTION_COMPATIBILITY_CHECK along with
583 *                      related structures and defines.
584 *                      Added product-specific range to RAID Action values.
585 *  11-18-11  02.00.07  Incorporating additions for MPI v2.5.
586 *  02-06-12  02.00.08  Added MPI2_RAID_ACTION_PHYSDISK_HIDDEN.
587 *  07-26-12  02.00.09  Added ElapsedSeconds field to MPI2_RAID_VOL_INDICATOR.
588 *                      Added MPI2_RAID_VOL_FLAGS_ELAPSED_SECONDS_VALID define.
589 *  04-17-13  02.00.10  Added MPI25_RAID_ACTION_ADATA_ALLOW_PI.
590 *  --------------------------------------------------------------------------
591
592mpi2_sas.h
593 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
594 *  06-26-07  02.00.01  Added Clear All Persistent Operation to SAS IO Unit
595 *                      Control Request.
596 *  10-02-08  02.00.02  Added Set IOC Parameter Operation to SAS IO Unit Control
597 *                      Request.
598 *  10-28-09  02.00.03  Changed the type of SGL in MPI2_SATA_PASSTHROUGH_REQUEST
599 *                      to MPI2_SGE_IO_UNION since it supports chained SGLs.
600 *  05-12-10  02.00.04  Modified some comments.
601 *  08-11-10  02.00.05  Added NCQ operations to SAS IO Unit Control.
602 *  11-18-11  02.00.06  Incorporating additions for MPI v2.5.
603 *  07-10-12  02.00.07  Added MPI2_SATA_PT_SGE_UNION for use in the SATA
604 *                      Passthrough Request message.
605 *  08-19-13  02.00.08  Made MPI2_SAS_OP_TRANSMIT_PORT_SELECT_SIGNAL obsolete
606 *                      for anything newer than MPI v2.0.
607 *  11-18-14  02.00.09  Updated copyright information.
608 *  03-16-15  02.00.10  Updated for MPI v2.6.
609 *                      Added MPI2_SATA_PT_REQ_PT_FLAGS_FPDMA.
610 *  --------------------------------------------------------------------------
611
612mpi2_targ.h
613 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
614 *  08-31-07  02.00.01  Added Command Buffer Data Location Address Space bits to
615 *                      BufferPostFlags field of CommandBufferPostBase Request.
616 *  02-29-08  02.00.02  Modified various names to make them 32-character unique.
617 *  10-02-08  02.00.03  Removed NextCmdBufferOffset from
618 *                      MPI2_TARGET_CMD_BUF_POST_BASE_REQUEST.
619 *                      Target Status Send Request only takes a single SGE for
620 *                      response data.
621 *  02-10-10  02.00.04  Added comment to MPI2_TARGET_SSP_RSP_IU structure.
622 *  11-18-11  02.00.05  Incorporating additions for MPI v2.5.
623 *  11-27-12  02.00.06  Added InitiatorDevHandle field to MPI2_TARGET_MODE_ABORT
624 *                      request message structure.
625 *                      Added AbortType MPI2_TARGET_MODE_ABORT_DEVHANDLE and
626 *                      MPI2_TARGET_MODE_ABORT_ALL_COMMANDS.
627 *  06-13-14  02.00.07  Added MinMSIxIndex and MaxMSIxIndex fields to
628 *                      MPI2_TARGET_CMD_BUF_POST_BASE_REQUEST.
629 *  11-18-14  02.00.08  Updated copyright information.
630 *  03-16-15  02.00.09  Updated for MPI v2.6.
631 *                      Added MPI26_TARGET_ASSIST_IOFLAGS_ESCAPE_PASSTHROUGH.
632 *  --------------------------------------------------------------------------
633
634mpi2_tool.h
635 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
636 *  12-18-07  02.00.01  Added Diagnostic Buffer Post and Diagnostic Release
637 *                      structures and defines.
638 *  02-29-08  02.00.02  Modified various names to make them 32-character unique.
639 *  05-06-09  02.00.03  Added ISTWI Read Write Tool and Diagnostic CLI Tool.
640 *  07-30-09  02.00.04  Added ExtendedType field to DiagnosticBufferPost request
641 *                      and reply messages.
642 *                      Added MPI2_DIAG_BUF_TYPE_EXTENDED.
643 *                      Incremented MPI2_DIAG_BUF_TYPE_COUNT.
644 *  05-12-10  02.00.05  Added Diagnostic Data Upload tool.
645 *  08-11-10  02.00.06  Added defines that were missing for Diagnostic Buffer
646 *                      Post Request.
647 *  05-25-11  02.00.07  Added Flags field and related defines to
648 *                      MPI2_TOOLBOX_ISTWI_READ_WRITE_REQUEST.
649 *  11-18-11  02.00.08  Incorporating additions for MPI v2.5.
650 *  07-10-12  02.00.09  Add MPI v2.5 Toolbox Diagnostic CLI Tool Request
651 *                      message.
652 *  07-26-12  02.00.10  Modified MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST so that
653 *                      it uses MPI Chain SGE as well as MPI Simple SGE.
654 *  08-19-13  02.00.11  Added MPI2_TOOLBOX_TEXT_DISPLAY_TOOL and related info.
655 *  01-08-14  02.00.12  Added MPI2_TOOLBOX_CLEAN_BIT26_PRODUCT_SPECIFIC.
656 *  11-18-14  02.00.13  Updated copyright information.
657 *  08-25-16  02.00.14  Added new values for the Flags field of Toolbox Clean
658 *                      Tool Request Message.
659 *  --------------------------------------------------------------------------
660
661mpi2_type.h
662 *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
663 *  11-18-14  02.00.01  Updated copyright information.
664 *  --------------------------------------------------------------------------
665
666mpi2_ra.h
667 *  05-06-09  02.00.00  Initial version.
668 *  11-18-14  02.00.01  Updated copyright information.
669 *  --------------------------------------------------------------------------
670
671mpi2_hbd.h
672 *  10-28-09  02.00.00  Initial version.
673 *  08-11-10  02.00.01  Removed PortGroups, DmaGroup, and ControlGroup from
674 *                      HBD Action request, replaced by AdditionalInfo field.
675 *  11-18-11  02.00.02  Incorporating additions for MPI v2.5.
676 *  11-18-14  02.00.03  Updated copyright information.
677 *  02-17-16  02.00.04  Added SAS 4 22.5 gbs speed support.
678 *  --------------------------------------------------------------------------
679
680mpi2_pci.h
681 *  03-16-15  02.00.00  Initial version.
682 *  02-17-16  02.00.01  Removed AHCI support.
683 *                      Removed SOP support.
684 *  07-01-16  02.00.02  Added MPI26_NVME_FLAGS_FORCE_ADMIN_ERR_RESP to
685 *                      NVME Encapsulated Request.
686 *  --------------------------------------------------------------------------
687
688mpi2_history.txt         Parts list history
689
690Filename     02.00.48
691----------   --------
692mpi2.h       02.00.48
693mpi2_cnfg.h  02.00.40
694mpi2_init.h  02.00.21
695mpi2_ioc.h   02.00.32
696mpi2_raid.h  02.00.11
697mpi2_sas.h   02.00.10
698mpi2_targ.h  02.00.09
699mpi2_tool.h  02.00.14
700mpi2_type.h  02.00.01
701mpi2_ra.h    02.00.01
702mpi2_hbd.h   02.00.04
703mpi2_pci.h   02.00.02
704
705Filename     02.00.47  02.00.46  02.00.45  02.00.44  02.00.43  02.00.42
706----------   --------  --------  --------  --------  --------  --------
707mpi2.h       02.00.47  02.00.46  02.00.45  02.00.44  02.00.43  02.00.42
708mpi2_cnfg.h  02.00.39  02.00.39  02.00.38  02.00.37  02.00.36  02.00.35
709mpi2_init.h  02.00.21  02.00.21  02.00.21  02.00.21  02.00.21  02.00.20
710mpi2_ioc.h   02.00.31  02.00.30  02.00.29  02.00.28  02.00.28  02.00.27
711mpi2_raid.h  02.00.11  02.00.11  02.00.11  02.00.11  02.00.11  02.00.11
712mpi2_sas.h   02.00.10  02.00.10  02.00.10  02.00.10  02.00.10  02.00.10
713mpi2_targ.h  02.00.09  02.00.09  02.00.09  02.00.09  02.00.09  02.00.09
714mpi2_tool.h  02.00.14  02.00.14  02.00.13  02.00.13  02.00.13  02.00.13
715mpi2_type.h  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01
716mpi2_ra.h    02.00.01  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01
717mpi2_hbd.h   02.00.04  02.00.04  02.00.04  02.00.04  02.00.04  02.00.03
718mpi2_pci.h   02.00.02  02.00.02  02.00.02  02.00.01  02.00.01  02.00.00
719
720Filename     02.00.41  02.00.40  02.00.39  02.00.38  02.00.37  02.00.36
721----------   --------  --------  --------  --------  --------  --------
722mpi2.h       02.00.41  02.00.40  02.00.39  02.00.38  02.00.37  02.00.36
723mpi2_cnfg.h  02.00.35  02.00.34  02.00.33  02.00.32  02.00.31  02.00.30
724mpi2_init.h  02.00.19  02.00.18  02.00.17  02.00.17  02.00.17  02.00.16
725mpi2_ioc.h   02.00.27  02.00.27  02.00.26  02.00.26  02.00.26  02.00.25
726mpi2_raid.h  02.00.11  02.00.11  02.00.11  02.00.11  02.00.11  02.00.11
727mpi2_sas.h   02.00.10  02.00.10  02.00.10  02.00.10  02.00.10  02.00.09
728mpi2_targ.h  02.00.09  02.00.09  02.00.09  02.00.09  02.00.09  02.00.08
729mpi2_tool.h  02.00.13  02.00.13  02.00.13  02.00.13  02.00.13  02.00.13
730mpi2_type.h  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01
731mpi2_ra.h    02.00.01  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01
732mpi2_hbd.h   02.00.03  02.00.03  02.00.03  02.00.03  02.00.03  02.00.03
733mpi2_pci.h   02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
734
735Filename     02.00.35  02.00.34  02.00.33  02.00.32  02.00.31  02.00.30
736----------   --------  --------  --------  --------  --------  --------
737mpi2.h       02.00.35  02.00.34  02.00.33  02.00.32  02.00.31  02.00.30
738mpi2_cnfg.h  02.00.29  02.00.28  02.00.27  02.00.26  02.00.25  02.00.25
739mpi2_init.h  02.00.15  02.00.15  02.00.15  02.00.15  02.00.15  02.00.15
740mpi2_ioc.h   02.00.24  02.00.24  02.00.24  02.00.23  02.00.22  02.00.22
741mpi2_raid.h  02.00.10  02.00.10  02.00.10  02.00.10  02.00.10  02.00.09
742mpi2_sas.h   02.00.08  02.00.08  02.00.08  02.00.08  02.00.07  02.00.07
743mpi2_targ.h  02.00.07  02.00.06  02.00.06  02.00.06  02.00.06  02.00.06
744mpi2_tool.h  02.00.12  02.00.12  02.00.11  02.00.11  02.00.10  02.00.10
745mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
746mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
747mpi2_hbd.h   02.00.02  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02
748
749Filename     02.00.29  02.00.28  02.00.27  02.00.26  02.00.25  02.00.24
750----------   --------  --------  --------  --------  --------  --------
751mpi2.h       02.00.29  02.00.28  02.00.27  02.00.26  02.00.25  02.00.24
752mpi2_cnfg.h  02.00.24  02.00.23  02.00.22  02.00.22  02.00.22  02.00.22
753mpi2_init.h  02.00.14  02.00.14  02.00.14  02.00.14  02.00.13  02.00.13
754mpi2_ioc.h   02.00.22  02.00.22  02.00.22  02.00.21  02.00.21  02.00.20
755mpi2_raid.h  02.00.09  02.00.09  02.00.09  02.00.08  02.00.08  02.00.08
756mpi2_sas.h   02.00.07  02.00.07  02.00.07  02.00.07  02.00.06  02.00.06
757mpi2_targ.h  02.00.06  02.00.06  02.00.05  02.00.05  02.00.05  02.00.05
758mpi2_tool.h  02.00.10  02.00.10  02.00.10  02.00.09  02.00.08  02.00.08
759mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
760mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
761mpi2_hbd.h   02.00.02  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02
762
763Filename     02.00.23  02.00.22  02.00.21  02.00.20  02.00.19  02.00.18
764----------   --------  --------  --------  --------  --------  --------
765mpi2.h       02.00.23  02.00.22  02.00.21  02.00.20  02.00.19  02.00.18
766mpi2_cnfg.h  02.00.22  02.00.21  02.00.20  02.00.19  02.00.18  02.00.17
767mpi2_init.h  02.00.12  02.00.11  02.00.11  02.00.11  02.00.11  02.00.11
768mpi2_ioc.h   02.00.20  02.00.19  02.00.18  02.00.17  02.00.17  02.00.16
769mpi2_raid.h  02.00.07  02.00.06  02.00.05  02.00.05  02.00.05  02.00.05
770mpi2_sas.h   02.00.06  02.00.05  02.00.05  02.00.05  02.00.05  02.00.05
771mpi2_targ.h  02.00.05  02.00.04  02.00.04  02.00.04  02.00.04  02.00.04
772mpi2_tool.h  02.00.08  02.00.07  02.00.07  02.00.06  02.00.06  02.00.06
773mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
774mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
775mpi2_hbd.h   02.00.02  02.00.01  02.00.01  02.00.01  02.00.01  02.00.01
776
777Filename     02.00.17  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12
778----------   --------  --------  --------  --------  --------  --------
779mpi2.h       02.00.17  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12
780mpi2_cnfg.h  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12  02.00.11
781mpi2_init.h  02.00.10  02.00.10  02.00.09  02.00.08  02.00.07  02.00.07
782mpi2_ioc.h   02.00.15  02.00.15  02.00.14  02.00.13  02.00.12  02.00.11
783mpi2_raid.h  02.00.05  02.00.05  02.00.04  02.00.04  02.00.04  02.00.03
784mpi2_sas.h   02.00.05  02.00.04  02.00.03  02.00.03  02.00.02  02.00.02
785mpi2_targ.h  02.00.04  02.00.04  02.00.04  02.00.03  02.00.03  02.00.03
786mpi2_tool.h  02.00.06  02.00.05  02.00.04  02.00.04  02.00.04  02.00.03
787mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
788mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
789mpi2_hbd.h   02.00.01  02.00.00  02.00.00  02.00.00
790
791Filename     02.00.11  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06
792----------   --------  --------  --------  --------  --------  --------
793mpi2.h       02.00.11  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06
794mpi2_cnfg.h  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06  02.00.06
795mpi2_init.h  02.00.06  02.00.06  02.00.05  02.00.05  02.00.04  02.00.03
796mpi2_ioc.h   02.00.10  02.00.09  02.00.08  02.00.07  02.00.07  02.00.06
797mpi2_raid.h  02.00.03  02.00.03  02.00.03  02.00.03  02.00.02  02.00.02
798mpi2_sas.h   02.00.02  02.00.02  02.00.01  02.00.01  02.00.01  02.00.01
799mpi2_targ.h  02.00.03  02.00.03  02.00.02  02.00.02  02.00.02  02.00.02
800mpi2_tool.h  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02
801mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
802
803Filename     02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
804----------   --------  --------  --------  --------  --------  --------
805mpi2.h       02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
806mpi2_cnfg.h  02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
807mpi2_init.h  02.00.02  02.00.01  02.00.00  02.00.00  02.00.00  02.00.00
808mpi2_ioc.h   02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
809mpi2_raid.h  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00  02.00.00
810mpi2_sas.h   02.00.01  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00
811mpi2_targ.h  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00  02.00.00
812mpi2_tool.h  02.00.01  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
813mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
814
815