diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2003-04-01 03:46:39 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2003-04-01 03:46:39 -0800 |
| commit | b0f50ceea4a991740e04b01002c834dcc1baeb6a (patch) | |
| tree | 9e32f092f37629e237facc518b7bcdcb442b03ac | |
| parent | 0d84176d9609e1beac5bd250ea71e6b991f3fdc8 (diff) | |
[PATCH] include/asm-i386/dma.h: wrong lowest DMA channel
From: Uros Bizjak <uros@kss-loka.si>
| -rw-r--r-- | include/asm-i386/dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/dma.h b/include/asm-i386/dma.h index 1bc9899b2014..f24b2bba2831 100644 --- a/include/asm-i386/dma.h +++ b/include/asm-i386/dma.h @@ -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. * You must ensure the parameters are valid. * NOTE: from a manual: "the number of transfers is one more |
