Page MenuHomeFreeBSD

arm64/smmu: Move smmu later
Needs ReviewPublic

Authored by andrew on Mon, Sep 7, 4:11 PM.

Details

Reviewers
manu
Group Reviewers
arm64
Summary

We need to wait for the interrupt drivers to attach before the smmu
driver. As both of these happened at BUS_PASS_INTERRUPT +
BUS_PASS_ORDER_MIDDLE there was no guarantee this would happen in the
correct order.

Fix by moving the smmu driver to BUS_PASS_ORDER_LATE.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 76632
Build 73515: arc lint + arc unit