summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/viommu.c
AgeCommit message (Expand)Author
2015-01-09Fix loading memory allocated with bus_dmamem_alloc(9). The old could wouldMark Kettenis
2014-05-10Format string fixes for bus_addr_t and bus_size_t, which are u_long everywhere.Mark Kettenis
2014-01-22Use extent_alloc_subregion_with_descr(9). This should make bus_dmamap_load(9)Mark Kettenis
2013-01-15Fix segmentation of buffers that straddle a boundary.Mark Kettenis
2011-05-18When the sparc64 iommu fails to lookup a vaddr, it prints a message andAriane van der Steldt
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-04-20cleanup more confusion regarding user.h before proc.h, or missing proc.hTheo de Raadt
2009-08-09if extent_alloc() fails, we don't clear the iomap properly beforeOwain Ainsworth
2009-05-04type pedantry.Owain Ainsworth
2009-05-03Avoid clobbering error return values with the result from extent_free(), byMark Kettenis
2009-04-05In the rare case where after we've loaded the iomap into the hardware,Owain Ainsworth
2009-03-16Trivial malloc + memset -> malloc(,,M_ZERO) conversion.Owain Ainsworth
2009-03-16pmap = (conditional ? user_way : pmap = pmap_kernel());Owain Ainsworth
2009-01-02Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap().Mark Kettenis
2008-03-09sun4v hypervisor IOMMU code.Mark Kettenis