summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/onewire.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-04-14Only include opt_xxx.h headers when _KERNEL_OPT is defined.kre
2020-04-14defflag ONEWIRE_DEBUGmacallan
2019-11-30onewire:ad
2019-10-25PR kern/54617: onewire(4):martin
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-08-31Add glue code to build as module.mbalmer
2009-12-06Simplify device-activation hooks.dyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-03-18bzero -> memsetcegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-05-05device_t/softc split and other related cosmetic changes.xtraeme
2008-04-08use aprint_*_dev and device_xnamecegger
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-09Merge some of the less invasive changes from the vmlocking branch:ad
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-04-07Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includesriz