|
@@ -167,7 +167,8 @@ static void ioat3_cleanup_tasklet(unsigned long data)
|
|
|
struct ioat2_dma_chan *ioat = (void *) data;
|
|
|
|
|
|
ioat3_cleanup(ioat);
|
|
|
- writew(IOAT_CHANCTRL_RUN, ioat->base.reg_base + IOAT_CHANCTRL_OFFSET);
|
|
|
+ writew(IOAT_CHANCTRL_RUN | IOAT3_CHANCTRL_COMPL_DCA_EN,
|
|
|
+ ioat->base.reg_base + IOAT_CHANCTRL_OFFSET);
|
|
|
}
|
|
|
|
|
|
static void ioat3_restart_channel(struct ioat2_dma_chan *ioat)
|