summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/owsbm.c
AgeCommit message (Collapse)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
2014-09-14remove uneeded proc.h includesJonathan Gray
ok mpi@ kspillner@
2010-07-08- use nitems() where applicableJasper Lievisse Adriaanse
ok grange@
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
This is needed for the addition of further suspend/resume actions. Okay deraadt@, marco@.
2009-01-26Unify error message.Mark Kettenis
ok grange@, oga@, todd@
2008-10-25put the serial number into the name of the devices (for sysctl), becauseTheo de Raadt
Joerg Goltermann has so many of them and has convinced me that he cannot tell them apart. ok grange cnst henning
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@
2007-06-01remove strings from sensor.desc which are now present in sysctl variable ↵Constantine A. Murenin
names; ok grange@
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
Aaron Linville <aaron@linville.org> in PR 5398.