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, Sep 23, 5:43 PM
Unknown Object (File)
Mon, Sep 23, 10:16 AM
Unknown Object (File)
Sun, Sep 22, 7:40 PM
Unknown Object (File)
Thu, Sep 19, 12:41 PM
Unknown Object (File)
Tue, Sep 17, 2:38 AM
Unknown Object (File)
Sun, Sep 15, 10:13 PM
Unknown Object (File)
Wed, Sep 11, 2:54 AM
Unknown Object (File)
Tue, Sep 10, 8:59 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