summaryrefslogtreecommitdiff
path: root/sys/dev/onewire
AgeCommit message (Expand)Author
2006-10-08Rework bus scanning code so that most of work could be offloadedAlexander Yurchenko
2006-10-01Don't reuse bus lock for locking sensor task thread. Use aAlexander Yurchenko
2006-10-01Protect sensor_task_unregister() with some locking.Alexander 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-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-03-10syncAlexander Yurchenko
2006-03-10Oops.Alexander Yurchenko
2006-03-04syncAlexander Yurchenko
2006-03-04Escape $$ in $OpenBSD$, it's not supposed to be expanded.Alexander Yurchenko
2006-03-04Dallas 1-Wire bus support. Includes the following drivers:Alexander Yurchenko