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
/
hppa
/
include
/
bus.h
Age
Commit message (
Expand
)
Author
2009-07-30
Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can be
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
2007-05-23
Add proper bus_space_vaddr() implementation.
Mark Kettenis
2005-01-09
typo
Michael Shalayeff
2004-04-07
update copyright; miod@ is fine w/ files where he holds it too
Michael Shalayeff
2004-03-02
track va for each segment and not for the whole map.
Michael Shalayeff
2003-09-29
dino/cujo pci bridge
Michael Shalayeff
2003-03-29
bus_space_vaddr and related definitions (needs actual implementations)
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-07
Clean up BUS_DMA_* flags, and make sure all arch's define:
Jason Wright
2002-02-16
there are bugs, and then there are pastos
Michael Shalayeff
2002-02-16
remove bogus DCIAS (used to be used for scsi driver
Michael Shalayeff
2002-02-16
implement a few dma methods; from fredette@. some fixes from me
Michael Shalayeff
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-07-30
Change:
Artur Grabowski
2000-06-15
add BUS_DMA_COHERENT, fix BUS_DMAMEM_NOSYNC
Michael Shalayeff
2000-01-29
repair busdma calls w/o cookies
Michael Shalayeff
1999-11-26
fix types for raw routines, also fix macros in bus.h for raw multi; 10x niklas@
Michael Shalayeff
1999-11-25
do bus stuff through pointers, native devices use memory ops where possible
Michael Shalayeff
1999-02-25
better bus_space_barrier(); proper dma stuff; some more bus tags
Michael Shalayeff
1999-01-03
implement bus_space_{un,}map w/ extents
Michael Shalayeff
1998-12-29
add bus_space_barrier() proto
Michael Shalayeff
1998-12-13
implement some more of those write_multi routines; also some 64 bit ones
Michael Shalayeff
1998-12-13
take advantage of IO space equal mapping
Michael Shalayeff
1998-12-05
fake bus_space_barrier()
Michael Shalayeff
1998-12-05
finally, i block mapped the io space, so bus.h is kind of fake now, just *(h ...
Michael Shalayeff
1998-11-23
some bus.h
Michael Shalayeff