1.2. Hardware Installation

The ISA CIF cards use a bank of jumpers to set the card address and interrupt. Each address bit is set as follows:

JumpersHex
XXXX0
XXX:1
XX:X2
XX::3
X:XX4
X:X:5
X::X6
X:::7
:XXX8
:XX:9
:X:XA
:X::B
::XXC
::X:D
:::XE
::::F

The jumpers allow the shared memory block of the card to be placed anywhere in the lower 1M of memory, on boundaries determined by the size of the memory block. Hence, the 2K cards provide jumpers for address bits A11-A19 (the lower 11 bits, A0-A10, address the 2K within the block and are treated as zero for the base address), and the 8K cards provide jumpers for address bits A13-A19 (the lower 13 bits, A0-A12, address the 8K within the block).

The following provides some examples for some possible base address locations. As above, an X denotes that a jumper is installed, ':' denotes that the jumper is left open. A '0' indicates the base address bit is zero.

2K Card:

A19A18A17A16A15A14A13A12A11A10A9A8A7A6A5A4A3A2A1A0
::XXXXXXX00000000000
C0000
::XXXXXX:00000000000
C0800
::XXXXX:X00000000000
C1000
::XXXXX::00000000000
C1800
::X:XX:XX00000000000
D2000
::X:X:XXX00000000000
D4000

8K Card:

A19A18A17A16A15A14A13A12A11A10A9A8A7A6A5A4A3A2A1A0
:X::X:X0000000000000
D4000
:X::X::0000000000000
D6000
:X:::XX0000000000000
D8000

The remaining jumpers are used to select the interrupt, if any is to be used. Only one interrupt jumper may be used at one time! Selection of an interrupt will not effect operation of the administrator if polled mode is selected.