From: Tejun Heo Date: Fri, 17 Nov 2006 07:22:27 +0000 (+0900) Subject: [PATCH] libata: set IRQF_SHARED for legacy PCI IDE IRQs X-Git-Tag: v2.6.20-rc1~34^2~40^2~9^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8070217d301d0ceab7d0c255d7b9d796256d37e7;p=pandora-kernel.git [PATCH] libata: set IRQF_SHARED for legacy PCI IDE IRQs There are machines out there which share legacy PCI IDE IRQs w/ other devices. libata SFF interrupt/HSM code is ready for shared IRQ and has been setting IRQF_SHARED for devices in native PCI mode. Device in legacy mode is still a PCI device and thus supposedly uses active-low level triggered IRQ. Machines with such setup should be quite rare and w/o this flag libata is likely to fail loading and render the system unuseable. Also, IDE driver has been setting IRQF_SHARED for devices in legacy mode for a looooong time. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed