40a41
> "DMASequencer": "DMASequencer"
362c363
< if param.name == "sequencer":
---
> if param.name == "sequencer" or param.name == "dma_sequencer":
380a382,389
> #
> # For the DMA controller, pass the sequencer a pointer to the
> # controller.
> #
> if self.ident == "DMA":
> if not contains_sequencer:
> self.error("The DMA controller must include the sequencer " \
> "configuration parameter")
381a391,394
> code('''
> m_dma_sequencer_ptr->setController(this);
> ''')
>