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
/
amd64
/
include
/
bus.h
Age
Commit message (
Expand
)
Author
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-06-07
on amd64, store a pointer to the loaded data and the type. This will
Owain Ainsworth
2009-05-10
When I changed the implementation of iommu and sg_dma over to use
Owain Ainsworth
2009-04-21
add a sg_dma backend for amd64 bus_dma. This is a lot more clever about
Owain Ainsworth
2009-04-20
Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.
Owain Ainsworth
2009-03-10
remove the _BUS_DMA_PRIVATE define from amd64 and i386.
Owain Ainsworth
2009-02-05
Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap,
Owain Ainsworth
2008-12-03
Remove the x86 and i386 prefixes to the bus_dma types. It's really quite
Owain Ainsworth
2008-11-22
same change as for amd64. Move bus_space_* functions from inlines and
Owain Ainsworth
2008-11-21
de-inline the bus_space_* functions in favour of real functions
Owain Ainsworth
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-06-10
All your memory belong to us. This has been in snaps for a while,
Tobias Weingartner
2007-11-16
fix the bus_space #define nightmare, so that amd64 and i386 are much more
Theo de Raadt
2007-09-01
Remove stale comments; prompted by millert.
Marco Peereboom
2007-08-31
Add vaddr.
Marco Peereboom
2006-04-27
from PAE work:
Michael Shalayeff
2005-11-05
Add bus_space_alloc and _free.
Marco Peereboom
2005-05-25
comment typo
Jason Wright
2004-02-23
provide _barrier method w/ {l,s,m}fence instructions
Michael Shalayeff
2004-01-28
an amd64 arch support.
Michael Shalayeff