1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2014, Nexenta Systems, Inc. All Rights Reserved
#
#
# The default for payload-bearing actions in this package is to appear in the
# global zone only. See the include file for greater detail, as well as
# information about overriding the defaults.
#
<include global_zone_only_component>
set name=pkg.fmri value=pkg:/driver/storage/mpt_sas@$(PKGVERS)
set name=pkg.summary value="LSI MPT SAS 2.0/2.5 Controller HBA Driver"
set name=pkg.description value="LSI MPT SAS 2.0/2.5 Controller HBA Driver"
set name=info.classification value=org.opensolaris.category.2008:Drivers/Storage
set name=variant.arch value=$(ARCH)
dir path=kernel group=sys
dir path=kernel/drv group=sys
dir path=kernel/drv/$(ARCH64) group=sys
file path=kernel/drv/$(ARCH64)/mpt_sas group=sys
file path=kernel/drv/mpt_sas.conf group=sys \
original_name=SUNWmptsas:kernel/drv/mpt_sas.conf preserve=true
dir path=usr/share/man
dir path=usr/share/man/man4d
file path=usr/share/man/man4d/mpt_sas.4d
driver name=mpt_sas class=scsi-self-identifying \
alias=pci1000,64 \
alias=pci1000,70 \
alias=pci1000,72 \
alias=pci1000,76 \
alias=pciex1000,64 \
alias=pciex1000,65 \
alias=pciex1000,6e \
alias=pciex1000,70 \
alias=pciex1000,72 \
alias=pciex1000,74 \
alias=pciex1000,76 \
alias=pciex1000,77 \
alias=pciex1000,7e \
alias=pciex1000,80 \
alias=pciex1000,81 \
alias=pciex1000,82 \
alias=pciex1000,83 \
alias=pciex1000,84 \
alias=pciex1000,85 \
alias=pciex1000,86 \
alias=pciex1000,87 \
alias=pciex1000,90 \
alias=pciex1000,91 \
alias=pciex1000,92 \
alias=pciex1000,93 \
alias=pciex1000,94 \
alias=pciex1000,95 \
alias=pciex1000,96 \
alias=pciex1000,97 \
alias=pciex1000,aa \
alias=pciex1000,ab \
alias=pciex1000,ac \
alias=pciex1000,ad \
alias=pciex1000,ae \
alias=pciex1000,af \
alias=pciex1000,c0 \
alias=pciex1000,c1 \
alias=pciex1000,c2 \
alias=pciex1000,c3 \
alias=pciex1000,c4 \
alias=pciex1000,c5 \
alias=pciex1000,c6 \
alias=pciex1000,c7 \
alias=pciex1000,c8 \
alias=pciex1000,c9 \
alias=pciex1000,d0 \
alias=pciex1000,d1 \
alias=pciex1000,d2
legacy pkg=SUNWmptsas desc="LSI MPT SAS 2.0/2.5 Controller HBA Driver" \
name="LSI MPT SAS 2.0/2.5 Controller HBA Driver"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
license usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/THIRDPARTYLICENSE \
license=usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/THIRDPARTYLICENSE
|