Merge remote-tracking branch 'origin/master'
[unleashed/lotheac.git] / usr / src / uts / common / io / ib / ibnex / ib.conf
blob0e8a37c2af269e29192d0d56cb3c38525de50260
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Configuration file for the IB nexus driver
27 # The name and class property are required to indicate that IB nexus
28 # driver is a child of the root nexus driver. DO NOT DELETE LINE BELOW
29 name="ib" class="root";
32 # The "port-svc-list"  determines the communication  services that are
33 # supported on the system per port. The user will  update the property
34 # to add new services. IB nexus driver creates port device nodes based
35 # on this property. 
37 # The "vppa-svc-list" determines the  communication  services that are
38 # supported on the system per port per P_KEY. The user will update the
39 # property to  add  new  services. IB nexus driver creates port device 
40 # nodes based on this property. 
42 # The "hca-svc-list"  determines the communication  services that are
43 # supported on the system per HCA. The user will  update the property
44 # to add new services. IB nexus  driver creates  per-HCA device nodes 
45 # based on this property. 
47 # The format of "port-svc-list" is "<service name>", "<service name>", ..
48 # The format of "vppa-svc-list" is "<service name>", "<service name>", ..
49 # The format of "hca-svc-list" is "<service name>", "<service name>", ..
51 # Note:
52 #       1. "service name" is a ASCII string (0 - 9 and a,A - z, Z)
53 #       2. Multiple entries can be specified
54 #       3. Maximum length of the "service name" is 4 characters long
55 #       4. Service names specified in port-svc-list, vppa-svc-list &
56 #          hca-svc-list must be unique.
58 # Examples:
60 # Single entry:
61 # port-svc-list="sdp";
62 #       OR
63 # vppa-svc-list="ipib";
64 #       OR
65 # hca-svc-list="nfs"
67 # Multiple entries:
68 # port-svc-list="sdp", "sdp1";
69 #       OR
70 # vppa-svc-list="nfs", "ipib";
71 #       OR
72 # hca-svc-list="nfs1", "nfs2";
75 port-svc-list="ipib";
76 vppa-svc-list="";
77 hca-svc-list="";