Page MenuHomeFreeBSD

LinuxKPI: acpi; fix type to acpi_get_handle()
ClosedPublic

Authored by bz on Aug 21 2025, 8:59 AM.
Tags
None
Referenced Files
F134017037: D52072.diff
Thu, Oct 30, 1:37 AM
Unknown Object (File)
Sun, Oct 26, 11:59 AM
Unknown Object (File)
Tue, Oct 21, 7:56 PM
Unknown Object (File)
Tue, Oct 14, 3:26 PM
Unknown Object (File)
Tue, Oct 14, 3:26 PM
Unknown Object (File)
Tue, Oct 14, 3:26 PM
Unknown Object (File)
Tue, Oct 14, 2:04 AM
Unknown Object (File)
Tue, Oct 7, 6:15 AM
Subscribers

Details

Summary

The native AcpiGetHandle() and acpi_get_handle() take a
const char * argument for pathname and not an acpi_string (char *).
For that they spell it out fully as 'const char *', so should we.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66410
Build 63293: arc lint + arc unit