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
/
sparc
/
include
/
bus.h
Age
Commit message (
Expand
)
Author
2011-09-27
Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or
Miod Vallat
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2009-12-25
Fix (currently unused) bus_space_vaddr() return value.
Miod Vallat
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-07-13
Add a somewhat minimal bus_dma(9) implementation. Only fully implemented for
Mark Kettenis
2006-01-01
Don't need to include machine/types.h here. OK and tested by miod@
Todd C. Miller
2003-07-08
BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fake
Michael Shalayeff
2003-06-25
Extend the sparc bus_space_tag_t to store access endianness in it, and
Miod Vallat
2003-06-25
fix _set_ functions as found while debugging an@stp
Michael Shalayeff
2003-06-23
*_raw_*_1() functions do not exist
Michael Shalayeff
2003-06-23
Add a very straightforward subset of the bus_space API, where all functions
Miod Vallat