Print this page
4669 cpqary3 driver does not see drives on P400 Smart-Array
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Approved by: Robert Mustacchi <rm@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/driver-storage-cpqary3.mf
          +++ new/usr/src/pkg/manifests/driver-storage-cpqary3.mf
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet at
   9    9  # http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2013 Joyent, Inc.  All rights reserved.
       14 +# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  14   15  #
  15   16  
  16   17  <include global_zone_only_component>
  17   18  set name=pkg.fmri value=pkg:/driver/storage/cpqary3@$(PKGVERS)
  18   19  set name=pkg.description value="HP SmartArray RAID Controller Driver"
  19   20  set name=pkg.summary value="HP SmartArray RAID Controller Driver"
  20   21  set name=info.classification \
  21   22      value=org.opensolaris.category.2008:Drivers/Storage
  22   23  set name=variant.arch value=i386
  23   24  dir path=kernel group=sys
  24   25  dir path=kernel/drv group=sys
  25   26  dir path=kernel/drv/$(ARCH64) group=sys
  26   27  dir path=usr/share/man
  27   28  dir path=usr/share/man/man7d
  28      -driver name=cpqary3 class=scsi-self-identifying \
       29 +driver name=cpqary3 class=scsi \
  29   30      alias=pci103c,3211 \
  30   31      alias=pci103c,3212 \
  31   32      alias=pci103c,3223 \
  32   33      alias=pci103c,3225 \
  33   34      alias=pci103c,3234 \
  34   35      alias=pci103c,3235 \
  35   36      alias=pci103c,3237 \
  36   37      alias=pci103c,323d \
  37   38      alias=pci103c,3241 \
  38   39      alias=pci103c,3243 \
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX