summaryrefslogtreecommitdiffstats
path: root/sys/dev/onewire/owtemp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha2019-11-301-2/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* - use nitems() where applicablejasper2010-07-081-3/+2
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Update copyright.grange2009-01-181-2/+2
* Add support for DS1822 to owtemp(4).grange2009-01-171-3/+5
* implement support for another temperature sensor, DS18B20todd2008-12-261-12/+23
* put the serial number into the name of the devices (for sysctl), becausederaadt2008-10-251-1/+3
* my brother, David Fries david at fries dot net, noticed that if you put yourtodd2007-11-281-2/+2
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-241-3/+6
* split userland & kernel struct sensor/sensordev so that the additionderaadt2007-03-221-3/+3
* adapt to new two-level sensor api; Constantine A. Mureninderaadt2006-12-231-6/+7
* Implement high resolution temperature measuring.grange2006-12-201-4/+29
* Don't reuse bus lock for locking sensor task thread. Use agrange2006-10-011-16/+8
* Protect sensor_task_unregister() with some locking.grange2006-10-011-1/+4
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Dallas 1-Wire bus support. Includes the following drivers:grange2006-03-041-0/+167