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#
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.
30c39526b7SPramod Gunjikar#
31ebbab6bbSDan Price<include global_zone_only_component>
32c39526b7SPramod Gunjikarset name=pkg.fmri value=pkg:/driver/network/ofk@$(PKGVERS)
3386d41711SAndy Fiddamanset name=pkg.summary value="Solaris Open Fabrics kernel components"
34ebbab6bbSDan Priceset name=pkg.description \
35ebbab6bbSDan 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."
3686d41711SAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Hardware
37c39526b7SPramod Gunjikarset name=variant.arch value=$(ARCH)
3886d41711SAndy Fiddamandir  path=kernel group=sys
3986d41711SAndy Fiddamandir  path=kernel/drv group=sys
4086d41711SAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys
41c39526b7SPramod Gunjikarfile path=kernel/drv/$(ARCH64)/sol_ucma group=sys
42448bf859SLida.Hornfile path=kernel/drv/$(ARCH64)/sol_umad group=sys
43d2aad38fSMark J. Nelsonfile path=kernel/drv/$(ARCH64)/sol_uverbs group=sys
44448bf859SLida.Hornfile path=kernel/drv/sol_ucma.conf group=sys
45448bf859SLida.Hornfile path=kernel/drv/sol_umad.conf group=sys
46d2aad38fSMark J. Nelsonfile path=kernel/drv/sol_uverbs.conf group=sys
4786d41711SAndy Fiddamandir  path=kernel/misc group=sys
4886d41711SAndy Fiddamandir  path=kernel/misc/$(ARCH64) group=sys
49c39526b7SPramod Gunjikarfile path=kernel/misc/$(ARCH64)/sol_ofs group=sys mode=0755
5086d41711SAndy Fiddamandriver name=sol_ucma perms="* 0666 root sys"
5186d41711SAndy Fiddamandriver name=sol_umad perms="* 0666 root sys"
5286d41711SAndy Fiddamandriver name=sol_uverbs perms="* 0666 root sys"
53c39526b7SPramod Gunjikarlicense cr_Sun license=cr_Sun
54c39526b7SPramod Gunjikarlicense lic_CDDL license=lic_CDDL
555084e753SMark J. Nelsonlicense usr/src/uts/common/io/ib/clients/of/THIRDPARTYLICENSE \
565084e753SMark J. Nelson    license=usr/src/uts/common/io/ib/clients/of/THIRDPARTYLICENSE
57