Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/driver-storage-nv_sata.mf
          +++ new/usr/src/pkg/manifests/driver-storage-nv_sata.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 2011 Nexenta Systems, Inc.  All rights reserved.
  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/nv_sata@$(PKGVERS)
  33   34  set name=pkg.description \
  34      -    value="Nvidia ck804 pro / mcp55 pro combo SATA driver"
  35      -set name=pkg.summary value="Nvidia ck804 pro / mcp55 pro combo SATA driver"
       35 +    value="NVIDIA CK804/MCP04/MCP51/MCP55/MCP61 SATA controller driver"
       36 +set name=pkg.summary \
       37 +    value="NVIDIA CK804/MCP04/MCP51/MCP55/MCP61 SATA controller driver"
  36   38  set name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
  37   39  set name=variant.arch value=i386
  38   40  dir path=kernel group=sys
  39   41  dir path=kernel/drv group=sys
  40   42  dir path=kernel/drv/$(ARCH64) group=sys
  41   43  dir path=usr/share/man
  42   44  dir path=usr/share/man/man7d
  43   45  driver name=nv_sata class=scsi-self-identifying perms="* 0644 root sys" \
  44   46      alias=pci10de,266 \
  45   47      alias=pci10de,267 \
       48 +    alias=pci10de,36 \
       49 +    alias=pci10de,37e \
  46   50      alias=pci10de,37f \
       51 +    alias=pci10de,3e \
       52 +    alias=pci10de,3f6 \
       53 +    alias=pci10de,3f7 \
  47   54      alias=pci10de,54 \
  48   55      alias=pci10de,55
  49   56  file path=kernel/drv/$(ARCH64)/nv_sata group=sys
  50   57  file path=kernel/drv/nv_sata group=sys
  51   58  file path=kernel/drv/nv_sata.conf group=sys
  52   59  file path=usr/share/man/man7d/nv_sata.7d
  53   60  legacy pkg=SUNWnvsata desc="Nvidia ck804 pro / mcp55 pro combo SATA driver" \
  54   61      name="Nvidia ck804 pro / mcp55 pro combo SATA driver"
  55   62  license cr_Sun license=cr_Sun
  56   63  license lic_CDDL license=lic_CDDL
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX