]> git.baikalelectronics.ru Git - kernel.git/commit
ide-dma: fix ide_build_dmatable() for TRM290
authorSergei Shtylylov <sshtylyov@ru.mvista.com>
Sun, 5 Oct 2008 16:23:27 +0000 (18:23 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sun, 5 Oct 2008 16:23:27 +0000 (18:23 +0200)
commitf8ab6f1ac09967ca0882f8664f249b61286c17cc
tree9bf72e944f5fb7ae2c4691a76c53e4cba0c9aff9
parentf1ce8f6e8e6cc5aacccae7f1180915c7d77cda11
ide-dma: fix ide_build_dmatable() for TRM290

Apparently, 'xcount' being 0 does not mean 0 bytes for TRM290; it means 4 bytes,
judging from the code immediately preceding this check.  So, we must never try
to "split" the PRD for TRM290.

This is probably never hit anyway -- with the DMA buffers aligned to at least
512 bytes and ATAPI DMA not being used for non block I/O commands...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-dma.c