Page MenuHomeFreeBSD

dev/fdt: Add support for non-PCI MSI interrupts
ClosedPublic

Authored by andrew on Oct 24 2025, 3:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 23, 3:17 PM
Unknown Object (File)
Thu, Aug 13, 1:22 PM
Unknown Object (File)
Sun, Aug 9, 1:59 AM
Unknown Object (File)
Sat, Aug 8, 7:06 PM
Unknown Object (File)
Fri, Aug 7, 10:12 PM
Unknown Object (File)
Thu, Aug 6, 12:41 PM
Unknown Object (File)
Wed, Aug 5, 2:47 AM
Unknown Object (File)
Jul 24 2026, 9:43 AM
Subscribers

Details

Summary

Some non-PCI devices can send interrupts, e.g. the Arm SMMU or GICv5
Interrupt Wire Bridge. Add support for these by implementing pci_get_id
and pci_alloc_msi and the MSI/MSI-X parts of the PCIB interface.

Only the MSI parts of the PCI interface are added as that is all I am
able to test.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable