summaryrefslogtreecommitdiff
blob: 347c24b80e36546ef3e116926ba38c85a2e2b209 (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
# 
# This file contains names and references to HBA libraries
#
# Format:
#
# <library name>  <library pathname>
#
# The library name should be prepended with the domain of
# the manufacturer or driver author.
#
# 32bit/64bit implementation note:
#   If a 32bit implementation tries to load a 64 bit library,
#   the load will fail with the result that the 64 bit vendor
#   library is ignored.
#   Likewise, if a 64bit implementation tries to load a 32 bit library,
#   the load will fail with the result that the 32 bit vendor
#   library is ignored.

#org.snia.sample32	/usr/lib/libsample.so	          
#com.qlogic.qla32	/usr/lib/libhbaapiqla.so
#com.emulex.lightpulse32 /usr/lib/libhbaapiemu.so
#com.emulex.lightpulse64	/usr/lib/sparcv9/libhbaapiemu.so
#JniHbaLib		/opt/JNIsnia/Solaris/Jni/32bit/JniHbaLib.so
#JniHbaLib		/opt/JNIsnia/Solaris/Jni/64bit/JniHbaLib.so

#INSERT_LIB_MARKER - Do not edit this line - Gentoo will insert items after this


# Set a debug level (depends on compilation switches)
#
# Format:
#
# "debuglevel"    <debug level>
#
# 0 is default, 1 show vendor library opens,
# 2 shows function calls, 3 shows callback events
#
# Uncomment the next line to specify a level
#debuglevel 3