]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add accessor methods to fetch the BAR holding the MSI-X table and PBA.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 23 Dec 2015 21:51:10 +0000 (21:51 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 23 Dec 2015 21:51:10 +0000 (21:51 +0000)
commitce204e1bd813047e5f70fadcc9e703b89dac0f32
tree925479f2c6af1dcc8bc487ad50187443dbe117a7
parent9e8d8b4b0c85f0457e39e219126cfd0cc03558d0
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().

Reviewed by: andrew, emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D4688
share/man/man9/Makefile
share/man/man9/pci.9
sys/dev/pci/pci.c
sys/dev/pci/pci_if.m
sys/dev/pci/pci_private.h
sys/dev/pci/pcivar.h