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