Re: [PATCH] ide-taskfile.c fixups/cleanups part #2 [4/9]
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2004-06-30 16:22:44
Also in:
lkml
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2004-06-30 16:22:44
Also in:
lkml
On Wed, 2004-06-30 at 10:25, Bartlomiej Zolnierkiewicz wrote:
[PATCH] ide: remove BUSY check from task_in_intr() (CONFIG_IDE_TASKFILE_IO=n) We shouldn't ever get there if drive is busy and we can't start transfer in this case. ide-disk.c:read_intr() also doesn't check for BUSY_STAT bit.
What if we have a shared interrupt with another device ? Ben.