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
/
sgi
/
include
/
bus.h
Age
Commit message (
Expand
)
Author
2012-03-15
No longer allow bus_space_barrier() to be a NULL pointer on a given
Miod Vallat
2010-08-23
Implement bus_space_barrier() on sgi; on xbridge, this will also flush
Miod Vallat
2010-04-04
Fix bus_space_{read,write}_raw_region_# operation.
Miod Vallat
2009-12-25
Pass both the virtual address and the physical address of the memory range
Miod Vallat
2009-07-30
Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only
Miod Vallat
2009-07-26
Make sure all platforms understand the flags argument of bus_space_map() and
Miod Vallat
2009-07-23
Get rid of bus_mem_add_mapping().
Miod Vallat
2009-07-22
Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields.
Miod Vallat
2009-07-22
Define BUS_SPACE_MAP_CACHEABLE.
Miod Vallat
2009-07-17
Update bus_dma to the better codebase found on almost all other platforms,
Miod Vallat
2009-05-31
Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with
Miod Vallat
2009-05-24
Revert the memory range restriction code added to _dmamem_alloc(); devices
Miod Vallat
2009-04-20
Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.
Owain Ainsworth
2009-04-13
The start of Origin 200 support. Based on some code contributed by pefo@
Miod Vallat
2008-08-25
Add bus_space_read_raw_region_* and bus_space_write_raw_region_* bus space
Joel Sing
2008-07-30
Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs
Miod Vallat
2008-03-30
Implement bus_space_*8 and bus_space_vaddr.
Miod Vallat
2008-02-20
More dead includes and functions noone will mourn.
Miod Vallat
2007-11-27
Add BUS_SPACE_MAP_LINEAR
Joel Sing
2007-06-21
Extent sgi bus_dma to cope with different views of memory: non-contiguous
Miod Vallat
2006-05-27
Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically
Kenneth R Westerback
2005-01-02
Fix typo.
Mark Kettenis
2004-08-10
spacing
Theo de Raadt
2004-08-10
spacing
Theo de Raadt
2004-08-06
initial sgi import
Per Fogelstrom