Page MenuHomeFreeBSD

pci_user.c: Call bus_translate_resource before mmaping bars
ClosedPublic

Authored by kd on Apr 6 2021, 2:11 PM.
Tags
None
Referenced Files
F168226162: D29604.id86905.diff
Thu, Aug 27, 1:09 AM
Unknown Object (File)
Sun, Aug 16, 9:54 PM
Unknown Object (File)
Sun, Aug 16, 9:40 PM
Unknown Object (File)
Wed, Aug 5, 3:43 AM
Unknown Object (File)
Jul 26 2026, 7:53 AM
Unknown Object (File)
Jul 24 2026, 2:53 PM
Unknown Object (File)
Jul 5 2026, 2:07 AM
Unknown Object (File)
Jun 29 2026, 2:00 AM
Subscribers

Details

Summary

On some armv8 machines there is no 1:1 mapping between cpu and pci bus BAR base addresses.
When a BAR is allocated in kernel using bus_alloc_resource_any this translation is handled in ofw_pci_activate_resource.
Do the same in pci_user.c by calling bus_translate_resource devmethod. This fixes mmaping BARs to userspace on armada7k and possibly many other platforms.

Diff Detail

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