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
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