summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/owtemp.c
AgeCommit message (Expand)Author
2019-11-30Make owtemp reliable for me:ad
2019-10-25PR kern/54617: onewire(4):martin
2014-05-14calculate extended precision as per DS1920/DS1820 data sheetskardel
2011-06-20Initialize sensor state before registering.pgoyette
2009-12-06Simplify device-activation hooks.dyoung
2008-05-05device_t/softc split and other related cosmetic changes.xtraeme
2008-04-08use aprint_*_dev and device_xnamecegger
2007-11-16Extend the envsys2 API (one more time, sorry) as defined in:xtraeme
2007-09-05onewire_lock: remove the flags argument and change the return type to void.xtraeme
2007-07-13Forgot to set the description in the sensor.xtraeme
2007-07-04Set the state on sc->sc_sensor[0].state and not append it,xtraeme
2007-07-04There's no need to set the "envsys-description" property in thextraeme
2007-07-01Imported envsys 2, a brief description of the new features:xtraeme
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-07-10Put appropriate prefixes on property names to reduce chances of namethorpej
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-07Add missing $ sign at the end of the NetBSD rcsid tag.uwe
2006-04-07Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includesriz