summaryrefslogtreecommitdiff
path: root/sys/dev/onewire
AgeCommit message (Expand)Author
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-05-14calculate extended precision as per DS1920/DS1820 data sheetskardel
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-08-31Add glue code to build as module.mbalmer
2011-06-20Initialize sensor state before registering.pgoyette
2009-12-06Simplify device-activation hooks.dyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-03-18bzero -> memsetcegger
2009-01-21add a comment explaining how to regenerate onewiredevs.h and onewiredevs_data.hjnemeth
2008-12-17kill MALLOC and FREE macros.cegger
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2008-05-05device_t/softc split and other related cosmetic changes.xtraeme
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-11use __KERNEL_RCSID()lukem
2007-11-16Extend the envsys2 API (one more time, sorry) as defined in:xtraeme
2007-09-05Remove ONEWIRE_NOWAIT, it's unused now.xtraeme
2007-09-05onewire_lock: remove the flags argument and change the return type to void.xtraeme
2007-09-02Convert onewire(4) to use rwlock(9) rather than lockmgr(9).xtraeme
2007-07-13Forgot to set the description in the sensor.xtraeme
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
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-09-03add missing initializer.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-14Fix some RCS IDs, and the comments including them.riz
2006-04-08Add NetBSD RCSIDsriz
2006-04-07Add missing $ sign at the end of the NetBSD rcsid tag.uwe
2006-04-07Regen.riz
2006-04-07Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includesriz