1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2013 Joyent, Inc. All rights reserved.
14 #
15
16 <include global_zone_only_component>
17 set name=pkg.fmri value=pkg:/driver/storage/cpqary3@$(PKGVERS)
18 set name=pkg.description value="HP SmartArray RAID Controller Driver"
19 set name=pkg.summary value="HP SmartArray RAID Controller Driver"
20 set name=info.classification \
21 value=org.opensolaris.category.2008:Drivers/Storage
22 set name=variant.arch value=i386
23 dir path=kernel group=sys
24 dir path=kernel/drv group=sys
25 dir path=kernel/drv/$(ARCH64) group=sys
26 dir path=usr/share/man
27 dir path=usr/share/man/man7d
28 driver name=cpqary3 class=scsi-self-identifying \
29 alias=pci103c,3211 \
30 alias=pci103c,3212 \
31 alias=pci103c,3223 \
32 alias=pci103c,3225 \
33 alias=pci103c,3234 \
34 alias=pci103c,3235 \
35 alias=pci103c,3237 \
36 alias=pci103c,323d \
37 alias=pci103c,3241 \
38 alias=pci103c,3243 \
39 alias=pci103c,3245 \
40 alias=pci103c,3247 \
41 alias=pci103c,3249 \
42 alias=pci103c,324a \
43 alias=pci103c,324b \
44 alias=pci103c,3350 \
45 alias=pci103c,3351 \
46 alias=pci103c,3352 \
47 alias=pci103c,3353 \
48 alias=pci103c,3354 \
|
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2013 Joyent, Inc. All rights reserved.
14 # Copyright 2014 Nexenta Systems, Inc. All rights reserved.
15 #
16
17 <include global_zone_only_component>
18 set name=pkg.fmri value=pkg:/driver/storage/cpqary3@$(PKGVERS)
19 set name=pkg.description value="HP SmartArray RAID Controller Driver"
20 set name=pkg.summary value="HP SmartArray RAID Controller Driver"
21 set name=info.classification \
22 value=org.opensolaris.category.2008:Drivers/Storage
23 set name=variant.arch value=i386
24 dir path=kernel group=sys
25 dir path=kernel/drv group=sys
26 dir path=kernel/drv/$(ARCH64) group=sys
27 dir path=usr/share/man
28 dir path=usr/share/man/man7d
29 driver name=cpqary3 class=scsi \
30 alias=pci103c,3211 \
31 alias=pci103c,3212 \
32 alias=pci103c,3223 \
33 alias=pci103c,3225 \
34 alias=pci103c,3234 \
35 alias=pci103c,3235 \
36 alias=pci103c,3237 \
37 alias=pci103c,323d \
38 alias=pci103c,3241 \
39 alias=pci103c,3243 \
40 alias=pci103c,3245 \
41 alias=pci103c,3247 \
42 alias=pci103c,3249 \
43 alias=pci103c,324a \
44 alias=pci103c,324b \
45 alias=pci103c,3350 \
46 alias=pci103c,3351 \
47 alias=pci103c,3352 \
48 alias=pci103c,3353 \
49 alias=pci103c,3354 \
|