]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pcib: Allocate the memory BAR with the MSI-X table.
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 19 Jun 2023 16:15:48 +0000 (09:15 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 19 Jun 2023 16:15:48 +0000 (09:15 -0700)
commite6b838363fb473b5e35a8ae6a1da5e15f5b52960
tree69ec5e3efbf8947a6d09e713f7fbca6181c0d927
parente54db9a9ccd588f650a2e57bf9d1cbbafc0e12eb
pcib: Allocate the memory BAR with the MSI-X table.

This is required for pci_alloc_msix() to work and to thus use
MSI-X interrupts for PCI-e hotplug.

Reported by: cperciva
Reviewed by: cperciva
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D40581
sys/dev/pci/pci_pci.c
sys/dev/pci/pcib_private.h