xref: /titanic_44/usr/src/pkg/manifests/driver-network-qlc.mf (revision 5084e753b79a753c8b532c06eb3ad1d025e8e472)
1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24ead1f93eSLiane Praza#
25ead1f93eSLiane Praza
26ead1f93eSLiane Praza#
27ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
28ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
29ebbab6bbSDan Price# information about overriding the defaults.
30ead1f93eSLiane Praza#
31ebbab6bbSDan Price<include global_zone_only_component>
32ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/driver/network/qlc@$(PKGVERS)
33ead1f93eSLiane Prazaset name=pkg.description \
34ead1f93eSLiane Praza    value="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver"
35ead1f93eSLiane Prazaset name=pkg.summary \
36ead1f93eSLiane Praza    value="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver"
37ebbab6bbSDan Priceset name=info.classification \
38ebbab6bbSDan Price    value=org.opensolaris.category.2008:Drivers/Storage
39ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
40ead1f93eSLiane Prazadir path=kernel group=sys
41ead1f93eSLiane Prazadir path=kernel/drv group=sys
42ead1f93eSLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
43ead1f93eSLiane Prazadir path=kernel/misc group=sys
44ead1f93eSLiane Prazadir path=kernel/misc/qlc group=sys
45ead1f93eSLiane Prazadir path=kernel/misc/qlc/$(ARCH64) group=sys
46ead1f93eSLiane Praza$(i386_ONLY)driver name=qlc class=fibre-channel perms="* 0666 root sys" \
47ead1f93eSLiane Praza    alias=pci1077,132 \
48ead1f93eSLiane Praza    alias=pci1077,2200 \
49ead1f93eSLiane Praza    alias=pci1077,2300 \
50ead1f93eSLiane Praza    alias=pci1077,2312 \
51ead1f93eSLiane Praza    alias=pci1077,2422 \
52ead1f93eSLiane Praza    alias=pciex1077,2432 \
53ead1f93eSLiane Praza    alias=pciex1077,2532 \
54ead1f93eSLiane Praza    alias=pciex1077,5432 \
55eb82ff87SDaniel Beauregard    alias=pciex1077,8001 \
56eb82ff87SDaniel Beauregard    alias=pciex1077,8021
57ead1f93eSLiane Praza$(sparc_ONLY)driver name=qlc class=fibre-channel perms="* 0666 root sys" \
58ead1f93eSLiane Praza    alias=pci1077,2200 \
59ead1f93eSLiane Praza    alias=pci1077,2300 \
60ead1f93eSLiane Praza    alias=pci1077,2312 \
61ead1f93eSLiane Praza    alias=pci1077,2422 \
62ead1f93eSLiane Praza    alias=pciex1077,2432 \
63ead1f93eSLiane Praza    alias=pciex1077,2532 \
64ead1f93eSLiane Praza    alias=pciex1077,5432 \
65eb82ff87SDaniel Beauregard    alias=pciex1077,8001 \
66eb82ff87SDaniel Beauregard    alias=pciex1077,8021
67ead1f93eSLiane Prazadriver name=qlge alias=pciex1077,8000 perms="* 0666 root sys"
68ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/qlc group=sys
69ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/qlge group=sys
70ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/qlc group=sys
71ead1f93eSLiane Prazafile path=kernel/drv/qlc.conf group=sys \
72ebbab6bbSDan Price    original_name=SUNWqlc:kernel/drv/qlc.conf preserve=true
73ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/qlge group=sys
74ebbab6bbSDan Pricefile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_2200 group=sys mode=0755
75ebbab6bbSDan Pricefile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_2300 group=sys mode=0755
76ebbab6bbSDan Pricefile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_2400 group=sys mode=0755
77ebbab6bbSDan Pricefile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_2500 group=sys mode=0755
78ebbab6bbSDan Pricefile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_6322 group=sys mode=0755
79ebbab6bbSDan Pricefile path=kernel/misc/qlc/$(ARCH64)/qlc_fw_8100 group=sys mode=0755
80ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_2200 group=sys mode=0755
81ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_2300 group=sys mode=0755
82ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_2400 group=sys mode=0755
83ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_2500 group=sys mode=0755
84ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_6322 group=sys mode=0755
85ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/qlc/qlc_fw_8100 group=sys mode=0755
86ead1f93eSLiane Prazalegacy pkg=SUNWqlc arch=$(ARCH) category=system \
87ead1f93eSLiane Praza    desc="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" \
88ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
89ead1f93eSLiane Praza    name="Qlogic ISP Fibre Channel Device Driver and GLDv3 NIC driver" \
90ead1f93eSLiane Praza    vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
91ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
92ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
93*5084e753SMark J. Nelsonlicense usr/src/uts/common/io/fibre-channel/fca/qlc/FIRMWARELICENSE \
94*5084e753SMark J. Nelson    license=usr/src/uts/common/io/fibre-channel/fca/qlc/FIRMWARELICENSE
95