User`s guide

Appendix D: Using the ACU for DOS 111
Channel Definition Block Keywords—SCSI only
The channel definition block is optional. If used, it always begins with
the keyword
Channel
and ends with the keyword
End
. The channel
definition block keywords are listed in the table below.
Channel Keyword
Channel
is an optional keyword that begins a channel definition block
and specifies the channel number to which the
channel
keywords apply.
Channels are numbered from zero to the maximum number of
channels on the controller minus one.
You can include multiple channel definition blocks within a script file,
each beginning with a
channel
keyword and value.
For example:
Channel=0
ControllerID Keyword
ControllerID
is an optional keyword to change the SCSI ID of the
controller. Normally, the SCSI controller is assigned SCSI ID 7 on each
of its channels. You can specify any ID value between 0 and 7.
Caution: Do not change the SCSI ID of the controller unless
directed to do so by Adaptec Technical Support.
For example:
ControllerID=7
End Keyword
End
is a required keyword, indicating the end of the block.
Keyword Description
Channel Used to identify the channel.
ControllerID Changes the SCSI ID of the controller.
End Indicates the end of a channel definition block.
!