Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229359
b: refs/heads/master
c: 6504cf3
h: refs/heads/master
i:
  229357: 59a46a8
  229355: 9e74883
  229351: bc5e5a5
  229343: fe9b48f
v: v3
  • Loading branch information
Ilya Yanok authored and Grant Likely committed Dec 30, 2010
1 parent 428b987 commit ab07fbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d392da5207352f09030e95d9ea335a4225667ec0
refs/heads/master: 6504cf3412373f42b53a675363c056901c1596cf
4 changes: 3 additions & 1 deletion trunk/drivers/dma/mpc512x_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,13 @@ static void mpc_dma_execute(struct mpc_dma_chan *mchan)
prev = mdesc;
}

prev->tcd->start = 0;
prev->tcd->int_maj = 1;

/* Send first descriptor in chain into hardware */
memcpy_toio(&mdma->tcd[cid], first->tcd, sizeof(struct mpc_dma_tcd));

if (first != prev)
mdma->tcd[cid].e_sg = 1;
out_8(&mdma->regs->dmassrt, cid);
}

Expand Down

0 comments on commit ab07fbc

Please sign in to comment.