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 name and class property are required to indicate that IB nexus 31# driver is a child of the root nexus driver. DO NOT DELETE LINE BELOW 32name="ib" class="root"; 33 34# 35# The "port-svc-list" determines the communication services that are 36# supported on the system per port. The user will update the property 37# to add new services. IB nexus driver creates port device nodes based 38# on this property. 39# 40# The "vppa-svc-list" determines the communication services that are 41# supported on the system per port per P_KEY. The user will update the 42# property to add new services. IB nexus driver creates port device 43# nodes based on this property. 44# 45# The "hca-svc-list" determines the communication services that are 46# supported on the system per HCA. The user will update the property 47# to add new services. IB nexus driver creates per-HCA device nodes 48# based on this property. 49# 50# The format of "port-svc-list" is "<service name>", "<service name>", .. 51# The format of "vppa-svc-list" is "<service name>", "<service name>", .. 52# The format of "hca-svc-list" is "<service name>", "<service name>", .. 53# 54# Note: 55# 1. "service name" is a ASCII string (0 - 9 and a,A - z, Z) 56# 2. Multiple entries can be specified 57# 3. Maximum length of the "service name" is 4 characters long 58# 4. Service names specified in port-svc-list, vppa-svc-list & 59# hca-svc-list must be unique. 60# 61# Examples: 62# 63# Single entry: 64# port-svc-list="sdp"; 65# OR 66# vppa-svc-list="ipib"; 67# OR 68# hca-svc-list="nfs" 69# 70# Multiple entries: 71# port-svc-list="sdp", "sdp1"; 72# OR 73# vppa-svc-list="nfs", "ipib"; 74# OR 75# hca-svc-list="nfs1", "nfs2"; 76# 77# 78port-svc-list=""; 79vppa-svc-list="ipib"; 80hca-svc-list=""; 81