Add accessor methods to fetch the BAR holding the MSI-X table and PBA.
While here, explicitly note the requirement that the BAR(s) must be
allocated prior to calling pci_alloc_msix().
Differential D4688
Add accessor methods to fetch the BAR holding the MSI-X table and PBA. jhb on Dec 22 2015, 8:58 PM. Authored by Tags None Referenced Files
Subscribers
Details
Add accessor methods to fetch the BAR holding the MSI-X table and PBA. While here, explicitly note the requirement that the BAR(s) must be
Diff Detail
Event Timeline
Comment Actions
Comment Actions You may wish to point out the value returned can be used as the resource id when mapping the configuration space. That was the only thing that tripped me up adding this to the xhci driver. |