Print this page
NEX-17006 backport mpt_sas tri-mode parts support change
9044 Need support for mpt_sas tri-mode parts
9045 Clean up mpt_sas compiler warnings
9046 mptsas_handle_topo_change can return without its locks held
9047 workaround SAS3408 firmware issue
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Reviewed by: Albert Lee <trisk@forkgnu.org>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
NEX-14838 Support 24 port version of SAS adapters
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-10024 mpt_sas should have alias for pciex1000,c8
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-9820 mpt_sas should have alias for pciex1000,c9
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
NEX-1889 mpt_sas should support 12G HBAs
re #11657 rb3675 Add support for Supermicro onboard 2308 controller.

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/driver-storage-mpt_sas.mf
          +++ new/usr/src/pkg/manifests/driver-storage-mpt_sas.mf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24      -# Copyright 2014, Nexenta Systems, Inc. All Rights Reserved
       24 +# Copyright 2017, Nexenta Systems, Inc. All Rights Reserved
  25   25  #
  26   26  
  27   27  #
  28   28  # The default for payload-bearing actions in this package is to appear in the
  29   29  # global zone only.  See the include file for greater detail, as well as
  30   30  # information about overriding the defaults.
  31   31  #
  32   32  <include global_zone_only_component>
  33   33  set name=pkg.fmri value=pkg:/driver/storage/mpt_sas@$(PKGVERS)
  34   34  set name=pkg.description value="LSI MPT SAS 2.0/2.5 Controller HBA Driver"
↓ open down ↓ 29 lines elided ↑ open up ↑
  64   64      alias=pciex1000,86 \
  65   65      alias=pciex1000,87 \
  66   66      alias=pciex1000,90 \
  67   67      alias=pciex1000,91 \
  68   68      alias=pciex1000,92 \
  69   69      alias=pciex1000,93 \
  70   70      alias=pciex1000,94 \
  71   71      alias=pciex1000,95 \
  72   72      alias=pciex1000,96 \
  73   73      alias=pciex1000,97 \
       74 +    alias=pciex1000,aa \
       75 +    alias=pciex1000,ab \
       76 +    alias=pciex1000,ac \
       77 +    alias=pciex1000,ad \
       78 +    alias=pciex1000,ae \
       79 +    alias=pciex1000,af \
       80 +    alias=pciex1000,c0 \
       81 +    alias=pciex1000,c1 \
       82 +    alias=pciex1000,c2 \
       83 +    alias=pciex1000,c3 \
  74   84      alias=pciex1000,c4 \
  75      -    alias=pciex1000,c9
       85 +    alias=pciex1000,c5 \
       86 +    alias=pciex1000,c6 \
       87 +    alias=pciex1000,c7 \
       88 +    alias=pciex1000,c8 \
       89 +    alias=pciex1000,c9 \
       90 +    alias=pciex1000,d0 \
       91 +    alias=pciex1000,d1 \
       92 +    alias=pciex1000,d2
  76   93  file path=kernel/drv/$(ARCH64)/mpt_sas group=sys
  77   94  file path=kernel/drv/mpt_sas.conf group=sys \
  78   95      original_name=SUNWmptsas:kernel/drv/mpt_sas.conf preserve=true
  79   96  file path=usr/share/man/man7d/mpt_sas.7d
  80   97  legacy pkg=SUNWmptsas desc="LSI MPT SAS 2.0/2.5 Controller HBA Driver" \
  81   98      name="LSI MPT SAS 2.0/2.5 Controller HBA Driver"
  82   99  license cr_Sun license=cr_Sun
  83  100  license lic_CDDL license=lic_CDDL
      101 +license usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/THIRDPARTYLICENSE \
      102 +    license=usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/THIRDPARTYLICENSE
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX