DMA operation and IoConnectInterrupt?

If I have a driver for DMA (serial port) and device that doesn’t have
ability to interrupt (data transfer is handeled by length variables and
watch dog timer)
do I need to use IoConnectInterrupt and creating DPC routine?
Can somebody answer and explain that to me?

Regards,
Neno

> If I have a driver for DMA (serial port) and device that doesn’t have

ability to interrupt (data transfer is handeled by length variables and
watch dog timer)
do I need to use IoConnectInterrupt and creating DPC routine?

No, you do not need IoConnectInterrupt, but you will possibly need a timer
DPC routine.

Max