It could be polling all LUNs as well as SCSI logical ports... I think each SCSI logic port can have 7? LUNs attached? If so then each device would need to poll onto the SCSI BUS, so the BUS would become fully active every few seconds while each replied to the host controller.
From Wiki :-
From the computer perspective, SCSI LUN is only a part of the full SCSI address. The full device's address is made from the:
c-part: controller ID of the host bus adapter,
t-part: target ID identifying the SCSI target on that bus,
d-part: disk ID identifying a LUN on that target,
s-part: slice ID identifying a specific slice on that disk.
In the Unix family of operating systems, these IDs are often combined into a single "name". For example, /dev/dsk/c1t2d3s4 would refer to controller 1, target 2, disk 3, slice 4.
I believe the SCSI implementation on AMIGA uses the above example. So your CF card could be reporting to the SCSI host controller and activating each device on the chain to poll as well.
I'm not sure if synchronous mode would fix this or not?
Az