c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# CDDL HEADER START
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# The contents of this file are subject to the terms of the
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# Common Development and Distribution License (the "License").
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# You may not use this file except in compliance with the License.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# or http://www.opensolaris.org/os/licensing.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# See the License for the specific language governing permissions
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# and limitations under the License.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# When distributing Covered Code, include this CDDL HEADER in each
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# If applicable, add the following below this CDDL HEADER, with the
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# fields enclosed by brackets "[]" replaced with your own identifying
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# information: Portions Copyright [yyyy] [name of copyright owner]
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# CDDL HEADER END
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
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.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price<include global_zone_only_component>
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otaset name=pkg.fmri value=pkg:/driver/network/rdsv3@$(PKGVERS)
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Priceset name=pkg.description \
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price value="The RDS driver is an implementation of the Reliable Datagram Sockets API. It provides reliable, in-order datagram and RDMA data delivery between sockets."
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otaset name=pkg.summary value="Solaris Reliable Datagram Sockets"
d2aad38f82a2b5085cc6ee00170dcd255c2b5ef7Mark J. Nelsonset name=info.classification \
d2aad38f82a2b5085cc6ee00170dcd255c2b5ef7Mark J. Nelson value=org.opensolaris.category.2008:System/Hardware
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otaset name=variant.arch value=$(ARCH)
d2b5b2d357ee3172eacb6860be1891259902203dAnders Perssondir path=etc group=sys
d2b5b2d357ee3172eacb6860be1891259902203dAnders Perssondir path=etc/sock2path.d group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=kernel group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=kernel/drv group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=kernel/drv/$(ARCH64) group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=kernel/socketmod group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricedir path=kernel/socketmod/$(ARCH64) group=sys
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otadir path=usr group=sys
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otadir path=usr/lib group=bin
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otadir path=usr/lib/rcm group=bin
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otadir path=usr/lib/rcm/scripts group=bin
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otadriver name=rdsv3 perms="* 0644 root sys"
d2b5b2d357ee3172eacb6860be1891259902203dAnders Perssonfile path=etc/sock2path.d/driver%2Fnetwork%2Frdsv3 group=sys
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otafile path=kernel/drv/$(ARCH64)/rdsv3 group=sys
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price$(i386_ONLY)file path=kernel/drv/rdsv3 group=sys
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otafile path=kernel/drv/rdsv3.conf group=sys preserve=renamenew
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricefile path=kernel/socketmod/$(ARCH64)/sockrds group=sys mode=0755
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price$(i386_ONLY)file path=kernel/socketmod/sockrds group=sys mode=0755
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Pricefile path=usr/lib/rcm/scripts/SUNW,rdsv3u.sh group=bin mode=0555
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otalicense cr_Sun license=cr_Sun
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otalicense lic_CDDL license=lic_CDDL
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelsonlicense usr/src/uts/common/io/ib/clients/rdsv3/LICENSE \
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelson license=usr/src/uts/common/io/ib/clients/rdsv3/LICENSE