linux-stable/drivers/infiniband/hw
Roland Dreier 208dde28b0 IB/mthca: Use pci_request_regions()
Back in prehistoric (pre-git!) days, the kernel's MSI-X support did
request_mem_region() on a device's MSI-X tables, which meant that a
driver that enabled MSI-X couldn't use pci_request_regions() (since
that would clash with the PCI layer's MSI-X request).

However, that was removed (by me!) years ago, so mthca can just use
pci_request_regions() and pci_release_regions() instead of its own
much more complicated code that avoids requesting the MSI-X tables.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-09-29 21:37:33 -07:00
..
amso1100 RDMA/core: Add local DMA L_Key support 2008-07-14 23:48:53 -07:00
cxgb3 RDMA/cxgb3: Fix deadlock initializing iw_cxgb3 device 2008-08-04 11:08:37 -07:00
ehca removed unused #include <linux/version.h>'s 2008-08-23 12:14:12 -07:00
ipath removed unused #include <linux/version.h>'s 2008-08-23 12:14:12 -07:00
mlx4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband 2008-09-19 16:18:21 -07:00
mthca IB/mthca: Use pci_request_regions() 2008-09-29 21:37:33 -07:00
nes RDMA/nes: Fix client side QP destroy 2008-09-16 11:56:26 -07:00