]> git.baikalelectronics.ru Git - kernel.git/commit
ide: relax DMA info validity checking
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 22 Jun 2009 07:38:26 +0000 (07:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jun 2009 07:32:32 +0000 (00:32 -0700)
commitb0dfc7d308c5991ac8068c0e45012498a201fb1b
tree496e65570ee7b7725806c1a5f21598521022f318
parent7fad63b1d6dc24c9828487ee63dcdf1bfe004780
ide: relax DMA info validity checking

There are some broken devices that report multiple DMA xfer modes
enabled at once (ATA spec doesn't allow it) but otherwise work fine
with DMA so just delete ide_id_dma_bug().

[ As discovered by detective work by Frans and Bart, due to how
  handling of the ID block was handled before commit 85610f7
  ("ide-iops: only clear DMA words on setting DMA mode") this
  check was always seeing zeros in the fields or other similar
  garbage.  Therefore this check wasn't actually checking anything.
  Now that the tests actually check the real bits, all we see are
  devices that trigger the check yet work perfectly fine, therefore
  killing this useless check is the best thing to do. -DaveM ]

Reported-by: Frans Pop <elendil@planet.nl>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/ide-dma.c
drivers/ide/ide-iops.c
include/linux/ide.h