Multiple Intellicons under QNX4.2x
Title: Multiple Intellicons under QNX4.2x
Keywords: QNX4.2 Multiple Intellicons.
Date: Nov 29 1996
Dist: External
KDB: kdb-018
This kdb discusses how to install multiple Intellicons under QNX4.2x.
Examples...
Dev.cti 300,10 &
Dev.cti 300,10 304,11 -a d0000 &
Dev.cti 300,10 304,11 308,12 320,5 -a e000 &
-Each board must have a unique port,irq combination.
-They should share the 64k memory segment (ie: d0000 or e0000).
Up to Eight Intellicons can be installed in QNX4.2x. The maximum number on Intellicons
largley depends on the available ISA slots and Interrupts.
The Intellicon can also be ran with NO Interrupts.
Examples...
Dev.cti 300 -q &
Dev.cti 300 304 -q -a d0000 &
Dev.cti 300 304 308 320 -q -a e000 &
End of kdb-018