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
/
onewire.c
Age
Commit message (
Expand
)
Author
2019-11-30
onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@
cheloha
2017-04-03
provide size to free(9)
Theo de Raadt
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-11-18
simplify kthread_create(). no more stdarg
Theo de Raadt
2013-04-10
Fix various glitches in queue macro usage.
Philip Guenther
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-01-02
Remember the id of all devices found, not only those for which a driver
Miod Vallat
2008-04-07
Allow a 1-Wire controller to request an immediate scan, and also to prevent
Miod Vallat
2007-10-09
MALLOC -> malloc
Gilles Chehade
2006-10-08
Rework bus scanning code so that most of work could be offloaded
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-03-04
Dallas 1-Wire bus support. Includes the following drivers:
Alexander Yurchenko