1c0dd49bdSEiji Ota#
2c0dd49bdSEiji Ota# CDDL HEADER START
3c0dd49bdSEiji Ota#
4c0dd49bdSEiji Ota# The contents of this file are subject to the terms of the
5c0dd49bdSEiji Ota# Common Development and Distribution License (the "License").
6c0dd49bdSEiji Ota# You may not use this file except in compliance with the License.
7c0dd49bdSEiji Ota#
8c0dd49bdSEiji Ota# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c0dd49bdSEiji Ota# or http://www.opensolaris.org/os/licensing.
10c0dd49bdSEiji Ota# See the License for the specific language governing permissions
11c0dd49bdSEiji Ota# and limitations under the License.
12c0dd49bdSEiji Ota#
13c0dd49bdSEiji Ota# When distributing Covered Code, include this CDDL HEADER in each
14c0dd49bdSEiji Ota# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c0dd49bdSEiji Ota# If applicable, add the following below this CDDL HEADER, with the
16c0dd49bdSEiji Ota# fields enclosed by brackets "[]" replaced with your own identifying
17c0dd49bdSEiji Ota# information: Portions Copyright [yyyy] [name of copyright owner]
18c0dd49bdSEiji Ota#
19c0dd49bdSEiji Ota# CDDL HEADER END
20c0dd49bdSEiji Ota#
21c0dd49bdSEiji Ota
22c0dd49bdSEiji Ota#
23c0dd49bdSEiji Ota# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24c0dd49bdSEiji Ota#
25c0dd49bdSEiji Ota
26c0dd49bdSEiji Ota#
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.
30c0dd49bdSEiji Ota#
31ebbab6bbSDan Price<include global_zone_only_component>
32c0dd49bdSEiji Otaset name=pkg.fmri value=pkg:/driver/network/rdsv3@$(PKGVERS)
3386d41711SAndy Fiddamanset name=pkg.summary value="Solaris Reliable Datagram Sockets"
34ebbab6bbSDan Priceset name=pkg.description \
35ebbab6bbSDan 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."
3686d41711SAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Hardware
37c0dd49bdSEiji Otaset name=variant.arch value=$(ARCH)
3886d41711SAndy Fiddamandir  path=etc group=sys
3986d41711SAndy Fiddamandir  path=etc/sock2path.d group=sys
40d2b5b2d3SAnders Perssonfile path=etc/sock2path.d/driver%2Fnetwork%2Frdsv3 group=sys
4186d41711SAndy Fiddamandir  path=kernel group=sys
4286d41711SAndy Fiddamandir  path=kernel/drv group=sys
4386d41711SAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys
44c0dd49bdSEiji Otafile path=kernel/drv/$(ARCH64)/rdsv3 group=sys
45c0dd49bdSEiji Otafile path=kernel/drv/rdsv3.conf group=sys preserve=renamenew
4686d41711SAndy Fiddamandir  path=kernel/socketmod group=sys
4786d41711SAndy Fiddamandir  path=kernel/socketmod/$(ARCH64) group=sys
48ebbab6bbSDan Pricefile path=kernel/socketmod/$(ARCH64)/sockrds group=sys mode=0755
4986d41711SAndy Fiddamandir  path=usr group=sys
5086d41711SAndy Fiddamandir  path=usr/lib group=bin
5186d41711SAndy Fiddamandir  path=usr/lib/rcm group=bin
5286d41711SAndy Fiddamandir  path=usr/lib/rcm/scripts group=bin
53ebbab6bbSDan Pricefile path=usr/lib/rcm/scripts/SUNW,rdsv3u.sh group=bin mode=0555
5486d41711SAndy Fiddamandriver name=rdsv3 perms="* 0644 root sys"
55c0dd49bdSEiji Otalicense cr_Sun license=cr_Sun
56c0dd49bdSEiji Otalicense lic_CDDL license=lic_CDDL
575084e753SMark J. Nelsonlicense usr/src/uts/common/io/ib/clients/rdsv3/LICENSE \
585084e753SMark J. Nelson    license=usr/src/uts/common/io/ib/clients/rdsv3/LICENSE
59