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
Unknown Object (File)
Wed, Mar 18, 11:34 AM
Unknown Object (File)
Wed, Mar 18, 11:26 AM
Unknown Object (File)
Thu, Mar 5, 7:18 AM
Unknown Object (File)
Thu, Mar 5, 6:57 AM
Unknown Object (File)
Sun, Mar 1, 1:47 PM
Unknown Object (File)
Feb 9 2026, 11:22 PM
Unknown Object (File)
Feb 8 2026, 7:25 PM
Unknown Object (File)
Feb 3 2026, 6:08 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 Not Applicable
Unit
Tests Not Applicable