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
/
onewire
Age
Commit message (
Expand
)
Author
2006-10-08
Rework bus scanning code so that most of work could be offloaded
Alexander Yurchenko
2006-10-01
Don't reuse bus lock for locking sensor task thread. Use a
Alexander Yurchenko
2006-10-01
Protect sensor_task_unregister() with some locking.
Alexander Yurchenko
2006-09-30
Reduce max number of devices per bus to 16.
Alexander Yurchenko
2006-09-30
Allow to offload the match rom command to hardware.
Alexander Yurchenko
2006-09-30
Convert from using lockmgr to rwlock.
Alexander Yurchenko
2006-09-29
Extend bus master interface so that block read/write operations
Alexander Yurchenko
2006-08-03
Fix a nasty bug in the search algorithm, i was just lucky not to spot it
Alexander Yurchenko
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
2006-03-10
sync
Alexander Yurchenko
2006-03-10
Oops.
Alexander Yurchenko
2006-03-04
sync
Alexander Yurchenko
2006-03-04
Escape $$ in $OpenBSD$, it's not supposed to be expanded.
Alexander Yurchenko
2006-03-04
Dallas 1-Wire bus support. Includes the following drivers:
Alexander Yurchenko