Page MenuHomeFreeBSD

riscv: add (a dummy) acpica_machdep.h
ClosedPublic

Authored by bz on Jan 13 2026, 9:16 PM.
Tags
None
Referenced Files
F146674100: D54691.id169574.diff
Wed, Mar 4, 3:07 PM
Unknown Object (File)
Tue, Mar 3, 2:37 AM
Unknown Object (File)
Tue, Feb 24, 10:00 AM
Unknown Object (File)
Tue, Feb 24, 10:00 AM
Unknown Object (File)
Mon, Feb 9, 8:22 PM
Unknown Object (File)
Jan 26 2026, 1:09 PM
Unknown Object (File)
Jan 26 2026, 2:18 AM
Unknown Object (File)
Jan 20 2026, 9:23 AM
Subscribers

Details

Summary

We have reports that iwlwifi(4) works on RISC-V. While we can turn off
full ACPI-specific files easily, intermittent code still relies on the
header files to be present. In order to not need to completely #ifdef
everything out we want to include acpi.h from LinuxKPI and as a result
need this file. With this the iwlwifi(4) code compiles just fine and
will do the right thing (given the functional ACPI parts are disabled/
unavailable).

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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