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)
Sat, May 9, 10:06 AM
Unknown Object (File)
Tue, May 5, 11:49 PM
Unknown Object (File)
Thu, Apr 30, 6:03 PM
Unknown Object (File)
Wed, Apr 29, 1:07 PM
Unknown Object (File)
Sun, Apr 26, 2:24 PM
Unknown Object (File)
Fri, Apr 24, 1:53 AM
Unknown Object (File)
Mon, Apr 20, 5:51 AM
Unknown Object (File)
Apr 11 2026, 10:42 AM
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.