[PATCH] ide: fix ide_toggle_bounce() to not try to bounce if we have an IOMMU
authorJames Bottomley <jejb@parisc-linux.org>
Fri, 18 Nov 2005 22:13:33 +0000 (23:13 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 18 Nov 2005 22:13:33 +0000 (23:13 +0100)
commit6593178dd46d64a5bcb0402a4f3acd95b0687abd
tree39ffacfb83efc7cbd941dc915ff00e396b371d7b
parentc37ea218cb43c67bf1578f5e535fcc3a751018ef
[PATCH] ide: fix ide_toggle_bounce() to not try to bounce if we have an IOMMU

The following patch fixes a crash caused by attempting to bounce buffer
when an IDE CD-ROM is used on a machine with an IO-MMU. [At least, this
patch fixes things so I can use my IDE CD-ROM behind an ns87415 on a
HP PA-RISC workstation.]

Signed-off-by: James Bottomley <jejb@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-lib.c