freebsd-dev/sys/dev/pci
Ed Maste 43e545e8e0 pci: return 0 for pci_remap_intr_method MSI-X non-error case
When remapping a MSI-X vector, we would always return ENOENT, even if
successful.  This didn't really matter, as the sole caller of
BUS_REMAP_INTR also didn't check for errors.

Return 0 if there's no error, so that we can start handling (or at least
warning about) actual failures.

Reviewed by:	jhb
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D41449
2023-08-14 17:56:15 -04:00
..
controller Remove redundant data from pci host generic 2023-04-24 12:33:50 +01:00
fixup_pci.c pci: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:55 -07:00
hostb_pci.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
ignore_pci.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
isa_pci.c Remove isab_devclass from ISA bridge drivers. 2022-05-06 15:39:28 -07:00
pci_dw_if.m
pci_dw_mv.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
pci_dw.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
pci_dw.h spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
pci_host_generic_acpi.c Add PCI_ID_OFW_IOMMU to the pci ecam ACPI driver 2023-04-24 12:47:38 +01:00
pci_host_generic_acpi.h
pci_host_generic_den0115.c PCI DEN0115: Reliably check for a memory resource during probe. 2023-07-14 10:27:40 -07:00
pci_host_generic_fdt.c Add fdt to name of a fdt specific function 2022-05-23 15:24:35 +01:00
pci_host_generic_fdt.h Add fdt to name of a fdt specific function 2022-05-23 15:24:35 +01:00
pci_host_generic.c Remove redundant data from pci host generic 2023-04-24 12:33:50 +01:00
pci_host_generic.h Remove redundant data from pci host generic 2023-04-24 12:33:50 +01:00
pci_if.m Add OFW_IOMMU id type for pci_get_id() so we can ask parent IOMMU 2022-05-07 10:21:09 +01:00
pci_iov_if.m
pci_iov_private.h pci: Implement pci_bar_enabled() for SR-IOV VFs 2021-11-09 13:13:36 -05:00
pci_iov_schema.c
pci_iov.c pci: Fix a -Wunused-but-set-variable warning 2022-02-28 10:54:42 -05:00
pci_iov.h
pci_pci.c pcib: Allocate the memory BAR with the MSI-X table. 2023-06-19 09:15:48 -07:00
pci_private.h spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
pci_subr.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
pci_user.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
pci.c pci: return 0 for pci_remap_intr_method MSI-X non-error case 2023-08-14 17:56:15 -04:00
pcib_if.m
pcib_private.h pcib: Allocate the memory BAR with the MSI-X table. 2023-06-19 09:15:48 -07:00
pcib_support.c Add OFW_IOMMU id type for pci_get_id() so we can ask parent IOMMU 2022-05-07 10:21:09 +01:00
pcireg.h spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
pcivar.h spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
schema_private.h
vga_pci.c vgapci: Don't create a drm helper 2023-07-06 20:26:24 +03:00