summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/onewire.c
AgeCommit message (Expand)Author
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