[PATCH] sata_sil: disable hotplug interrupts on two ATI IXPs
authorTejun Heo <htejun@gmail.com>
Mon, 26 Jun 2006 12:23:52 +0000 (21:23 +0900)
committerJeff Garzik <jeff@garzik.org>
Tue, 27 Jun 2006 01:02:36 +0000 (21:02 -0400)
Some SATA controllers embedded in ATI IXPs seem to have broken
SATA_IRQ bit in their bmdma2 registers which is always stuck at 1.
This makes the driver believe that there has been a hotplug event and
freeze the port whenever there's an interrupt thus failing all
commands.

This patch disables SATA_IRQ for those controllers.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found