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
/
tools
/
bus_space
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an example program (in Python) for the AMD Am79c900 (ILACC)
marcel
2015-08-02
1
-0
/
+344
*
Rename busdma_sync() to busdma_sync_range() and rename the
marcel
2015-08-02
5
-11
/
+36
*
Change the dev argument from a full path to just the device
marcel
2015-07-26
6
-12
/
+26
*
Remove debugging output. We should have tracing instead.
marcel
2015-07-26
1
-9
/
+0
*
Implement busdma_md_unload() and busdma_sync().
marcel
2015-07-03
5
-25
/
+147
*
Add busdma_md_create, busdma_md_destroy and busdma_md_load.
marcel
2015-07-03
5
-47
/
+212
*
Free the segment objects properly.
marcel
2015-06-12
1
-12
/
+48
*
Add accessor functions for iterating over segments. A segment
marcel
2015-06-11
5
-12
/
+245
*
Rename bus_space to bus (i.e. drop _space). This makes the
marcel
2015-06-10
8
-29
/
+29
*
Map the allocated DMA memory into the address space.
marcel
2015-06-08
1
-1
/
+9
*
Add busdma_mem_alloc & busdma_mem_free.
marcel
2015-06-08
5
-73
/
+205
*
Add DMA tag management to the C library and Python binding.
marcel
2015-06-06
7
-12
/
+385
*
Add a C libary and a Python module that implements an API similar
marcel
2014-04-28
9
-0
/
+672