xref: /titanic_50/usr/src/pkg/manifests/driver-network-ofk.mf (revision ebbab6bbae913efeadfa3c6a1b082664a125f95b)
1c39526b7SPramod Gunjikar#
2c39526b7SPramod Gunjikar# CDDL HEADER START
3c39526b7SPramod Gunjikar#
4c39526b7SPramod Gunjikar# The contents of this file are subject to the terms of the
5c39526b7SPramod Gunjikar# Common Development and Distribution License (the "License").
6c39526b7SPramod Gunjikar# You may not use this file except in compliance with the License.
7c39526b7SPramod Gunjikar#
8c39526b7SPramod Gunjikar# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c39526b7SPramod Gunjikar# or http://www.opensolaris.org/os/licensing.
10c39526b7SPramod Gunjikar# See the License for the specific language governing permissions
11c39526b7SPramod Gunjikar# and limitations under the License.
12c39526b7SPramod Gunjikar#
13c39526b7SPramod Gunjikar# When distributing Covered Code, include this CDDL HEADER in each
14c39526b7SPramod Gunjikar# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c39526b7SPramod Gunjikar# If applicable, add the following below this CDDL HEADER, with the
16c39526b7SPramod Gunjikar# fields enclosed by brackets "[]" replaced with your own identifying
17c39526b7SPramod Gunjikar# information: Portions Copyright [yyyy] [name of copyright owner]
18c39526b7SPramod Gunjikar#
19c39526b7SPramod Gunjikar# CDDL HEADER END
20c39526b7SPramod Gunjikar#
21c39526b7SPramod Gunjikar
22c39526b7SPramod Gunjikar#
23c39526b7SPramod Gunjikar# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24c39526b7SPramod Gunjikar#
25c39526b7SPramod Gunjikar
26c39526b7SPramod Gunjikar#
27*ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
28*ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
29*ebbab6bbSDan Price# information about overriding the defaults.
30c39526b7SPramod Gunjikar#
31*ebbab6bbSDan Price<include global_zone_only_component>
32c39526b7SPramod Gunjikarset name=pkg.fmri value=pkg:/driver/network/ofk@$(PKGVERS)
33*ebbab6bbSDan Priceset name=pkg.description \
34*ebbab6bbSDan Price    value="The Solaris Open Fabrics kernel components package provides support of the OFED defined kernel RDMA KPI, as well as providing kernel modules to facilitate OFED userland libraries."
35c39526b7SPramod Gunjikarset name=pkg.summary value="Solaris Open Fabrics kernel components"
36*ebbab6bbSDan Priceset name=info.classification \
37*ebbab6bbSDan Price    value=org.opensolaris.category.2010:System/Hardware
38c39526b7SPramod Gunjikarset name=variant.arch value=$(ARCH)
39c39526b7SPramod Gunjikardir path=kernel group=sys
40c39526b7SPramod Gunjikardir path=kernel/drv group=sys
41c39526b7SPramod Gunjikardir path=kernel/drv/$(ARCH64) group=sys
42c39526b7SPramod Gunjikardir path=kernel/misc group=sys
43c39526b7SPramod Gunjikardir path=kernel/misc/$(ARCH64) group=sys
44c39526b7SPramod Gunjikardriver name=sol_ucma perms="* 0666 root sys"
45*ebbab6bbSDan Pricedriver name=sol_uverbs perms="* 0666 root sys"
46c39526b7SPramod Gunjikarfile path=kernel/drv/$(ARCH64)/sol_ucma group=sys
47*ebbab6bbSDan Pricefile path=kernel/drv/$(ARCH64)/sol_uverbs group=sys
48c39526b7SPramod Gunjikar$(i386_ONLY)file path=kernel/drv/sol_ucma group=sys
49c39526b7SPramod Gunjikarfile path=kernel/drv/sol_ucma.conf group=sys
50*ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/sol_uverbs group=sys
51*ebbab6bbSDan Pricefile path=kernel/drv/sol_uverbs.conf group=sys
52c39526b7SPramod Gunjikarfile path=kernel/misc/$(ARCH64)/sol_ofs group=sys mode=0755
53c39526b7SPramod Gunjikar$(i386_ONLY)file path=kernel/misc/sol_ofs group=sys mode=0755
54c39526b7SPramod Gunjikarlicense cr_Sun license=cr_Sun
55c39526b7SPramod Gunjikarlicense lic_CDDL license=lic_CDDL
56c39526b7SPramod Gunjikarlicense uts/common/io/ib/clients/of/lic_of \
57c39526b7SPramod Gunjikar    license=uts/common/io/ib/clients/of/lic_of
58