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
/
arm
/
include
/
bus.h
Age
Commit message (
Expand
)
Author
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2010-04-04
OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the
Miod Vallat
2009-07-26
Make sure all platforms understand the flags argument of bus_space_map() and
Miod Vallat
2009-04-20
Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.
Owain Ainsworth
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-05
We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the code
Claudio Jeker
2007-04-10
Remove ARM32_BUFTYPE_RAW, it's never used.
Miod Vallat
2007-04-10
Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY and
Miod Vallat
2006-05-27
Nuke defopt remains. Tested on cats and zaurus.
Miod Vallat
2006-05-26
Add RCS id.
Miod Vallat
2004-12-30
Fix (and de-inline) bus_space_(read|write)_raw* functions, they did
Dale Rahn
2004-10-01
Missing pieces of the bus_space abi, found when attempting to compile a
Dale Rahn
2004-05-19
de __P of sys/arch/arm.
Dale Rahn
2004-02-01
Arm port, NetBSD codebase stripped down, 32bit only support.
Dale Rahn