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
F146751570: D52072.id161634.diff
Thu, Mar 5, 7:18 AM
F146750018: D52072.id161634.diff
Thu, Mar 5, 6:57 AM
Unknown Object (File)
Sun, Mar 1, 1:47 PM
Unknown Object (File)
Mon, Feb 9, 11:22 PM
Unknown Object (File)
Sun, Feb 8, 7:25 PM
Unknown Object (File)
Feb 3 2026, 6:08 AM
Unknown Object (File)
Feb 2 2026, 7:24 AM
Unknown Object (File)
Jan 31 2026, 12:44 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