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)
Feb 18 2024, 5:37 PM
Unknown Object (File)
Feb 2 2024, 10:46 PM
Unknown Object (File)
Jan 18 2024, 1:14 PM
Unknown Object (File)
Dec 20 2023, 7:32 AM
Unknown Object (File)
Nov 24 2023, 11:30 AM
Unknown Object (File)
Aug 9 2023, 8:06 AM
Unknown Object (File)
Jun 11 2023, 12:51 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.