The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/mps/mpi/mpi2_history.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*-
    2  * Copyright (c) 2000-2015 LSI Corp.
    3  * Copyright (c) 2013-2015 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  *
   15  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
   16  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
   17  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
   18  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
   19  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   20  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
   21  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
   22  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
   23  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
   24  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   25  * SUCH DAMAGE.
   26  *
   27  * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD
   28  *
   29  * $FreeBSD$
   30  */
   31 
   32  ==============================
   33  Fusion-MPT MPI 2.0 Header File Change History
   34  ==============================
   35 
   36  Copyright (c) 2000-2015 LSI Corporation.
   37  Copyright (c) 2013-2015 Avago Technologies
   38 
   39  ---------------------------------------
   40  Header Set Release Version:    02.00.18
   41  Header Set Release Date:       11-10-10
   42  ---------------------------------------
   43 
   44  Filename               Current version     Prior version
   45  ----------             ---------------     -------------
   46  mpi2.h                 02.00.18            02.00.17
   47  mpi2_cnfg.h            02.00.17            02.00.16
   48  mpi2_init.h            02.00.11            02.00.10
   49  mpi2_ioc.h             02.00.16            02.00.15
   50  mpi2_raid.h            02.00.05            02.00.05
   51  mpi2_sas.h             02.00.05            02.00.05
   52  mpi2_targ.h            02.00.04            02.00.04
   53  mpi2_tool.h            02.00.06            02.00.06
   54  mpi2_type.h            02.00.00            02.00.00
   55  mpi2_ra.h              02.00.00            02.00.00
   56  mpi2_hbd.h             02.00.01            02.00.01
   57  mpi2_history.txt       02.00.18            02.00.17
   58 
   59 
   60  *  Date      Version   Description
   61  *  --------  --------  ------------------------------------------------------
   62 
   63 mpi2.h
   64  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
   65  *  06-04-07  02.00.01  Bumped MPI2_HEADER_VERSION_UNIT.
   66  *  06-26-07  02.00.02  Bumped MPI2_HEADER_VERSION_UNIT.
   67  *  08-31-07  02.00.03  Bumped MPI2_HEADER_VERSION_UNIT.
   68  *                      Moved ReplyPostHostIndex register to offset 0x6C of the
   69  *                      MPI2_SYSTEM_INTERFACE_REGS and modified the define for
   70  *                      MPI2_REPLY_POST_HOST_INDEX_OFFSET.
   71  *                      Added union of request descriptors.
   72  *                      Added union of reply descriptors.
   73  *  10-31-07  02.00.04  Bumped MPI2_HEADER_VERSION_UNIT.
   74  *                      Added define for MPI2_VERSION_02_00.
   75  *                      Fixed the size of the FunctionDependent5 field in the
   76  *                      MPI2_DEFAULT_REPLY structure.
   77  *  12-18-07  02.00.05  Bumped MPI2_HEADER_VERSION_UNIT.
   78  *                      Removed the MPI-defined Fault Codes and extended the
   79  *                      product specific codes up to 0xEFFF.
   80  *                      Added a sixth key value for the WriteSequence register
   81  *                      and changed the flush value to 0x0.
   82  *                      Added message function codes for Diagnostic Buffer Post
   83  *                      and Diagnsotic Release.
   84  *                      New IOCStatus define: MPI2_IOCSTATUS_DIAGNOSTIC_RELEASED
   85  *                      Moved MPI2_VERSION_UNION from mpi2_ioc.h.
   86  *  02-29-08  02.00.06  Bumped MPI2_HEADER_VERSION_UNIT.
   87  *  03-03-08  02.00.07  Bumped MPI2_HEADER_VERSION_UNIT.
   88  *  05-21-08  02.00.08  Bumped MPI2_HEADER_VERSION_UNIT.
   89  *                      Added #defines for marking a reply descriptor as unused.
   90  *  06-27-08  02.00.09  Bumped MPI2_HEADER_VERSION_UNIT.
   91  *  10-02-08  02.00.10  Bumped MPI2_HEADER_VERSION_UNIT.
   92  *                      Moved LUN field defines from mpi2_init.h.
   93  *  01-19-09  02.00.11  Bumped MPI2_HEADER_VERSION_UNIT.
   94  *  05-06-09  02.00.12  Bumped MPI2_HEADER_VERSION_UNIT.
   95  *                      In all request and reply descriptors, replaced VF_ID
   96  *                      field with MSIxIndex field.
   97  *                      Removed DevHandle field from
   98  *                      MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR and made those
   99  *                      bytes reserved.
  100  *                      Added RAID Accelerator functionality.
  101  *  07-30-09  02.00.13  Bumped MPI2_HEADER_VERSION_UNIT.
  102  *  10-28-09  02.00.14  Bumped MPI2_HEADER_VERSION_UNIT.
  103  *                      Added MSI-x index mask and shift for Reply Post Host
  104  *                      Index register.
  105  *                      Added function code for Host Based Discovery Action.
  106  *  02-10-10  02.00.15  Bumped MPI2_HEADER_VERSION_UNIT.
  107  *                      Added define for MPI2_FUNCTION_PWR_MGMT_CONTROL.
  108  *                      Added defines for product-specific range of message
  109  *                      function codes, 0xF0 to 0xFF.
  110  *  05-12-10  02.00.16  Bumped MPI2_HEADER_VERSION_UNIT.
  111  *                      Added alternative defines for the SGE Direction bit.
  112  *  08-11-10  02.00.17  Bumped MPI2_HEADER_VERSION_UNIT.
  113  *  11-10-10  02.00.18  Bumped MPI2_HEADER_VERSION_UNIT.
  114  *                      Added MPI2_IEEE_SGE_FLAGS_SYSTEMPLBCPI_ADDR define.
  115  *  --------------------------------------------------------------------------
  116 
  117 mpi2_cnfg.h
  118  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
  119  *  06-04-07  02.00.01  Added defines for SAS IO Unit Page 2 PhyFlags.
  120  *                      Added Manufacturing Page 11.
  121  *                      Added MPI2_SAS_EXPANDER0_FLAGS_CONNECTOR_END_DEVICE
  122  *                      define.
  123  *  06-26-07  02.00.02  Adding generic structure for product-specific
  124  *                      Manufacturing pages: MPI2_CONFIG_PAGE_MANUFACTURING_PS.
  125  *                      Rework of BIOS Page 2 configuration page.
  126  *                      Fixed MPI2_BIOSPAGE2_BOOT_DEVICE to be a union of the
  127  *                      forms.
  128  *                      Added configuration pages IOC Page 8 and Driver
  129  *                      Persistent Mapping Page 0.
  130  *  08-31-07  02.00.03  Modified configuration pages dealing with Integrated
  131  *                      RAID (Manufacturing Page 4, RAID Volume Pages 0 and 1,
  132  *                      RAID Physical Disk Pages 0 and 1, RAID Configuration
  133  *                      Page 0).
  134  *                      Added new value for AccessStatus field of SAS Device
  135  *                      Page 0 (_SATA_NEEDS_INITIALIZATION).
  136  *  10-31-07  02.00.04  Added missing SEPDevHandle field to
  137  *                      MPI2_CONFIG_PAGE_SAS_ENCLOSURE_0.
  138  *  12-18-07  02.00.05  Modified IO Unit Page 0 to use 32-bit version fields for
  139  *                      NVDATA.
  140  *                      Modified IOC Page 7 to use masks and added field for
  141  *                      SASBroadcastPrimitiveMasks.
  142  *                      Added MPI2_CONFIG_PAGE_BIOS_4.
  143  *                      Added MPI2_CONFIG_PAGE_LOG_0.
  144  *  02-29-08  02.00.06  Modified various names to make them 32-character unique.
  145  *                      Added SAS Device IDs.
  146  *                      Updated Integrated RAID configuration pages including
  147  *                      Manufacturing Page 4, IOC Page 6, and RAID Configuration
  148  *                      Page 0.
  149  *  05-21-08  02.00.07  Added define MPI2_MANPAGE4_MIX_SSD_SAS_SATA.
  150  *                      Added define MPI2_MANPAGE4_PHYSDISK_128MB_COERCION.
  151  *                      Fixed define MPI2_IOCPAGE8_FLAGS_ENCLOSURE_SLOT_MAPPING.
  152  *                      Added missing MaxNumRoutedSasAddresses field to
  153  *                      MPI2_CONFIG_PAGE_EXPANDER_0.
  154  *                      Added SAS Port Page 0.
  155  *                      Modified structure layout for
  156  *                      MPI2_CONFIG_PAGE_DRIVER_MAPPING_0.
  157  *  06-27-08  02.00.08  Changed MPI2_CONFIG_PAGE_RD_PDISK_1 to use
  158  *                      MPI2_RAID_PHYS_DISK1_PATH_MAX to size the array.
  159  *  10-02-08  02.00.09  Changed MPI2_RAID_PGAD_CONFIGNUM_MASK from 0x0000FFFF
  160  *                      to 0x000000FF.
  161  *                      Added two new values for the Physical Disk Coercion Size
  162  *                      bits in the Flags field of Manufacturing Page 4.
  163  *                      Added product-specific Manufacturing pages 16 to 31.
  164  *                      Modified Flags bits for controlling write cache on SATA
  165  *                      drives in IO Unit Page 1.
  166  *                      Added new bit to AdditionalControlFlags of SAS IO Unit
  167  *                      Page 1 to control Invalid Topology Correction.
  168  *                      Added SupportedPhysDisks field to RAID Volume Page 1 and
  169  *                      added related defines.
  170  *                      Added additional defines for RAID Volume Page 0
  171  *                      VolumeStatusFlags field.
  172  *                      Modified meaning of RAID Volume Page 0 VolumeSettings
  173  *                      define for auto-configure of hot-swap drives.
  174  *                      Added PhysDiskAttributes field (and related defines) to
  175  *                      RAID Physical Disk Page 0.
  176  *                      Added MPI2_SAS_PHYINFO_PHY_VACANT define.
  177  *                      Added three new DiscoveryStatus bits for SAS IO Unit
  178  *                      Page 0 and SAS Expander Page 0.
  179  *                      Removed multiplexing information from SAS IO Unit pages.
  180  *                      Added BootDeviceWaitTime field to SAS IO Unit Page 4.
  181  *                      Removed Zone Address Resolved bit from PhyInfo and from
  182  *                      Expander Page 0 Flags field.
  183  *                      Added two new AccessStatus values to SAS Device Page 0
  184  *                      for indicating routing problems. Added 3 reserved words
  185  *                      to this page.
  186  *  01-19-09  02.00.10  Fixed defines for GPIOVal field of IO Unit Page 3.
  187  *                      Inserted missing reserved field into structure for IOC
  188  *                      Page 6.
  189  *                      Added more pending task bits to RAID Volume Page 0
  190  *                      VolumeStatusFlags defines.
  191  *                      Added MPI2_PHYSDISK0_STATUS_FLAG_NOT_CERTIFIED define.
  192  *                      Added a new DiscoveryStatus bit for SAS IO Unit Page 0
  193  *                      and SAS Expander Page 0 to flag a downstream initiator
  194  *                      when in simplified routing mode.
  195  *                      Removed SATA Init Failure defines for DiscoveryStatus
  196  *                      fields of SAS IO Unit Page 0 and SAS Expander Page 0.
  197  *                      Added MPI2_SAS_DEVICE0_ASTATUS_DEVICE_BLOCKED define.
  198  *                      Added PortGroups, DmaGroup, and ControlGroup fields to
  199  *                      SAS Device Page 0.
  200  *  05-06-09  02.00.11  Added structures and defines for IO Unit Page 5 and IO
  201  *                      Unit Page 6.
  202  *                      Added expander reduced functionality data to SAS
  203  *                      Expander Page 0.
  204  *                      Added SAS PHY Page 2 and SAS PHY Page 3.
  205  *  07-30-09  02.00.12  Added IO Unit Page 7.
  206  *                      Added new device ids.
  207  *                      Added SAS IO Unit Page 5.
  208  *                      Added partial and slumber power management capable flags
  209  *                      to SAS Device Page 0 Flags field.
  210  *                      Added PhyInfo defines for power condition.
  211  *                      Added Ethernet configuration pages.
  212  *  10-28-09  02.00.13  Added MPI2_IOUNITPAGE1_ENABLE_HOST_BASED_DISCOVERY.
  213  *                      Added SAS PHY Page 4 structure and defines.
  214  *  02-10-10  02.00.14  Modified the comments for the configuration page
  215  *                      structures that contain an array of data. The host
  216  *                      should use the "count" field in the page data (e.g. the
  217  *                      NumPhys field) to determine the number of valid elements
  218  *                      in the array.
  219  *                      Added/modified some MPI2_MFGPAGE_DEVID_SAS defines.
  220  *                      Added PowerManagementCapabilities to IO Unit Page 7.
  221  *                      Added PortWidthModGroup field to
  222  *                      MPI2_SAS_IO_UNIT5_PHY_PM_SETTINGS.
  223  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_6 and related defines.
  224  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_7 and related defines.
  225  *                      Added MPI2_CONFIG_PAGE_SASIOUNIT_8 and related defines.
  226  *  05-12-10  02.00.15  Added MPI2_RAIDVOL0_STATUS_FLAG_VOL_NOT_CONSISTENT
  227  *                      define.
  228  *                      Added MPI2_PHYSDISK0_INCOMPATIBLE_MEDIA_TYPE define.
  229  *                      Added MPI2_SAS_NEG_LINK_RATE_UNSUPPORTED_PHY define.
  230  *  08-11-10  02.00.16  Removed IO Unit Page 1 device path (multi-pathing)
  231  *                      defines.
  232  *  11-10-10  02.00.17  Added ReceptacleID field (replacing Reserved1) to
  233  *                      MPI2_MANPAGE7_CONNECTOR_INFO and reworked defines for
  234  *                      the Pinout field.
  235  *                      Added BoardTemperature and BoardTemperatureUnits fields
  236  *                      to MPI2_CONFIG_PAGE_IO_UNIT_7.
  237  *                      Added MPI2_CONFIG_EXTPAGETYPE_EXT_MANUFACTURING define
  238  *                      and MPI2_CONFIG_PAGE_EXT_MAN_PS structure.
  239  *  --------------------------------------------------------------------------
  240 
  241 mpi2_init.h
  242  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
  243  *  10-31-07  02.00.01  Fixed name for pMpi2SCSITaskManagementRequest_t.
  244  *  12-18-07  02.00.02  Modified Task Management Target Reset Method defines.
  245  *  02-29-08  02.00.03  Added Query Task Set and Query Unit Attention.
  246  *  03-03-08  02.00.04  Fixed name of struct _MPI2_SCSI_TASK_MANAGE_REPLY.
  247  *  05-21-08  02.00.05  Fixed typo in name of Mpi2SepRequest_t.
  248  *  10-02-08  02.00.06  Removed Untagged and No Disconnect values from SCSI IO
  249  *                      Control field Task Attribute flags.
  250  *                      Moved LUN field defines to mpi2.h because they are
  251  *                      common to many structures.
  252  *  05-06-09  02.00.07  Changed task management type of Query Unit Attention to
  253  *                      Query Asynchronous Event.
  254  *                      Defined two new bits in the SlotStatus field of the SCSI
  255  *                      Enclosure Processor Request and Reply.
  256  *  10-28-09  02.00.08  Added defines for decoding the ResponseInfo bytes for
  257  *                      both SCSI IO Error Reply and SCSI Task Management Reply.
  258  *                      Added ResponseInfo field to MPI2_SCSI_TASK_MANAGE_REPLY.
  259  *                      Added MPI2_SCSITASKMGMT_RSP_TM_OVERLAPPED_TAG define.
  260  *  02-10-10  02.00.09  Removed unused structure that had "#if 0" around it.
  261  *  05-12-10  02.00.10  Added optional vendor-unique region to SCSI IO Request.
  262  *  11-10-10  02.00.11  Added MPI2_SCSIIO_NUM_SGLOFFSETS define.
  263  *  --------------------------------------------------------------------------
  264 
  265 mpi2_ioc.h
  266  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
  267  *  06-04-07  02.00.01  In IOCFacts Reply structure, renamed MaxDevices to
  268  *                      MaxTargets.
  269  *                      Added TotalImageSize field to FWDownload Request.
  270  *                      Added reserved words to FWUpload Request.
  271  *  06-26-07  02.00.02  Added IR Configuration Change List Event.
  272  *  08-31-07  02.00.03  Removed SystemReplyQueueDepth field from the IOCInit
  273  *                      request and replaced it with
  274  *                      ReplyDescriptorPostQueueDepth and ReplyFreeQueueDepth.
  275  *                      Replaced the MinReplyQueueDepth field of the IOCFacts
  276  *                      reply with MaxReplyDescriptorPostQueueDepth.
  277  *                      Added MPI2_RDPQ_DEPTH_MIN define to specify the minimum
  278  *                      depth for the Reply Descriptor Post Queue.
  279  *                      Added SASAddress field to Initiator Device Table
  280  *                      Overflow Event data.
  281  *  10-31-07  02.00.04  Added ReasonCode MPI2_EVENT_SAS_INIT_RC_NOT_RESPONDING
  282  *                      for SAS Initiator Device Status Change Event data.
  283  *                      Modified Reason Code defines for SAS Topology Change
  284  *                      List Event data, including adding a bit for PHY Vacant
  285  *                      status, and adding a mask for the Reason Code.
  286  *                      Added define for
  287  *                      MPI2_EVENT_SAS_TOPO_ES_DELAY_NOT_RESPONDING.
  288  *                      Added define for MPI2_EXT_IMAGE_TYPE_MEGARAID.
  289  *  12-18-07  02.00.05  Added Boot Status defines for the IOCExceptions field of
  290  *                      the IOCFacts Reply.
  291  *                      Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
  292  *                      Moved MPI2_VERSION_UNION to mpi2.h.
  293  *                      Changed MPI2_EVENT_NOTIFICATION_REQUEST to use masks
  294  *                      instead of enables, and added SASBroadcastPrimitiveMasks
  295  *                      field.
  296  *                      Added Log Entry Added Event and related structure.
  297  *  02-29-08  02.00.06  Added define MPI2_IOCFACTS_CAPABILITY_INTEGRATED_RAID.
  298  *                      Removed define MPI2_IOCFACTS_PROTOCOL_SMP_TARGET.
  299  *                      Added MaxVolumes and MaxPersistentEntries fields to
  300  *                      IOCFacts reply.
  301  *                      Added ProtocalFlags and IOCCapabilities fields to
  302  *                      MPI2_FW_IMAGE_HEADER.
  303  *                      Removed MPI2_PORTENABLE_FLAGS_ENABLE_SINGLE_PORT.
  304  *  03-03-08  02.00.07  Fixed MPI2_FW_IMAGE_HEADER by changing Reserved26 to
  305  *                      a U16 (from a U32).
  306  *                      Removed extra 's' from EventMasks name.
  307  *  06-27-08  02.00.08  Fixed an offset in a comment.
  308  *  10-02-08  02.00.09  Removed SystemReplyFrameSize from MPI2_IOC_INIT_REQUEST.
  309  *                      Removed CurReplyFrameSize from MPI2_IOC_FACTS_REPLY and
  310  *                      renamed MinReplyFrameSize to ReplyFrameSize.
  311  *                      Added MPI2_IOCFACTS_EXCEPT_IR_FOREIGN_CONFIG_MAX.
  312  *                      Added two new RAIDOperation values for Integrated RAID
  313  *                      Operations Status Event data.
  314  *                      Added four new IR Configuration Change List Event data
  315  *                      ReasonCode values.
  316  *                      Added two new ReasonCode defines for SAS Device Status
  317  *                      Change Event data.
  318  *                      Added three new DiscoveryStatus bits for the SAS
  319  *                      Discovery event data.
  320  *                      Added Multiplexing Status Change bit to the PhyStatus
  321  *                      field of the SAS Topology Change List event data.
  322  *                      Removed define for MPI2_INIT_IMAGE_BOOTFLAGS_XMEMCOPY.
  323  *                      BootFlags are now product-specific.
  324  *                      Added defines for the indivdual signature bytes
  325  *                      for MPI2_INIT_IMAGE_FOOTER.
  326  *  01-19-09  02.00.10  Added MPI2_IOCFACTS_CAPABILITY_EVENT_REPLAY define.
  327  *                      Added MPI2_EVENT_SAS_DISC_DS_DOWNSTREAM_INITIATOR
  328  *                      define.
  329  *                      Added MPI2_EVENT_SAS_DEV_STAT_RC_SATA_INIT_FAILURE
  330  *                      define.
  331  *                      Removed MPI2_EVENT_SAS_DISC_DS_SATA_INIT_FAILURE define.
  332  *  05-06-09  02.00.11  Added MPI2_IOCFACTS_CAPABILITY_RAID_ACCELERATOR define.
  333  *                      Added MPI2_IOCFACTS_CAPABILITY_MSI_X_INDEX define.
  334  *                      Added two new reason codes for SAS Device Status Change
  335  *                      Event.
  336  *                      Added new event: SAS PHY Counter.
  337  *  07-30-09  02.00.12  Added GPIO Interrupt event define and structure.
  338  *                      Added MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
  339  *                      Added new product id family for 2208.
  340  *  10-28-09  02.00.13  Added HostMSIxVectors field to MPI2_IOC_INIT_REQUEST.
  341  *                      Added MaxMSIxVectors field to MPI2_IOC_FACTS_REPLY.
  342  *                      Added MinDevHandle field to MPI2_IOC_FACTS_REPLY.
  343  *                      Added MPI2_IOCFACTS_CAPABILITY_HOST_BASED_DISCOVERY.
  344  *                      Added MPI2_EVENT_HOST_BASED_DISCOVERY_PHY define.
  345  *                      Added MPI2_EVENT_SAS_TOPO_ES_NO_EXPANDER define.
  346  *                      Added Host Based Discovery Phy Event data.
  347  *                      Added defines for ProductID Product field
  348  *                      (MPI2_FW_HEADER_PID_).
  349  *                      Modified values for SAS ProductID Family
  350  *                      (MPI2_FW_HEADER_PID_FAMILY_).
  351  *  02-10-10  02.00.14  Added SAS Quiesce Event structure and defines.
  352  *                      Added PowerManagementControl Request structures and
  353  *                      defines.
  354  *  05-12-10  02.00.15  Marked Task Set Full Event as obsolete.
  355  *                      Added MPI2_EVENT_SAS_TOPO_LR_UNSUPPORTED_PHY define.
  356  *  11-10-10  02.00.16  Added MPI2_FW_DOWNLOAD_ITYPE_MIN_PRODUCT_SPECIFIC.
  357  *  --------------------------------------------------------------------------
  358 
  359 mpi2_raid.h
  360  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
  361  *  08-31-07  02.00.01  Modifications to RAID Action request and reply,
  362  *                      including the Actions and ActionData.
  363  *  02-29-08  02.00.02  Added MPI2_RAID_ACTION_ADATA_DISABL_FULL_REBUILD.
  364  *  05-21-08  02.00.03  Added MPI2_RAID_VOL_CREATION_NUM_PHYSDISKS so that
  365  *                      the PhysDisk array in MPI2_RAID_VOLUME_CREATION_STRUCT
  366  *                      can be sized by the build environment.
  367  *  07-30-09  02.00.04  Added proper define for the Use Default Settings bit of
  368  *                      VolumeCreationFlags and marked the old one as obsolete.
  369  *  05-12-10  02.00.05  Added MPI2_RAID_VOL_FLAGS_OP_MDC define.
  370  *  --------------------------------------------------------------------------
  371 
  372 mpi2_sas.h
  373  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
  374  *  06-26-07  02.00.01  Added Clear All Persistent Operation to SAS IO Unit
  375  *                      Control Request.
  376  *  10-02-08  02.00.02  Added Set IOC Parameter Operation to SAS IO Unit Control
  377  *                      Request.
  378  *  10-28-09  02.00.03  Changed the type of SGL in MPI2_SATA_PASSTHROUGH_REQUEST
  379  *                      to MPI2_SGE_IO_UNION since it supports chained SGLs.
  380  *  05-12-10  02.00.04  Modified some comments.
  381  *  08-11-10  02.00.05  Added NCQ operations to SAS IO Unit Control.
  382  *  --------------------------------------------------------------------------
  383 
  384 mpi2_targ.h
  385  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
  386  *  08-31-07  02.00.01  Added Command Buffer Data Location Address Space bits to
  387  *                      BufferPostFlags field of CommandBufferPostBase Request.
  388  *  02-29-08  02.00.02  Modified various names to make them 32-character unique.
  389  *  10-02-08  02.00.03  Removed NextCmdBufferOffset from
  390  *                      MPI2_TARGET_CMD_BUF_POST_BASE_REQUEST.
  391  *                      Target Status Send Request only takes a single SGE for
  392  *                      response data.
  393  *  02-10-10  02.00.04  Added comment to MPI2_TARGET_SSP_RSP_IU structure.
  394  *  --------------------------------------------------------------------------
  395 
  396 mpi2_tool.h
  397  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
  398  *  12-18-07  02.00.01  Added Diagnostic Buffer Post and Diagnostic Release
  399  *                      structures and defines.
  400  *  02-29-08  02.00.02  Modified various names to make them 32-character unique.
  401  *  05-06-09  02.00.03  Added ISTWI Read Write Tool and Diagnostic CLI Tool.
  402  *  07-30-09  02.00.04  Added ExtendedType field to DiagnosticBufferPost request
  403  *                      and reply messages.
  404  *                      Added MPI2_DIAG_BUF_TYPE_EXTENDED.
  405  *                      Incremented MPI2_DIAG_BUF_TYPE_COUNT.
  406  *  05-12-10  02.00.05  Added Diagnostic Data Upload tool.
  407  *  08-11-10  02.00.06  Added defines that were missing for Diagnostic Buffer
  408  *                      Post Request.
  409  *  --------------------------------------------------------------------------
  410 
  411 mpi2_type.h
  412  *  04-30-07  02.00.00  Corresponds to Fusion-MPT MPI Specification Rev A.
  413  *  --------------------------------------------------------------------------
  414 
  415 mpi2_ra.h
  416  *  05-06-09  02.00.00  Initial version.
  417  *  --------------------------------------------------------------------------
  418 
  419 mpi2_hbd.h
  420  *  10-28-09  02.00.00  Initial version.
  421  *  08-11-10  02.00.01  Removed PortGroups, DmaGroup, and ControlGroup from
  422  *                      HBD Action request, replaced by AdditionalInfo field.
  423  *  --------------------------------------------------------------------------
  424 
  425 
  426 mpi2_history.txt         Parts list history
  427 
  428 Filename     02.00.18
  429 ----------   --------
  430 mpi2.h       02.00.18
  431 mpi2_cnfg.h  02.00.17
  432 mpi2_init.h  02.00.11
  433 mpi2_ioc.h   02.00.16
  434 mpi2_raid.h  02.00.05
  435 mpi2_sas.h   02.00.05
  436 mpi2_targ.h  02.00.04
  437 mpi2_tool.h  02.00.06
  438 mpi2_type.h  02.00.00
  439 mpi2_ra.h    02.00.00
  440 mpi2_hbd.h   02.00.01
  441 
  442 Filename     02.00.17  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12
  443 ----------   --------  --------  --------  --------  --------  --------
  444 mpi2.h       02.00.17  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12
  445 mpi2_cnfg.h  02.00.16  02.00.15  02.00.14  02.00.13  02.00.12  02.00.11
  446 mpi2_init.h  02.00.10  02.00.10  02.00.09  02.00.08  02.00.07  02.00.07
  447 mpi2_ioc.h   02.00.15  02.00.15  02.00.14  02.00.13  02.00.12  02.00.11
  448 mpi2_raid.h  02.00.05  02.00.05  02.00.04  02.00.04  02.00.04  02.00.03
  449 mpi2_sas.h   02.00.05  02.00.04  02.00.03  02.00.03  02.00.02  02.00.02
  450 mpi2_targ.h  02.00.04  02.00.04  02.00.04  02.00.03  02.00.03  02.00.03
  451 mpi2_tool.h  02.00.06  02.00.05  02.00.04  02.00.04  02.00.04  02.00.03
  452 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
  453 mpi2_ra.h    02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
  454 mpi2_hbd.h   02.00.01  02.00.00  02.00.00  02.00.00
  455 
  456 Filename     02.00.11  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06
  457 ----------   --------  --------  --------  --------  --------  --------
  458 mpi2.h       02.00.11  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06
  459 mpi2_cnfg.h  02.00.10  02.00.09  02.00.08  02.00.07  02.00.06  02.00.06
  460 mpi2_init.h  02.00.06  02.00.06  02.00.05  02.00.05  02.00.04  02.00.03
  461 mpi2_ioc.h   02.00.10  02.00.09  02.00.08  02.00.07  02.00.07  02.00.06
  462 mpi2_raid.h  02.00.03  02.00.03  02.00.03  02.00.03  02.00.02  02.00.02
  463 mpi2_sas.h   02.00.02  02.00.02  02.00.01  02.00.01  02.00.01  02.00.01
  464 mpi2_targ.h  02.00.03  02.00.03  02.00.02  02.00.02  02.00.02  02.00.02
  465 mpi2_tool.h  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02  02.00.02
  466 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
  467 
  468 Filename     02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
  469 ----------   --------  --------  --------  --------  --------  --------
  470 mpi2.h       02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
  471 mpi2_cnfg.h  02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
  472 mpi2_init.h  02.00.02  02.00.01  02.00.00  02.00.00  02.00.00  02.00.00
  473 mpi2_ioc.h   02.00.05  02.00.04  02.00.03  02.00.02  02.00.01  02.00.00
  474 mpi2_raid.h  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00  02.00.00
  475 mpi2_sas.h   02.00.01  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00
  476 mpi2_targ.h  02.00.01  02.00.01  02.00.01  02.00.00  02.00.00  02.00.00
  477 mpi2_tool.h  02.00.01  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
  478 mpi2_type.h  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00  02.00.00
  479 

Cache object: a7624f53c7ec101dcfb36b59d7826239


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.