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) 33ebbab6bbSDan Priceset name=pkg.description \ 34ebbab6bbSDan 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." 35c0dd49bdSEiji Otaset name=pkg.summary value="Solaris Reliable Datagram Sockets" 36d2aad38fSMark J. Nelsonset name=info.classification \ 37d2aad38fSMark J. Nelson value=org.opensolaris.category.2008:System/Hardware 38c0dd49bdSEiji Otaset name=variant.arch value=$(ARCH) 39*d2b5b2d3SAnders Perssondir path=etc group=sys 40*d2b5b2d3SAnders Perssondir path=etc/sock2path.d group=sys 41ebbab6bbSDan Pricedir path=kernel group=sys 42ebbab6bbSDan Pricedir path=kernel/drv group=sys 43ebbab6bbSDan Pricedir path=kernel/drv/$(ARCH64) group=sys 44ebbab6bbSDan Pricedir path=kernel/socketmod group=sys 45ebbab6bbSDan Pricedir path=kernel/socketmod/$(ARCH64) group=sys 46c0dd49bdSEiji Otadir path=usr group=sys 47c0dd49bdSEiji Otadir path=usr/lib group=bin 48c0dd49bdSEiji Otadir path=usr/lib/rcm group=bin 49c0dd49bdSEiji Otadir path=usr/lib/rcm/scripts group=bin 50c0dd49bdSEiji Otadriver name=rdsv3 perms="* 0644 root sys" 51*d2b5b2d3SAnders Perssonfile path=etc/sock2path.d/driver%2Fnetwork%2Frdsv3 group=sys 52c0dd49bdSEiji Otafile path=kernel/drv/$(ARCH64)/rdsv3 group=sys 53c0dd49bdSEiji Otafile path=kernel/drv/rdsv3.conf group=sys preserve=renamenew 54ebbab6bbSDan Pricefile path=kernel/socketmod/$(ARCH64)/sockrds group=sys mode=0755 55ebbab6bbSDan Pricefile path=usr/lib/rcm/scripts/SUNW,rdsv3u.sh group=bin mode=0555 56c0dd49bdSEiji Otalicense cr_Sun license=cr_Sun 57c0dd49bdSEiji Otalicense lic_CDDL license=lic_CDDL 585084e753SMark J. Nelsonlicense usr/src/uts/common/io/ib/clients/rdsv3/LICENSE \ 595084e753SMark J. Nelson license=usr/src/uts/common/io/ib/clients/rdsv3/LICENSE 60