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