1. 30 Sep, 2008 1 commit
    • Roland Dreier's avatar
      IB/mthca: Use pci_request_regions() · 208dde28
      Roland Dreier authored
      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: default avatarRoland Dreier <rolandd@cisco.com>
      208dde28
  2. 19 Sep, 2008 21 commits
  3. 18 Sep, 2008 5 commits
  4. 17 Sep, 2008 13 commits