summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-11-14 01:06:45 +0000
committerjhb <jhb@FreeBSD.org>2015-11-14 01:06:45 +0000
commit5fa66f56fec675533c2f53126a7e7cba785279a5 (patch)
treeace90b5139646c3f0b5f34125b0d427d5ca609cb /share/man/man9/Makefile
parenteef9ad01d678b34f81605b33793b0b2f0fdd12af (diff)
downloadFreeBSD-src-5fa66f56fec675533c2f53126a7e7cba785279a5.zip
FreeBSD-src-5fa66f56fec675533c2f53126a7e7cba785279a5.tar.gz
MFC 290414,290415:
Additional PCI helper functions. 290414: Add helper routines for PCI device drivers to read, write, and modify PCI-Express capability registers (that is, PCI config registers in the standard PCI config space belonging to the PCI-Express capability register set). Note that all of the current PCI-e registers are either 16 or 32-bits, so only widths of 2 or 4 bytes are supported. 290415: Add a new helper function for PCI devices to locate the upstream PCI-express root port of a given PCI device.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 69bf839..d9156c0 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1014,6 +1014,7 @@ MLINKS+=pci.9 pci_alloc_msi.9 \
pci.9 pci_find_device.9 \
pci.9 pci_find_extcap.9 \
pci.9 pci_find_htcap.9 \
+ pci.9 pci_find_pcie_root_port.9 \
pci.9 pci_get_max_read_req.9 \
pci.9 pci_get_powerstate.9 \
pci.9 pci_get_vpd_ident.9 \
@@ -1028,7 +1029,10 @@ MLINKS+=pci.9 pci_alloc_msi.9 \
pci.9 pci_save_state.9 \
pci.9 pci_set_powerstate.9 \
pci.9 pci_set_max_read_req.9 \
- pci.9 pci_write_config.9
+ pci.9 pci_write_config.9 \
+ pci.9 pcie_adjust_config.9 \
+ pci.9 pcie_read_config.9 \
+ pci.9 pcie_write_config.9 \
MLINKS+=pfil.9 pfil_add_hook.9 \
pfil.9 pfil_hook_get.9 \
pfil.9 pfil_remove_hook.9
OpenPOWER on IntegriCloud