Changes between Version 3 and Version 4 of dma_driver
- Timestamp:
- Oct 8, 2014, 5:58:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dma_driver
v3 v4 54 54 In case of error (buffer unmapped, unaligned, or DMA_STATUS error), an error message is displayed on TTY0, and system crash. 55 55 56 === void _dma_isr( unsigned int irq_type, unsigned int irq_id, unsigned int channel ) ===56 === void '''_dma_isr'''( unsigned int irq_type, unsigned int irq_id, unsigned int channel ) === 57 57 This Interrupt Service Routine should not be used by the GIET_VM, because the DMA is only used by the kernel in the boot phase, with a polling strategy. 58 58