summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/ib/ibnex/ib.conf
blob: 0e8a37c2af269e29192d0d56cb3c38525de50260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
#
#
# Configuration file for the IB nexus driver
#
# The name and class property are required to indicate that IB nexus
# driver is a child of the root nexus driver. DO NOT DELETE LINE BELOW
name="ib" class="root";

#
# The "port-svc-list"  determines the communication  services that are
# supported on the system per port. The user will  update the property
# to add new services. IB nexus driver creates port device nodes based
# on this property. 
#
# The "vppa-svc-list" determines the  communication  services that are
# supported on the system per port per P_KEY. The user will update the
# property to  add  new  services. IB nexus driver creates port device 
# nodes based on this property. 
#
# The "hca-svc-list"  determines the communication  services that are
# supported on the system per HCA. The user will  update the property
# to add new services. IB nexus  driver creates  per-HCA device nodes 
# based on this property. 
#
# The format of "port-svc-list" is "<service name>", "<service name>", ..
# The format of "vppa-svc-list" is "<service name>", "<service name>", ..
# The format of "hca-svc-list" is "<service name>", "<service name>", ..
#
# Note:
#	1. "service name" is a ASCII string (0 - 9 and a,A - z, Z)
#	2. Multiple entries can be specified
#	3. Maximum length of the "service name" is 4 characters long
#	4. Service names specified in port-svc-list, vppa-svc-list &
#	   hca-svc-list must be unique.
#
# Examples:
#
# Single entry:
# port-svc-list="sdp";
#	OR
# vppa-svc-list="ipib";
#	OR
# hca-svc-list="nfs"
#
# Multiple entries:
# port-svc-list="sdp", "sdp1";
#	OR
# vppa-svc-list="nfs", "ipib";
#	OR
# hca-svc-list="nfs1", "nfs2";
#
#
port-svc-list="ipib";
vppa-svc-list="";
hca-svc-list="";