summaryrefslogtreecommitdiffstats
path: root/sys/dev/onewire/onewire.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* provide size to free(9)deraadt2017-04-031-2/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* simplify kthread_create(). no more stdargderaadt2013-11-181-2/+2
* Fix various glitches in queue macro usage.guenther2013-04-101-4/+2
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Remember the id of all devices found, not only those for which a drivermiod2009-01-021-10/+10
* Allow a 1-Wire controller to request an immediate scan, and also to preventmiod2008-04-071-1/+11
* MALLOC -> mallocgilles2007-10-091-4/+4
* Rework bus scanning code so that most of work could be offloadedgrange2006-10-081-67/+90
* Reduce max number of devices per bus to 16.grange2006-09-301-2/+2
* Allow to offload the match rom command to hardware.grange2006-09-301-1/+6
* Convert from using lockmgr to rwlock.grange2006-09-301-8/+8
* Extend bus master interface so that block read/write operationsgrange2006-09-291-19/+29
* Fix a nasty bug in the search algorithm, i was just lucky not to spot itgrange2006-08-031-7/+11
* Dallas 1-Wire bus support. Includes the following drivers:grange2006-03-041-0/+452