index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arm
/
include
/
bus.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place in
andrew
2015-11-21
1
-0
/
+3
*
ARM: Remove trailing whitespace from sys/arm/include
mmel
2015-11-10
1
-15
/
+15
*
Micro-optimize the new arm inline bus_space implementation by grouping all
ian
2015-01-21
1
-15
/
+22
*
The versatile platform had two copies of a bus_space that are essentially
ian
2015-01-21
1
-0
/
+1
*
Move bs_unimplemented() to bus_space_generic.c so it can be shared.
ian
2015-01-21
1
-0
/
+3
*
Revise the arm bus_space implementation to avoid dereferencing the tag on
ian
2015-01-21
1
-208
/
+208
*
Add inline implementations of arm bus_space_read/write_N().
ian
2015-01-20
1
-21
/
+39
*
o Switch to use physical addresses in rman for FDT.
ray
2013-03-18
1
-1
/
+1
*
Add a macro that gets the physical address of a memory mapped device
ian
2013-03-17
1
-0
/
+8
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-59
/
+8
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-8
/
+59
*
Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all the
imp
2010-04-08
1
-0
/
+2
*
The NetBSD Foundation has granted permission to remove clauses 3 and 4.
imp
2010-02-16
1
-7
/
+0
*
correct bus space unmap prototype
sam
2006-11-19
1
-29
/
+141
*
Break out the definition of bus_space_{tag,handle}_t and a few other types
imp
2005-04-18
1
-11
/
+1
*
Refactor the bus_dma header files so that the interface is described in
scottl
2005-03-14
1
-152
/
+2
*
Add the prototype for bus_dmamap_load_mbuf_sg().
cognet
2005-01-15
1
-0
/
+3
*
Start all license statements with /*-
imp
2005-01-05
1
-1
/
+1
*
Remove bus_space_vaddr(), it does not exists in FreeBSD.
cognet
2004-09-23
1
-17
/
+35
*
Nuke bus_space_mmap(), as it does not exist in FreeBSD.
cognet
2004-06-17
1
-9
/
+0
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-2
/
+2
*
Import FreeBSD/arm kernel bits.
cognet
2004-05-14
1
-0
/
+769