diff options
author | jhb <jhb@FreeBSD.org> | 2016-01-19 21:08:31 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2016-01-19 21:08:31 +0000 |
commit | 86ab8db35865adc402249df08e1f97307a320663 (patch) | |
tree | b518d1be6c5f2ecaa18a380935640d31d3ceba6a /share/man/man9/Makefile | |
parent | 8aa68d78585ef888d01bea9d1e045eaea835e209 (diff) | |
download | FreeBSD-src-86ab8db35865adc402249df08e1f97307a320663.zip FreeBSD-src-86ab8db35865adc402249df08e1f97307a320663.tar.gz |
MFC 292669:
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().
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index a6a13fd..53e0753 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1022,6 +1022,8 @@ MLINKS+=pci.9 pci_alloc_msi.9 \ pci.9 pci_get_vpd_readonly.9 \ pci.9 pci_msi_count.9 \ pci.9 pci_msix_count.9 \ + pci.9 pci_msix_pba_bar.9 \ + pci.9 pci_msix_table_bar.9 \ pci.9 pci_pending_msix.9 \ pci.9 pci_read_config.9 \ pci.9 pci_release_msi.9 \ |