summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/asmc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* avoid using a var uninitialisedjsg2015-10-151-1/+2
* add location to the fan descriptionjung2015-10-101-1/+17
* fix wrong brackets in if statementjung2015-10-101-2/+2
* tweak initial output a bit: do not show number of light sensors, just show ifjung2015-10-041-3/+3
* a macmini has no light sensor, but reading from light sensor keys isjung2015-10-041-9/+3
* remove duplicate key, found by kettenisjung2015-10-041-3/+3
* relax vendor comparison to match variations found in olderjung2015-10-011-2/+2
* add const, prodded by mpijung2015-10-011-2/+2
* remove superfluous sensor_attach() added for debug reasonsjung2015-10-011-2/+1
* fix semicolon after if statementjsg2015-10-011-1/+2
* add a (disabled) driver for the Apple System Management Controller (SMC) asjung2015-09-301-0/+651