Print this page
MFV: illumos-gate@fd6d41c5025e9fb45a115fc82d86e9983d1e9fd6
9815 Want basic AHCI enclosure services
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Rob Johnston <rob.johnston@joyent.com>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Approved by: Dan McDonald <danmcd@joyent.com>
Author: Robert Mustacchi <rm@joyent.com>
Conflicts:
        usr/src/cmd/Makefile

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/driver-storage-ahci.mf
          +++ new/usr/src/pkg/manifests/driver-storage-ahci.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 (c) 2018, Joyent, Inc.
  24   25  #
  25   26  
  26   27  #
  27   28  # The default for payload-bearing actions in this package is to appear in the
  28   29  # global zone only.  See the include file for greater detail, as well as
  29   30  # information about overriding the defaults.
  30   31  #
  31   32  <include global_zone_only_component>
  32   33  set name=pkg.fmri value=pkg:/driver/storage/ahci@$(PKGVERS)
  33   34  set name=pkg.description \
  34   35      value="Advanced Host Controller Interface (AHCI) SATA HBA Driver"
  35   36  set name=pkg.summary \
  36   37      value="Advanced Host Controller Interface (AHCI) SATA HBA Driver"
  37   38  set name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
  38   39  set name=variant.arch value=i386
  39   40  dir path=kernel group=sys
  40   41  dir path=kernel/drv group=sys
  41   42  dir path=kernel/drv/$(ARCH64) group=sys
       43 +dir path=usr/lib/ahci
  42   44  dir path=usr/share/man
  43   45  dir path=usr/share/man/man7d
  44   46  driver name=ahci alias=pciclass,010601 class=scsi-self-identifying \
  45   47      perms="* 0644 root sys"
  46   48  file path=kernel/drv/$(ARCH64)/ahci group=sys
       49 +file path=usr/lib/ahci/ahciem mode=0555
  47   50  file path=usr/share/man/man7d/ahci.7d
  48   51  legacy pkg=SUNWahci \
  49   52      desc="Advanced Host Controller Interface (AHCI) SATA HBA Driver" \
  50   53      name="Advanced Host Controller Interface (AHCI) SATA HBA Driver"
  51   54  license cr_Sun license=cr_Sun
  52   55  license lic_CDDL license=lic_CDDL
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX