Page MenuHomeFreeBSD

ofwbus: remove arm64 ifdefs
ClosedPublic

Authored by mhorne on Feb 10 2023, 5:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 21, 1:58 AM
Unknown Object (File)
Oct 5 2024, 4:16 AM
Unknown Object (File)
Sep 30 2024, 7:27 PM
Unknown Object (File)
Sep 30 2024, 7:20 PM
Unknown Object (File)
Sep 30 2024, 5:31 PM
Unknown Object (File)
Sep 23 2024, 5:43 PM
Unknown Object (File)
Sep 23 2024, 10:16 AM
Unknown Object (File)
Sep 22 2024, 7:40 PM
Subscribers

Details

Summary

Rather than using the DEVICE_IDENTIFY method, let's have other
ofwbus-using platforms add ofwbus0 explicitly in nexus, like arm64. This
gives them the same flexibility, e.g. if riscv starts supporting ACPI,
and cleans up the #ifdefs.

We were doing this already on riscv, but adjust the 'order' parameters.

Diff Detail

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