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)
Sun, Apr 5, 10:21 AM
Unknown Object (File)
Sat, Apr 4, 4:32 PM
Unknown Object (File)
Sat, Apr 4, 2:00 PM
Unknown Object (File)
Wed, Mar 25, 8:43 PM
Unknown Object (File)
Sun, Mar 22, 2:33 PM
Unknown Object (File)
Sun, Mar 15, 2:43 AM
Unknown Object (File)
Mar 10 2026, 5:01 PM
Unknown Object (File)
Mar 9 2026, 5:54 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.