summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/include/bus.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Let the armv7 bus_dma layer and simplebus(4) implementation deal withkettenis2020-04-291-24/+5
* add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg2017-05-081-14/+15
* Some device trees use 64-bit intermediate virtual addresses. Thispatrick2016-10-051-3/+3
* Implement bus dma support for loading raw mappings so that we can usepatrick2016-08-261-1/+3
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only themiod2010-04-041-17/+5
* Make sure all platforms understand the flags argument of bus_space_map() andmiod2009-07-261-3/+3
* Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.oga2009-04-201-1/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the codeclaudio2008-05-051-136/+2
* Remove ARM32_BUFTYPE_RAW, it's never used.miod2007-04-101-2/+1
* Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY andmiod2007-04-101-3/+1
* Nuke defopt remains. Tested on cats and zaurus.miod2006-05-271-5/+1
* Add RCS id.miod2006-05-261-0/+1
* Fix (and de-inline) bus_space_(read|write)_raw* functions, they diddrahn2004-12-301-65/+0
* Missing pieces of the bus_space abi, found when attempting to compile adrahn2004-10-011-0/+44
* de __P of sys/arch/arm.drahn2004-05-191-273/+273
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+1071