User manual

178
#set MSA0 tape_cfg[0]=driver tape_param[0]="\\.\TapeN"
#--------------------------------------------------------------------
# CHAPI DRV11-WA using TLC DCI-1100 board.
#
# Just uncomment the proper lines below to test this kind of CHAPI
# device with particular configuration.
#
# Options description:
# adapter_dll - the name of DLL library where to take adapter
# implementation from (chapi_hw is default);
# adapter_name - name of the adapter within the DLL library
# (dci1100 is default);
# adapter_instance - number of adapter instance to use if more
# than one adapter is installed in the host system (0 is default);
# adapter_options - options to be passed to adapter (no options are
# defined for the moment - empty string is default).
#
# When default values for adapter_* options are satisfy user needs -
# just ommit these options.
#
# This is QBUS device - don't try to use it with UNIBUS systems.
#
#load chapi IXA dll=chapi_drv11wa trace_level=0
#set IXA address=... vector=...
#set IXA adapter_dll=chapi_hw
#set IXA adapter_name=dci1100
#set IXA adapter_instance=0
#set IXA adapter_options=""
# ... mentioned above configuration is equal to the following one ...
#load chapi IXA dll=chapi_drv11wa trace_level=0
#set IXA address=... vector=...
# this is the end of the configuration file #