aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/bus.h
Commit message (Expand)AuthorAgeFilesLines
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inAndrew Turner2015-11-211-0/+3
* ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun2015-11-101-15/+15
* Micro-optimize the new arm inline bus_space implementation by grouping allIan Lepore2015-01-211-15/+22
* The versatile platform had two copies of a bus_space that are essentiallyIan Lepore2015-01-211-0/+1
* Move bs_unimplemented() to bus_space_generic.c so it can be shared.Ian Lepore2015-01-211-0/+3
* Revise the arm bus_space implementation to avoid dereferencing the tag onIan Lepore2015-01-211-208/+208
* Add inline implementations of arm bus_space_read/write_N().Ian Lepore2015-01-201-21/+39
* o Switch to use physical addresses in rman for FDT.Aleksandr Rybalko2013-03-181-1/+1
* Add a macro that gets the physical address of a memory mapped deviceIan Lepore2013-03-171-0/+8
* Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran2010-12-031-59/+8
* Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran2010-12-021-8/+59
* Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all theWarner Losh2010-04-081-0/+2
* The NetBSD Foundation has granted permission to remove clauses 3 and 4.Warner Losh2010-02-161-7/+0
* correct bus space unmap prototypeSam Leffler2006-11-191-29/+141
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-181-11/+1
* Refactor the bus_dma header files so that the interface is described inScott Long2005-03-141-152/+2
* Add the prototype for bus_dmamap_load_mbuf_sg().Olivier Houchard2005-01-151-0/+3
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Remove bus_space_vaddr(), it does not exists in FreeBSD.Olivier Houchard2004-09-231-17/+35
* Nuke bus_space_mmap(), as it does not exist in FreeBSD.Olivier Houchard2004-06-171-9/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+769