usr/src/pkg/manifests/driver-storage-pmcs.mf
changeset 12616 17a31b0faaa4
parent 11838 32bb5d254240
child 12998 c0270875939a
equal deleted inserted replaced
12615:4fc0a1ca161e 12616:17a31b0faaa4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    24 # Use is subject to license terms.
       
    25 #
    24 #
    26 
    25 
    27 #
    26 #
    28 # This package will install successfully into any zone, global or
    27 # The default for payload-bearing actions in this package is to appear in the
    29 # non-global.  The files, directories, links, and hardlinks, however,
    28 # global zone only.  See the include file for greater detail, as well as
    30 # will only be installed into the global zone.
    29 # information about overriding the defaults.
    31 #
    30 #
    32 <include hollow_zone_pkg>
    31 <include global_zone_only_component>
    33 set name=pkg.fmri value=pkg:/driver/storage/pmcs@$(PKGVERS)
    32 set name=pkg.fmri value=pkg:/driver/storage/pmcs@$(PKGVERS)
    34 set name=pkg.description value="PMC-Sierra SAS-2 HBA Driver"
    33 set name=pkg.description value="PMC-Sierra SAS-2 HBA Driver"
    35 set name=pkg.summary value="PMC-Sierra SAS-2 HBA driver"
    34 set name=pkg.summary value="PMC-Sierra SAS-2 HBA driver"
    36 set name=info.classification value=org.opensolaris.category.2008:Drivers/Storage
    35 set name=info.classification \
       
    36     value=org.opensolaris.category.2008:Drivers/Storage
    37 set name=variant.arch value=$(ARCH)
    37 set name=variant.arch value=$(ARCH)
    38 set name=variant.opensolaris.zone value=global value=nonglobal
       
    39 dir path=kernel group=sys
    38 dir path=kernel group=sys
    40 dir path=kernel/drv group=sys
    39 dir path=kernel/drv group=sys
    41 dir path=kernel/drv/$(ARCH64) group=sys
    40 dir path=kernel/drv/$(ARCH64) group=sys
    42 dir path=kernel/kmdb group=sys
    41 dir path=kernel/kmdb group=sys
    43 dir path=kernel/kmdb/$(ARCH64) group=sys
    42 dir path=kernel/kmdb/$(ARCH64) group=sys
    52 driver name=pmcs alias=pciex11f8,8001 class=scsi-self-identifying \
    51 driver name=pmcs alias=pciex11f8,8001 class=scsi-self-identifying \
    53     perms="* 0600 root sys"
    52     perms="* 0600 root sys"
    54 file path=kernel/drv/$(ARCH64)/pmcs group=sys
    53 file path=kernel/drv/$(ARCH64)/pmcs group=sys
    55 $(i386_ONLY)file path=kernel/drv/pmcs group=sys
    54 $(i386_ONLY)file path=kernel/drv/pmcs group=sys
    56 file path=kernel/drv/pmcs.conf group=sys \
    55 file path=kernel/drv/pmcs.conf group=sys \
    57     original_name=SUNWpmcs:kernel/drv/pmcs.conf preserve=true \
    56     original_name=SUNWpmcs:kernel/drv/pmcs.conf preserve=true
    58     reboot-needed=false
    57 file path=kernel/kmdb/$(ARCH64)/pmcs group=sys mode=0555
    59 file path=kernel/kmdb/$(ARCH64)/pmcs group=sys mode=0555 reboot-needed=true
    58 $(i386_ONLY)file path=kernel/kmdb/pmcs group=sys mode=0555
    60 $(i386_ONLY)file path=kernel/kmdb/pmcs group=sys mode=0555 reboot-needed=true
    59 file path=kernel/misc/pmcs/$(ARCH64)/pmcs8001fw group=sys mode=0755
    61 file path=kernel/misc/pmcs/$(ARCH64)/pmcs8001fw group=sys mode=0755 \
    60 $(i386_ONLY)file path=kernel/misc/pmcs/pmcs8001fw group=sys mode=0755
    62     reboot-needed=true
       
    63 $(i386_ONLY)file path=kernel/misc/pmcs/pmcs8001fw group=sys mode=0755 \
       
    64     reboot-needed=true
       
    65 file path=usr/lib/mdb/kvm/$(ARCH64)/pmcs.so group=sys mode=0555
    61 file path=usr/lib/mdb/kvm/$(ARCH64)/pmcs.so group=sys mode=0555
    66 $(i386_ONLY)file path=usr/lib/mdb/kvm/pmcs.so group=sys mode=0555
    62 $(i386_ONLY)file path=usr/lib/mdb/kvm/pmcs.so group=sys mode=0555
    67 legacy pkg=SUNWpmcsr arch=$(ARCH) category=system \
    63 legacy pkg=SUNWpmcsr arch=$(ARCH) category=system \
    68     desc="PMC-Sierra SAS-2 HBA Driver (root)" \
    64     desc="PMC-Sierra SAS-2 HBA Driver (root)" \
    69     hotline="Please contact your local service provider" \
    65     hotline="Please contact your local service provider" \