]> git.baikalelectronics.ru Git - kernel.git/commit
ahci: restore pci_intx() handling
authorTejun Heo <tj@kernel.org>
Wed, 16 Sep 2009 15:34:39 +0000 (00:34 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 17 Sep 2009 20:45:38 +0000 (16:45 -0400)
commit5d36e56fb934c435ab49a57b62512bf44930a63c
treea12ebf643fb9e0ef73832401bc39a8a28ceeb693
parent002ae8edb19ff85b52d6aef1ba39471a5e777e41
ahci: restore pci_intx() handling

Commit 4393e8ba62b82e975e5b3db4855ef992998649d0 dropped explicit
pci_intx() manipulation from ahci because it seemed unnecessary and
ahci doesn't seem to be the right place to be tweaking it if it were.
This was largely okay but there are exceptions.  There was one on an
embedded platform which was fixed via firmware and now bko#14124
reports it on a HP DL320.

  http://bugzilla.kernel.org/show_bug.cgi?id=14124

I still think this isn't something libata drivers should be caring
about (the only ones which are calling pci_intx() explicitly are
libata ones and one other driver) but for now reverting the change
seems to be the right thing to do.

Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ahci.c