User manual

40
Example:
#
# CHAPI RL01/RL02 disk controller
#
load chapi DLA dll=chapi_rlv12.dll trace_level=1
# Disk drive[0] configuration
set DLA disk_dll[0]="chapi_storage"
set DLA disk_cfg[0]="file"
set DLA disk_param[0]="somefile_0.vdisk"
# Disk drive[1] configuration
set DLA disk_dll[1]="chapi_storage"
set DLA disk_cfg[1]="phys"
set DLA disk_param[1]=" \\.\PhysicalDrive7"
set DLA rl_type[1]="rl02"
# Disk drive[2] configuration
set DLA disk_dll[2]="chapi_storage"
set DLA disk_cfg[2]="file"
set DLA disk_param[2]="somefile_2.vdisk"
# Disk drive[3] configuration
set DLA disk_dll[3]="chapi_storage"
set DLA disk_cfg[3]="file"
set DLA disk_param[3]="somefile_3.vdisk"
TS11/TSV05
The CHAPI TSV05/TS11 Qbus/UNIbus device is implemented in the CHAPI_TSV05.DLL
library and use the CHAPI_STORAGE.DLL and CHAPI.DLL libraries. The implementation
is provided in binary form and allows mapping the emulated tape transport mechanism to
a tape image (*.mtd file), a SCSI port on the host system (for connection to a physical
SCSI tape drive) or the Windows tape driver (for a host system tape drive). The CHAPI
TSV05/TS11 implementation detects the bus type and works by default as a TSV05 on
the Qbus and a TS11 on the UNIbus.
The CHAPI TSV05 device can be configured by means of user defined configuration
options as follows: