diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-04-28 01:09:25 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-04-28 01:09:25 +0000 |
commit | b9ba7aeb165cffecdffb60aec8c3fa8d590d9ca9 (patch) | |
tree | 42d07b0c7246ae2536a702e7c5de9e2732341116 /include/asm-i386/mca_dma.h | |
parent | 7406b0a326f2d70ade2671c37d1beef62249db97 (diff) |
Merge with 2.3.99-pre6.
Diffstat (limited to 'include/asm-i386/mca_dma.h')
-rw-r--r-- | include/asm-i386/mca_dma.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/asm-i386/mca_dma.h b/include/asm-i386/mca_dma.h index fb42da38d..a9e780cc4 100644 --- a/include/asm-i386/mca_dma.h +++ b/include/asm-i386/mca_dma.h @@ -178,18 +178,18 @@ static __inline__ void mca_set_dma_io(unsigned int dmanr, unsigned int io_addr) /** * mca_set_dma_mode - set the DMA mode * @dmanr: DMA channel - * @mode: The mode to set + * @mode: mode to set * * The DMA controller supports several modes. The mode values you can - * set are + * set are : * - * MCA_DMA_MODE_READ when reading from the DMA device. + * %MCA_DMA_MODE_READ when reading from the DMA device. * - * MCA_DMA_MODE_WRITE to writing to the DMA device. + * %MCA_DMA_MODE_WRITE to writing to the DMA device. * - * MCA_DMA_MODE_IO to do DMA to or from an I/O port. + * %MCA_DMA_MODE_IO to do DMA to or from an I/O port. * - * MCA_DMA_MODE_16 to do 16bit transfers. + * %MCA_DMA_MODE_16 to do 16bit transfers. * */ |