summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/owtemp.c
AgeCommit message (Expand)Author
2010-07-08- use nitems() where applicableJasper Lievisse Adriaanse
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-01-18Update copyright.Alexander Yurchenko
2009-01-17Add support for DS1822 to owtemp(4).Alexander Yurchenko
2008-12-26implement support for another temperature sensor, DS18B20Todd T. Fries
2008-10-25put the serial number into the name of the devices (for sysctl), becauseTheo de Raadt
2007-11-28my brother, David Fries david at fries dot net, noticed that if you put yourTodd T. Fries
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-20Implement high resolution temperature measuring.Alexander Yurchenko
2006-10-01Don't reuse bus lock for locking sensor task thread. Use aAlexander Yurchenko
2006-10-01Protect sensor_task_unregister() with some locking.Alexander Yurchenko
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-03-04Dallas 1-Wire bus support. Includes the following drivers:Alexander Yurchenko