freebsd-skq/sys/dev/ena
mw 0c9c167547 Add WC support for arm64 in the ENA driver
As the pmamp_change_attr() is public on arm64 since r351131, it can be
used on the arm64 to map memory range as with the write combined
attribute.

It requires the driver to use generic VM_MEMATTR_WRITE_COMBINING flag
instead of the x86 specific PAT_WRITE_COMBINING.

Differential Revision: https://reviews.freebsd.org/D21931
Submitted by:  Michal Krawczyk <mk@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Amazon, Inc.
2019-10-31 15:38:17 +00:00
..
ena_sysctl.c Update ENA version to v2.0.0 2019-05-30 13:52:32 +00:00
ena_sysctl.h Update ENA version to v2.0.0 2019-05-30 13:52:32 +00:00
ena.c Add WC support for arm64 in the ENA driver 2019-10-31 15:38:17 +00:00
ena.h Update ENA version to v2.0.0 2019-05-30 13:52:32 +00:00