From b0f50ceea4a991740e04b01002c834dcc1baeb6a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 1 Apr 2003 03:46:39 -0800 Subject: [PATCH] include/asm-i386/dma.h: wrong lowest DMA channel From: Uros Bizjak --- include/asm-i386/dma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3