Page MenuHomeFreeBSD

riscv: add (a dummy) acpica_machdep.h
ClosedPublic

Authored by bz on Jan 13 2026, 9:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 21, 7:27 PM
Unknown Object (File)
Mon, Apr 20, 6:21 PM
Unknown Object (File)
Wed, Apr 8, 12:29 AM
Unknown Object (File)
Sun, Apr 5, 1:00 PM
Unknown Object (File)
Mar 25 2026, 11:41 PM
Unknown Object (File)
Mar 24 2026, 3:30 AM
Unknown Object (File)
Mar 14 2026, 3:39 PM
Unknown Object (File)
Mar 14 2026, 3:39 PM
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