Page MenuHomeFreeBSD

pci_host_generic: Don't rewrite resource start address for translation
ClosedPublic

Authored by jhb on Feb 14 2024, 6:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 10:29 PM
Unknown Object (File)
Thu, Aug 14, 12:27 AM
Unknown Object (File)
Wed, Aug 13, 2:29 AM
Unknown Object (File)
Mon, Aug 11, 9:42 AM
Unknown Object (File)
Mon, Aug 4, 10:22 AM
Unknown Object (File)
Thu, Jul 31, 11:32 PM
Unknown Object (File)
Jul 25 2025, 8:33 PM
Unknown Object (File)
Jul 24 2025, 2:52 AM
Subscribers

Details

Summary

Allocate resources from the parent device for decoded physical address
ranges. When child resources suballocated from rman's are mapped,
translate those mapping requests into a mapping request of the
associated physical address range in a bus_map_resource method.

While here, convert generic_pcie_rman to a bus_get_rman method and use
bus_generic_rman_* for operations on child resources.

Factor out a generic_pcie_containing_range to share logic between
bus_translate_resource and bus_*map_resource.

Diff Detail

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