summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/iommuvar.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/sparc64/include/iommuvar.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/sparc64/include/iommuvar.h')
-rw-r--r--sys/sparc64/include/iommuvar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sparc64/include/iommuvar.h b/sys/sparc64/include/iommuvar.h
index 4584001..5337d14 100644
--- a/sys/sparc64/include/iommuvar.h
+++ b/sys/sparc64/include/iommuvar.h
@@ -95,12 +95,8 @@ void iommu_dvmamap_unload(bus_dma_tag_t, bus_dma_tag_t, struct iommu_state *,
bus_dmamap_t);
void iommu_dvmamap_sync(bus_dma_tag_t, bus_dma_tag_t, struct iommu_state *,
bus_dmamap_t, int);
-int iommu_dvmamem_alloc_size(bus_dma_tag_t, bus_dma_tag_t, struct iommu_state *,
- void **, int, bus_dmamap_t *, bus_size_t size);
int iommu_dvmamem_alloc(bus_dma_tag_t, bus_dma_tag_t, struct iommu_state *,
void **, int, bus_dmamap_t *);
-void iommu_dvmamem_free_size(bus_dma_tag_t, bus_dma_tag_t, struct iommu_state *,
- void *, bus_dmamap_t, bus_size_t size);
void iommu_dvmamem_free(bus_dma_tag_t, bus_dma_tag_t, struct iommu_state *,
void *, bus_dmamap_t);
OpenPOWER on IntegriCloud