Page MenuHomeFreeBSD

riscv: add (a dummy) acpica_machdep.h
ClosedPublic

Authored by bz on Jan 13 2026, 9:16 PM.
Tags
None
Referenced Files
F168189655: D54691.id169574.diff
Wed, Aug 26, 7:18 PM
F168167015: D54691.diff
Wed, Aug 26, 4:43 PM
F168165890: D54691.id169725.diff
Wed, Aug 26, 4:35 PM
Unknown Object (File)
Tue, Aug 25, 11:00 PM
Unknown Object (File)
Fri, Aug 21, 9:56 PM
Unknown Object (File)
Fri, Aug 21, 9:53 PM
Unknown Object (File)
Sun, Aug 16, 11:13 PM
Unknown Object (File)
Thu, Aug 13, 10:19 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