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)
Wed, Mar 25, 11:41 PM
Unknown Object (File)
Tue, Mar 24, 3:30 AM
Unknown Object (File)
Sat, Mar 14, 3:39 PM
Unknown Object (File)
Sat, Mar 14, 3:39 PM
Unknown Object (File)
Wed, Mar 4, 3:07 PM
Unknown Object (File)
Tue, Mar 3, 2:37 AM
Unknown Object (File)
Feb 24 2026, 10:00 AM
Unknown Object (File)
Feb 24 2026, 10:00 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