commit | 277d72a37431d200727189693b14488368b7c258 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Thu Jan 03 17:22:28 2008 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Jan 10 16:52:51 2008 -0500 |
tree | 40284a8d0ab950034bf85525f68fb1d37f7cb4be | |
parent | b14dabcdb651ddd9f85c69c9042322c139e7da84 [diff] |
libata-sff: PCI IRQ handling fix It is legitimate (although annoying and silly) for a PCI IDE controller not to be assigned an interrupt and to be polled. The libata-sff code should therefore not try and request IRQ 0 in this case. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>