]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement busdma_md_unload() and busdma_sync().
authormarcel <marcel@FreeBSD.org>
Fri, 3 Jul 2015 05:47:56 +0000 (05:47 +0000)
committermarcel <marcel@FreeBSD.org>
Fri, 3 Jul 2015 05:47:56 +0000 (05:47 +0000)
commitfac325d35189afbad0cf6276d1e1a195e78ceafd
treed48c492ec6003859eac44c9fc58e6201d161d6f2
parent2c1d4a4ec108315dde35ee29b168bcf39be807ac
Implement busdma_md_unload() and busdma_sync().

While here:
1.  have the Python bindings contain constants for the space
    identifiers and the sync operation.
2.  change the segment iterators to return None when done,
    not ENXIO.
tools/bus_space/C/lang.c
tools/bus_space/C/libbus.h
tools/bus_space/Python/lang.c
tools/bus_space/busdma.c
tools/bus_space/busdma.h