Page MenuHomeFreeBSD

Only check the ProducerConsumer flag on extended memory
ClosedPublic

Authored by andrew on Feb 26 2018, 9:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 7, 5:02 AM
Unknown Object (File)
Thu, Oct 30, 5:02 PM
Unknown Object (File)
Sat, Oct 25, 7:37 PM
Unknown Object (File)
Sat, Oct 25, 7:37 PM
Unknown Object (File)
Sat, Oct 25, 7:37 PM
Unknown Object (File)
Sat, Oct 25, 1:11 PM
Unknown Object (File)
Sun, Oct 12, 12:37 AM
Unknown Object (File)
Oct 9 2025, 4:35 PM
Subscribers

Details

Summary

As per the ACPI 6.0 spec 6.4.3.5 bit 0 is ignored on QWord, DWord, and Word
Address Space Descriptors, but not Extended Address Space Descriptors.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb added inline comments.
sys/dev/acpica/acpi_resource.c
346 ↗(On Diff #39740)

I would check res->Type first before checking the flag.

This revision is now accepted and ready to land.Feb 26 2018, 5:58 PM
This revision was automatically updated to reflect the committed changes.