summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2012-03-03 14:23:54 +0000
committerjhb <jhb@FreeBSD.org>2012-03-03 14:23:54 +0000
commitc070890383b42ff46bc91c1af2f7fc18366bd02e (patch)
tree0854cd4865627d38556b537cbe4f363d5996d409 /share/man/man9/Makefile
parentf33151692182e79b2753c1ed73f27d3a5079adbe (diff)
downloadFreeBSD-src-c070890383b42ff46bc91c1af2f7fc18366bd02e.zip
FreeBSD-src-c070890383b42ff46bc91c1af2f7fc18366bd02e.tar.gz
Expand and reorganize the pci(9) manpage a bit:
- Document the following routines: pci_alloc_msi(), pci_alloc_msix(), pci_find_cap(), pci_get_max_read_req(), pci_get_vpd_ident(), pci_get_vpd_readonly(), pci_msi_count(), pci_msix_count(), pci_pending_msix(), pci_release_msi(), pci_remap_msix(), and pci_set_max_read_req(). - Group the functions into five sub-sections: raw configuration access, locating devices, device information, device configuration, and message signaled interrupts. - Discourage use of pci_disable_io() and pci_enable_io() in device drivers. The PCI bus driver handles this automatically as resources are activated. MFC after: 2 weeks
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile14
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 81063b9..e9122e0 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -971,18 +971,30 @@ MLINKS+=namei.9 NDFREE.9 \
MLINKS+=pbuf.9 getpbuf.9 \
pbuf.9 relpbuf.9 \
pbuf.9 trypbuf.9
-MLINKS+=pci.9 pci_disable_busmaster.9 \
+MLINKS+=pci.9 pci_alloc_msi.9 \
+ pci.9 pci_alloc_msix.9 \
+ pci.9 pci_disable_busmaster.9 \
pci.9 pci_disable_io.9 \
pci.9 pci_enable_busmaster.9 \
pci.9 pci_enable_io.9 \
pci.9 pci_find_bsf.9 \
+ pci.9 pci_find_cap.9 \
pci.9 pci_find_dbsf.9 \
pci.9 pci_find_device.9 \
+ pci.9 pci_get_max_read_req.9 \
pci.9 pci_get_powerstate.9 \
+ pci.9 pci_get_vpd_ident.9 \
+ pci.9 pci_get_vpd_readonly.9 \
+ pci.9 pci_msi_count.9 \
+ pci.9 pci_msix_count.9 \
+ pci.9 pci_pending_msix.9 \
pci.9 pci_read_config.9 \
+ pci.9 pci_release_msi.9 \
+ pci.9 pci_remap_msix.9 \
pci.9 pci_restore_state.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
MLINKS+=pfil.9 pfil_add_hook.9 \
pfil.9 pfil_hook_get.9 \
OpenPOWER on IntegriCloud