HomeFreeBSD

Map arm64 pci config memory as non-posted

Description

Map arm64 pci config memory as non-posted

On arm64 PCI config memory is expected to be mapped with a non-posted
device type. To handle this use the new bus_map_resource support in
arm64 to map memory with the new VM_MEMATTR_DEVICE_NP attribute. This
memory has already been allocated and activated, it just needs to be
mapped.

Reviewed by: kevans, mmel
Differential Revision: https://reviews.freebsd.org/D30079

Details

Provenance
andrewAuthored on Mar 5 2023, 12:34 PM
Reviewer
kevans
Differential Revision
D30079: Map arm64 pci config memory as non-posted
Parents
rG3689f8aeab82: linux_80211: Don't dequeue lsta if not queued
Branches
Unknown
Tags
Unknown