]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Give Host-PCI bridge drivers their own pcib_alloc_msi() and
authorjhb <jhb@FreeBSD.org>
Tue, 12 Dec 2006 19:27:01 +0000 (19:27 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 12 Dec 2006 19:27:01 +0000 (19:27 +0000)
commitdfb2d953f134b786c0e5d0cd60880ef72844818e
tree8280306c3d817ae71cc7f8f42700414804b1538d
parentf74d404e39ca043e02da454696983060b9f8bcd6
Give Host-PCI bridge drivers their own pcib_alloc_msi() and
pcib_alloc_msix() methods instead of using the method from the generic
PCI-PCI bridge driver as the PCI-PCI methods will be gaining some PCI-PCI
specific logic soon.
sys/amd64/amd64/mptable_pci.c
sys/amd64/pci/pci_bus.c
sys/dev/acpica/acpi_pcib_acpi.c
sys/i386/i386/mptable_pci.c
sys/i386/pci/pci_bus.c