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
2008-04-07
Allow a 1-Wire controller to request an immediate scan, and also to prevent
Miod Vallat
2008-02-23
Regen
Miod Vallat
2008-02-23
More device families, from Dallas datasheets.
Miod Vallat
2007-11-28
my brother, David Fries david at fries dot net, noticed that if you put your
Todd T. Fries
2007-10-09
MALLOC -> malloc
Gilles Chehade
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-06-01
remove strings from sensor.desc which are now present in sysctl variable name...
Constantine A. Murenin
2007-06-01
remove strings from sensor.desc which are now present in sysctl variable name...
Constantine A. Murenin
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-02-28
sync
Theo de Raadt
2007-02-28
place types needed by onewiredevs_data.h, directly into that file so that it
Theo de Raadt
2007-02-28
Add Smart Battery Monitor device driver. Provided by
Alexander Yurchenko
2007-02-28
regen
Alexander Yurchenko
2007-02-28
Add DS2438 Smart Battery Monitor family.
Alexander Yurchenko
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-12-20
sync
Alexander Yurchenko
2006-12-20
Add Java iButton mbalmer gave me at h2k6.
Alexander Yurchenko
2006-12-20
Implement high resolution temperature measuring.
Alexander Yurchenko
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