; ; $Revision: 1.3 $ ; $Date: 09 Dec 1991 15:09:10 $ ; ;*************************************************************************** ;* Copyright (C) 1988 by Phoenix Technologies Ltd. * ;* Copyright (C) 1989 by NCR Corporation This program * ;* contains proprietary and confidential information. All rights reserved * ;* except as may be permitted by prior written consent. * ;*************************************************************************** AdapterID 0deffh ADAPTERNAME "IBM Multi-Protocol Communications Adapter" NUMBYTES 2 NAMEDITEM PROMPT "Communications Port" CHOICE "SDLC_1" int 3 4 io 0380h-038fh pos[0]=XXX1000Xb CHOICE "SDLC_2" int 3 4 io 03a0h-03afh pos[0]=XXX1001Xb CHOICE "BISYNC_1" int 3 4 io 03a0h-03afh pos[0]=XXX1100Xb CHOICE "BISYNC_2" int 3 4 io 0380h-038fh pos[0]=XXX1101Xb CHOICE "SERIAL_1" int 4 io 03f8h-03ffh pos[0]=XXX0000Xb CHOICE "SERIAL_2" int 3 io 02f8h-02ffh pos[0]=XXX0001Xb CHOICE "SERIAL_3" int 3 io 3220h-3227h pos[0]=XXX0010Xb CHOICE "SERIAL_4" int 3 io 3228h-0322fh pos[0]=XXX0011Xb CHOICE "SERIAL_5" int 3 io 4220h-4227h pos[0]=XXX0100Xb CHOICE "SERIAL_6" int 3 io 4228h-0422fh pos[0]=XXX0101Xb CHOICE "SERIAL_7" int 3 io 5220h-5227h pos[0]=XXX0110Xb CHOICE "SERIAL_8" int 3 io 5228h-0522fh pos[0]=XXX0111Xb HELP "This port can be assigned as a: primary (SDLC_1) or secondary (SDLC_2) sdlc, primary (BISYNC_1) or secondary (BISYNC_2) bisync, or as serial port (SERIAL_1 through SERIAL_8). Use the F5=Previous and the F6=Next keys to change this assignment in the 'Change Configuration' window. Conflicting assignments are marked with an asterisk and must be changed to use the adapter." NAMEDITEM PROMPT "Arbitration Level for SDLC" CHOICE "Level_1" pos[1]=XXXX0001b arb 1 CHOICE "Level_7" pos[1]=XXXX0111b arb 7 CHOICE "Level_0" pos[1]=XXXX0000b arb 0 CHOICE "Level_2" pos[1]=XXXX0010b arb 2 CHOICE "Level_3" pos[1]=XXXX0011b arb 3 CHOICE "Level_4" pos[1]=XXXX0100b arb 4 CHOICE "Level_5" pos[1]=XXXX0101b arb 5 CHOICE "Level_6" pos[1]=XXXX0110b arb 6 CHOICE "Level_8" pos[1]=XXXX1000b arb 8 CHOICE "Level_9" pos[1]=XXXX1001b arb 9 CHOICE "Level_10" pos[1]=XXXX1010b arb 10 CHOICE "Level_11" pos[1]=XXXX1011b arb 11 CHOICE "Level_12" pos[1]=XXXX1100b arb 12 CHOICE "Level_13" pos[1]=XXXX1101b arb 13 CHOICE "Level_14" pos[1]=XXXX1110b arb 14 HELP "This assignment need only be changed if it is in conflict with another assignment. Conflicting assignments are marked with an asterisk. Use the F5=Previous and the F6=Next keys to change arbitration level assignments if you are in the 'Change Configuration' window."