Page MenuHomeFreeBSD

acpi: Allow drivers to use bus_set_resource for more resources
ClosedPublic

Authored by jhb on Feb 14 2024, 6:55 PM.
Tags
None
Referenced Files
F140752299: D43892.id134328.diff
Sat, Dec 27, 3:42 PM
Unknown Object (File)
Thu, Dec 4, 11:40 PM
Unknown Object (File)
Nov 27 2025, 3:31 PM
Unknown Object (File)
Nov 19 2025, 12:49 PM
Unknown Object (File)
Nov 18 2025, 11:13 PM
Unknown Object (File)
Nov 10 2025, 4:36 PM
Unknown Object (File)
Nov 9 2025, 1:19 AM
Unknown Object (File)
Nov 1 2025, 11:30 PM
Subscribers

Details

Summary

acpi_set_resource excludes certain types of resources for certain
devices. The intention of this is to avoid adding resource entries
for bogus resources enumerated via _CRS. However, this also prevents
drivers from adding those resources explicitly if needed. To fix
this, move the logic to exclude these resources into an ignore hook
used when parsing _CRS to create the initial set of resources for each
device.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable