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
/
dev
/
i2o
/
iop.c
Age
Commit message (
Expand
)
Author
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-10-27
remove unused timeout in lockinit() per art@'s idea.
Michael Shalayeff
2001-07-27
Startup hooks. Can be used for providing root/swap devices from device
Niklas Hallqvist
2001-06-29
Better failure handling in the init routine
Niklas Hallqvist
2001-06-27
Very important endian fix :-)
Niklas Hallqvist
2001-06-27
use proper size for swapping
Michael Shalayeff
2001-06-27
recieve -> receive
Nathan Binkert
2001-06-27
use I2O_CLASS_MASK and I2O_LCT_ENTRY_TID_MASK instead of magic const, plus a ...
Michael Shalayeff
2001-06-26
htole32 is twice as wrong as letoh16
Michael Shalayeff
2001-06-26
size fixes. Some KNF.
Niklas Hallqvist
2001-06-26
make iop_msg_post deal w/ the size itself
Michael Shalayeff
2001-06-26
Some stylistic changes
Niklas Hallqvist
2001-06-26
initialize sw and fix the the mb length
Michael Shalayeff
2001-06-26
a few style changes from niklas and fill the mb for ofifo_init proper
Michael Shalayeff
2001-06-26
make the scratch mem global, convert reset, status_get, and ofifo_init, the l...
Michael Shalayeff
2001-06-26
Comment about the bus_space_alloc calls and their problems
Niklas Hallqvist
2001-06-26
supply a size argument to the _post and _msg_post.
Michael Shalayeff
2001-06-26
Create a scratch dma map
Niklas Hallqvist
2001-06-26
vendor extensions not yet
Michael Shalayeff
2001-06-25
Initial I2O framework from NetBSD, hacked up by mickey and me.
Niklas Hallqvist