CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/13 14:31:46
Modified files:
sys/arch/arm64/dev: smmu.c
Log message:
Fix SMMUv3 StreamID boundary check. For a StreamID size of 32-bits, the
upper boundary crosses into 64-bit, so we need to use 1ULL for comparison.
This fixes use of PCI on Radxa Orion O6 (with SMMUv3 manually enabled).
