[email protected] (Robert Swindells) writes:

>I have now got it to drop into DDB and found that it is triggering an
>assertion in sys/arch/arm/arm32/bus_dma.c:_bus_dmamap_sync().

>        KASSERTMSG(len > 0 && offset + len <= map->dm_mapsize,
>            "len %lu offset %lu mapsize %lu",
>            len, offset, map->dm_mapsize);

Or just correct this assertion, len == 0 isn't invalid.

-- 
-- 
                                Michael van Elst
Internet: [email protected]
                                "A potential Snark may lurk in every tree."

Reply via email to