summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/bus_defs.h
AgeCommit message (Expand)Author
2022-10-15Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappingsjmcneill
2022-01-22Ensure bus_dmatag_subregion is called with an inclusive max_addrskrll
2021-08-30Add storage for an iommu cookie in bus_dmamap_t and store untranslated CPUjmcneill
2021-04-23Trialing whitespaceskrll
2020-04-13Add KASAN-DMA support on aarch64, same as amd64. Discussed with skrll@.maxv
2019-12-28Do not use Early Write Acknowledge for PCIe I/O and config space.jmcneill
2018-11-19On second thought, get rid of "bs_base" from struct bus_space and use ajmcneill
2018-11-18Add a "bs_base" field to struct bus_space. If present, use it to translatejmcneill
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2014-01-29Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ ormatt
2013-02-16Add PRIxBUSADDR, etalmatt
2013-01-27Get rid of _BUS_DMAMAP_MEM_XLATEmatt
2013-01-27Add a _BUS_DMAMAP_NOALLOC which tells bus_dmamem_alloc to skip thatmatt
2013-01-27Add a flag to make bus_dmamem_map use the bus/sys transation table whenmatt
2012-11-12C99 typesskrll
2012-10-19Make IS_BOUNCING a map flag and use it to simplify code and to avoid callingmatt
2012-10-17Add per-segment and per-ragne flag (to store _BUS_DMAMAP_COHERENT).matt
2012-09-18Add bounce buffer support for ARM bus_dma(9). Add macros to help initializematt
2011-07-01Per discussion atdyoung