summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/tda.c
AgeCommit message (Expand)Author
2020-10-31Call sysmon_envsys_unregister() not sysmon_envsys_destroy() whenjdc
2019-03-01make the conversion from degC to uK a macro instead of openmrg
2018-06-16More cleanup to i2c autoconfiguration:thorpej
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-04-27Print error codes from sysmonmartin
2013-10-26Use machine_model from autoconf.c, instead of calling the firmware here.jdc
2013-02-03Add a detach function and use this when shutting down:jdc
2013-02-02Add sysmon support to display the fan-speed related values for the CPU andjdc
2012-10-27split device_t/softc for all remaining drivers.chs
2012-03-18add missing __KERNEL_RCSID().mrg
2011-04-03Return early if we are called from indirect attach (i.e., not the normaljdc
2010-03-11various aprint_* fixes.mrg
2010-03-01Fix printf formats (for 32bit compiles)martin
2010-02-28Remove the envctrl driver, it is superseeded by the more general pcfiic @martin