summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/onewire.c
AgeCommit message (Expand)Author
2019-11-30onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2017-04-03provide size to free(9)Theo de Raadt
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-01-02Remember the id of all devices found, not only those for which a driverMiod Vallat
2008-04-07Allow a 1-Wire controller to request an immediate scan, and also to preventMiod Vallat
2007-10-09MALLOC -> mallocGilles Chehade
2006-10-08Rework bus scanning code so that most of work could be offloadedAlexander Yurchenko
2006-09-30Reduce max number of devices per bus to 16.Alexander Yurchenko
2006-09-30Allow to offload the match rom command to hardware.Alexander Yurchenko
2006-09-30Convert from using lockmgr to rwlock.Alexander Yurchenko
2006-09-29Extend bus master interface so that block read/write operationsAlexander Yurchenko
2006-08-03Fix a nasty bug in the search algorithm, i was just lucky not to spot itAlexander Yurchenko
2006-03-04Dallas 1-Wire bus support. Includes the following drivers:Alexander Yurchenko