CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/07 12:07:31
Modified files:
sys/dev/ofw : ofw_misc.c
Log message:
The ARM SMMUv2 does actually support #iommu-cells = <2>, where the second
cell is used as a mask for SMR to match a number of IDs. So far we have
asserted that it's always 1, so loosen the restriction and pass both cells
instead of only the sid.
ok kettenis@
