summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon/swsensor.c
AgeCommit message (Expand)Author
2021-12-31sysmon: Delete trailing whitespace. No functional change intended.riastradh
2020-06-11Update for proplib(3) API changes.thorpej
2020-06-08Update for proplib(3) API changes.thorpej
2020-03-16Use the module subsystem's ability to process SYSCTL_SETUP() entries topgoyette
2015-04-25Remove another debug printf() that snuck in.pgoyette
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2012-08-27Add hw.swsensor.state variable for additional control capability.pgoyette
2011-06-19Use {...} to prevent premature exit from initialization function - thispgoyette
2011-06-19Use correct routine to retrieve string value from prop-dictionarypgoyette
2011-06-19Rather than requiring the user to know the internal encoding of sensorpgoyette
2011-06-04Remove ability to the value_avg since it no longer existspgoyette
2011-06-04Enable creation of value_{max,min,avg} entries via the proplist, as wellpgoyette
2010-12-17use aprintpooka
2010-12-16Also allow specification of sensor's initial value when it is loaded,pgoyette
2010-12-11Enhance the swsensor(4) pseudo-device's capabilities to emulate morepgoyette
2010-10-23Revert 1.2 apart from incorrect comment. the devattach() routinepooka
2010-10-20Set sensor state to valid upon refresh to make things generally work.pooka
2010-10-20remove unused routine (per comment)pooka
2010-10-19Add a new software-only sensor device. This is intended for use as apgoyette