;**************************************************************************** ;** ** ;** APRICOT SYNCHRONOUS COMMUNICATIONS ADAPTER - 6BBC ** ;** ** ;** V1.0.0 18 Apr 88 ** ;** V1.0.1 20 Apr 88 Interrupts wrongly assigned ** ;** V1.0.2 21 Sep 88 More text ** ;** V1.0.3 01 Oct 88 add bits ** ;** V1.0.4 01 Oct 88 take bits away ** ;** V1.0.5 06 Oct 88 Change default Arbitration level ** ;** V1.0.6 04 Apr 89 CHCHK bits set to indicate no NMI ** ;**************************************************************************** AdapterID 06BBCh AdapterName "Internal Synchronous Communications" NumBytes 4 FixedResources pos[3] = 1100xxxxb ; No NMI, asynchronous ready, fairness off NamedItem Prompt "Interrupt Level" choice "Level_11" pos[0] = 1xxxxxxxb int 11 choice "Level_10" pos[0] = 0xxxxxxxb int 10 Help "The Synchronous Communications Controller can generate one of two Interrupt levels. Level 11 is the preferred default setting." NamedItem Prompt "Arbitration Level" choice "Level_5" pos[3] = xxxx0101b arb 5 choice "Level_4" pos[3] = xxxx0100b arb 4 choice "Level_3" pos[3] = xxxx0011b arb 3 choice "Level_1" pos[3] = xxxx0001b arb 1 choice "Level_6" pos[3] = xxxx0110b arb 6 choice "Level_7" pos[3] = xxxx0111b arb 7 choice "Level_8" pos[3] = xxxx1000b arb 8 choice "Level_9" pos[3] = xxxx1001b arb 9 choice "Level_10" pos[3] = xxxx1010b arb 10 choice "Level_11" pos[3] = xxxx1011b arb 11 choice "Level_12" pos[3] = xxxx1100b arb 12 choice "Level_13" pos[3] = xxxx1101b arb 13 choice "Level_14" pos[3] = xxxx1110b arb 14 choice "Level_0" pos[3] = xxxx0000b arb 0 Help "The Synchronous Communications Controller can use one of 14 Arbitration levels, Level 7 is the default level and should be chosen if it does not conflict with other adapters in the system. Conflicts are indicated by an asterisk - use the F5 (prev) and F6 (next) keys to correct conflicts." NamedItem Prompt "Port Addresses" choice "Primary" pos[2] = xxxxx000b io 0410h - 0414h choice "Alternate #1" pos[2] = xxxxx001b io 0c10h - 0c14h choice "Alternate #2" pos[2] = xxxxx010b io 1410h - 1414h choice "Alternate #3" pos[2] = xxxxx011b io 1c10h - 1c14h choice "Alternate #4" pos[2] = xxxxx100b io 2410h - 2414h choice "Alternate #5" pos[2] = xxxxx101b io 2c10h - 2c14h choice "Alternate #6" pos[2] = xxxxx110b io 3410h - 3414h choice "Alternate #7" pos[2] = xxxxx111b io 3c10h - 3c14h Help "The Synchronous Communications Controller can use one of 8 sets of I/O Locations, 'Primary' is the default set and should be chosen if it does not conflict with other adapters in the system. Conflicts are indicated by an asterisk - use the F5 (prev) and F6 (next) keys to correct conflicts."