1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26#ident "%Z%%M% %I% %E% SMI" 27# 28# Configuration file for the IB nexus driver 29# 30# The "port-svc-list" determines the communication services that are 31# supported on the system per port. The user will update the property 32# to add new services. IB nexus driver creates port device nodes based 33# on this property. 34# 35# The "vppa-svc-list" determines the communication services that are 36# supported on the system per port per P_KEY. The user will update the 37# property to add new services. IB nexus driver creates port device 38# nodes based on this property. 39# 40# The "hca-svc-list" determines the communication services that are 41# supported on the system per HCA. The user will update the property 42# to add new services. IB nexus driver creates per-HCA device nodes 43# based on this property. 44# 45# The format of "port-svc-list" is "<service name>", "<service name>", .. 46# The format of "vppa-svc-list" is "<service name>", "<service name>", .. 47# The format of "hca-svc-list" is "<service name>", "<service name>", .. 48# 49# Note: 50# 1. "service name" is a ASCII string (0 - 9 and a,A - z, Z) 51# 2. Multiple entries can be specified 52# 3. Maximum length of the "service name" is 4 characters long 53# 4. Service names specified in port-svc-list, vppa-svc-list & 54# hca-svc-list must be unique. 55# 56# Examples: 57# 58# Single entry: 59# port-svc-list="sdp"; 60# OR 61# vppa-svc-list="ipib"; 62# OR 63# hca-svc-list="nfs" 64# 65# Multiple entries: 66# port-svc-list="sdp", "sdp1"; 67# OR 68# vppa-svc-list="nfs", "ipib"; 69# OR 70# hca-svc-list="nfs1", "nfs2"; 71# 72# 73port-svc-list=""; 74vppa-svc-list="ipib"; 75hca-svc-list=""; 76