Link pci_intr_*(9) to pci_intr(9), except for those described in pci_msi(9).
This commit is contained in:
parent
91dfd30087
commit
cad9018e14
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.429 2018/07/15 05:16:41 maxv Exp $
|
||||
# $NetBSD: Makefile,v 1.430 2018/09/20 06:54:36 rin Exp $
|
||||
|
||||
# Makefile for section 9 (kernel function and variable) manual pages.
|
||||
|
||||
|
@ -592,13 +592,6 @@ MLINKS+=pci.9 pci_conf_read.9 \
|
|||
pci.9 pci_mapreg_type.9 \
|
||||
pci.9 pci_mapreg_map.9 \
|
||||
pci.9 pci_mapreg_info.9 \
|
||||
pci.9 pci_intr_map.9 \
|
||||
pci.9 pci_intr_string.9 \
|
||||
pci.9 pci_intr_evcnt.9 \
|
||||
pci.9 pci_intr_establish.9 \
|
||||
pci.9 pci_intr_establish_xname.9 \
|
||||
pci.9 pci_intr_disestablish.9 \
|
||||
pci.9 pci_intr_setattr.9 \
|
||||
pci.9 pci_get_powerstate.9 \
|
||||
pci.9 pci_set_powerstate.9 \
|
||||
pci.9 pci_vpd_read.9 \
|
||||
|
@ -610,6 +603,13 @@ MLINKS+=pci.9 pci_conf_read.9 \
|
|||
pci.9 PCI_VENDOR.9 \
|
||||
pci.9 PCI_PRODUCT.9 \
|
||||
pci.9 PCI_REVISION.9
|
||||
MLINKS+=pci_intr.9 pci_intr_map.9 \
|
||||
pci_intr.9 pci_intr_string.9 \
|
||||
pci_intr.9 pci_intr_evcnt.9 \
|
||||
pci_intr.9 pci_intr_establish.9 \
|
||||
pci_intr.9 pci_intr_establish_xname.9 \
|
||||
pci_intr.9 pci_intr_disestablish.9 \
|
||||
pci_intr.9 pci_intr_setattr.9
|
||||
MLINKS+=pci_msi.9 pci_msix.9 \
|
||||
pci_msi.9 pci_intr_alloc.9 \
|
||||
pci_msi.9 pci_intr_release.9 \
|
||||
|
|
Loading…
Reference in New Issue