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)
Jan 21 2025, 5:00 AM
Unknown Object (File)
Jan 19 2025, 7:30 PM
Unknown Object (File)
Dec 16 2024, 4:52 PM
Unknown Object (File)
Dec 13 2024, 12:31 AM
Unknown Object (File)
Dec 11 2024, 10:11 PM
Unknown Object (File)
Oct 17 2024, 9:38 PM
Unknown Object (File)
Sep 30 2024, 5:49 PM
Unknown Object (File)
Sep 30 2024, 12:31 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.