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
/
mvme88k
/
include
/
bus.h
Age
Commit message (
Expand
)
Author
2012-12-03
avoid depending on gcc cast as lvalue extension which
Jonathan Gray
2011-09-27
Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or
Miod Vallat
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2009-07-30
Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be
Miod Vallat
2009-07-26
Make sure all platforms understand the flags argument of bus_space_map() and
Miod Vallat
2009-05-31
Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with
Miod Vallat
2009-04-20
Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.
Owain Ainsworth
2006-04-26
Define BUS_SPACE_MAP_LINEAR and use it when appropriate. Right now
Miod Vallat
2006-01-01
Don't need to include machine/types.h here. OK and tested by miod@
Todd C. Miller
2004-05-07
bus_dma(9) implementation for mvme88k, mostly based upon powerpc.
Miod Vallat
2004-04-30
Correctly cope with unaligned memory pointers in d16_b*()
Miod Vallat
2004-04-24
Preliminary switch to an mvme88k bus_space world. Not all drivers have been
Miod Vallat