driver-network-ofk.mf revision 448bf8594153765bb5fce82a8888e01e3f6c3bad
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# CDDL HEADER START
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# The contents of this file are subject to the terms of the
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# Common Development and Distribution License (the "License").
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# You may not use this file except in compliance with the License.
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# or http://www.opensolaris.org/os/licensing.
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# See the License for the specific language governing permissions
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# and limitations under the License.
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# When distributing Covered Code, include this CDDL HEADER in each
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# If applicable, add the following below this CDDL HEADER, with the
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# fields enclosed by brackets "[]" replaced with your own identifying
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# information: Portions Copyright [yyyy] [name of copyright owner]
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# CDDL HEADER END
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# The default for payload-bearing actions in this package is to appear in the
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# global zone only. See the include file for greater detail, as well as
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# information about overriding the defaults.
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price<include global_zone_only_component>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikarset name=pkg.fmri value=pkg:/driver/network/ofk@$(PKGVERS)
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Priceset name=pkg.description \
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan 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."
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikarset name=pkg.summary value="Solaris Open Fabrics kernel components"
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Priceset name=info.classification \
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price value=org.opensolaris.category.2010:System/Hardware
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikarset name=variant.arch value=$(ARCH)
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikardir path=kernel group=sys
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikardir path=kernel/drv group=sys
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikardir path=kernel/drv/$(ARCH64) group=sys
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikardir path=kernel/misc group=sys
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikardir path=kernel/misc/$(ARCH64) group=sys
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikardriver name=sol_ucma perms="* 0666 root sys"
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedriver name=sol_uverbs perms="* 0666 root sys"
448bf8594153765bb5fce82a8888e01e3f6c3badLida.Horndriver name=sol_umad perms="* 0666 root sys"
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikarfile path=kernel/drv/$(ARCH64)/sol_ucma group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricefile path=kernel/drv/$(ARCH64)/sol_uverbs group=sys
448bf8594153765bb5fce82a8888e01e3f6c3badLida.Hornfile path=kernel/drv/$(ARCH64)/sol_umad group=sys
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar$(i386_ONLY)file path=kernel/drv/sol_ucma group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price$(i386_ONLY)file path=kernel/drv/sol_uverbs group=sys
448bf8594153765bb5fce82a8888e01e3f6c3badLida.Horn$(i386_ONLY)file path=kernel/drv/sol_umad group=sys
448bf8594153765bb5fce82a8888e01e3f6c3badLida.Hornfile path=kernel/drv/sol_ucma.conf group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricefile path=kernel/drv/sol_uverbs.conf group=sys
448bf8594153765bb5fce82a8888e01e3f6c3badLida.Hornfile path=kernel/drv/sol_umad.conf group=sys
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikarfile path=kernel/misc/$(ARCH64)/sol_ofs group=sys mode=0755
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar$(i386_ONLY)file path=kernel/misc/sol_ofs group=sys mode=0755
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikarlicense cr_Sun license=cr_Sun
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikarlicense lic_CDDL license=lic_CDDL
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikarlicense uts/common/io/ib/clients/of/lic_of \
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar license=uts/common/io/ib/clients/of/lic_of