43 lines
1.2 KiB
Text
43 lines
1.2 KiB
Text
#
|
|
# 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
|
|
|
|
|
|
|
|
|