Metropoli BBS
VIEWER: @7188.adf MODE: TEXT (ASCII)
AdapterID 7188h

AdapterName "QIC-02 Adapter"

NumBytes 2

NamedItem

Prompt "DMA Arbitration Level"

Choice "Level_1"   pos[0]=xxx0001xb  arb 1
Choice "Level_5"   pos[0]=xxx0101xb  arb 5
Choice "Level_6"   pos[0]=xxx0110xb  arb 6
Choice "Level_7"   pos[0]=xxx0111xb  arb 7
Choice "Level_2"   pos[0]=xxx0010xb  arb 2
Choice "Level_3"   pos[0]=xxx0011xb  arb 3
Choice "Level_0"   pos[0]=xxx0000xb  arb 0
Choice "Level_4"   pos[0]=xxx0100xb  arb 4
Choice "Level_8"   pos[0]=xxx1000xb  arb 8
Choice "Level_9"   pos[0]=xxx1001xb  arb 9
Choice "Level_10"  pos[0]=xxx1010xb  arb 10
Choice "Level_11"  pos[0]=xxx1011xb  arb 11
Choice "Level_12"  pos[0]=xxx1100xb  arb 12
Choice "Level_13"  pos[0]=xxx1101xb  arb 13
Choice "Level_14"  pos[0]=xxx1110xb  arb 14

Help

"This assignment selects the DMA channel arbitration
level.  If there is a conflicting assignment it will be
marked with an asterisk.  An arbitration level of 0 has
the highest priority, and increasing levels have
corresponding decreased priority. Channels 0 to 7 will
correspond to arbitration levels 0 to 7 respectively.
Arbitration levels above 7 will be assigned to either
channel 0 or 4, with even numbered levels assigned to 0."


NamedItem

Prompt "I/O Address Range"

Choice "0200H-0203H" pos[0]=000xxxxxb io 0200h-0203h
Choice "0600H-0603H" pos[0]=001xxxxxb io 0600h-0603h
Choice "0A00H-0A03H" pos[0]=010xxxxxb io 0A00h-0A03h
Choice "0E00H-0E03H" pos[0]=011xxxxxb io 0E00h-0E03h
Choice "1200H-1203H" pos[0]=100xxxxxb io 1200h-1203h
Choice "1600H-1603H" pos[0]=101xxxxxb io 1600h-1603h
Choice "1A00H-1A03H" pos[0]=110xxxxxb io 1A00h-1A03h
Choice "1E00H-1E03H" pos[0]=111xxxxxb io 1E00h-1E03h

Help

"This assignment selects the I/O base address used by
this adapter.  The address range selected must not
conflict with any other adapter.  The range choices are:
200h-203h, 600h-603h, A00h-A03h, E00h-E03h, 1200h-1203h,
1600h-1603h, 1A00h-1A03h and 1E00h-1E03h."

NamedItem

Prompt "Interrupt Level"

Choice "Int_3"  pos[1]=00000001b int 3
Choice "Int_4"  pos[1]=00000010b int 4
Choice "Int_5"  pos[1]=00000100b int 5
Choice "Int_6"  pos[1]=00001000b int 6
Choice "Int_7"  pos[1]=00010000b int 7
Choice "Int_10" pos[1]=00100000b int 10
Choice "Int_11" pos[1]=01000000b int 11
Choice "Int_12" pos[1]=10000000b int 12

Help

"This assigment selects the interrupt level used by this
adapter.  The software associated with this adapter uses
the interrupt sharing protocol.  The available interrupt
levels are 3, 4, 5, 6, 7, 10, 11 and 12.  If possible
select an interrupt level that is not being used."


[ RETURN TO DIRECTORY ]