summaryrefslogtreecommitdiffstats
path: root/sys/sys/bus_dma.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-05-26 04:00:52 +0000
committerscottl <scottl@FreeBSD.org>2003-05-26 04:00:52 +0000
commit5f2aec7948925a38d9a95a47cb8bec978b87bc46 (patch)
tree837a16ab79b8ad3268e130e5d8f08dbe0f2438bb /sys/sys/bus_dma.h
parent23f766944414893832e8a3d10afbceded194916f (diff)
downloadFreeBSD-src-5f2aec7948925a38d9a95a47cb8bec978b87bc46.zip
FreeBSD-src-5f2aec7948925a38d9a95a47cb8bec978b87bc46.tar.gz
De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.
No need for it to pollute the 5.x API any further. Approved by: re (bmah)
Diffstat (limited to 'sys/sys/bus_dma.h')
-rw-r--r--sys/sys/bus_dma.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/sys/bus_dma.h b/sys/sys/bus_dma.h
index f9471c0..f706677 100644
--- a/sys/sys/bus_dma.h
+++ b/sys/sys/bus_dma.h
@@ -176,9 +176,6 @@ int bus_dmamap_destroy(bus_dma_tag_t dmat, bus_dmamap_t map);
* bus device space based on the constraints lited in the dma tag.
* A dmamap to for use with dmamap_load is also allocated.
*/
-int bus_dmamem_alloc_size(bus_dma_tag_t dmat, void** vaddr, int flags,
- bus_dmamap_t *mapp, bus_size_t size);
-
int bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
bus_dmamap_t *mapp);
@@ -186,9 +183,6 @@ int bus_dmamem_alloc(bus_dma_tag_t dmat, void** vaddr, int flags,
* Free a piece of memory and it's allociated dmamap, that was allocated
* via bus_dmamem_alloc.
*/
-void bus_dmamem_free_size(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map,
- bus_size_t size);
-
void bus_dmamem_free(bus_dma_tag_t dmat, void *vaddr, bus_dmamap_t map);
/*
OpenPOWER on IntegriCloud