Commit b0f50cee authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] include/asm-i386/dma.h: wrong lowest DMA channel

From:  Uros Bizjak <uros@kss-loka.si>
parent 0d84176d
...@@ -239,7 +239,7 @@ static __inline__ void set_dma_addr(unsigned int dmanr, unsigned int a) ...@@ -239,7 +239,7 @@ static __inline__ void set_dma_addr(unsigned int dmanr, unsigned int a)
} }
/* Set transfer size (max 64k for DMA1..3, 128k for DMA5..7) for /* Set transfer size (max 64k for DMA0..3, 128k for DMA5..7) for
* a specific DMA channel. * a specific DMA channel.
* You must ensure the parameters are valid. * You must ensure the parameters are valid.
* NOTE: from a manual: "the number of transfers is one more * NOTE: from a manual: "the number of transfers is one more
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment