summaryrefslogtreecommitdiff
path: root/sys/dev/onewire/owid.c
AgeCommit message (Expand)Author
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2010-07-08- use nitems() where applicableJasper Lievisse Adriaanse
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-10-25put the serial number into the name of the devices (for sysctl), becauseTheo de Raadt
2007-06-01remove strings from sensor.desc which are now present in sysctl variable name...Constantine A. Murenin
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-03-04Dallas 1-Wire bus support. Includes the following drivers:Alexander Yurchenko