summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/asmc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* avoid using a var uninitialisedjsg2015-10-151-1/+2
| | | | ok jung@
* 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
| | | | | some is found or not, also remove kbdled output as there is no (known) way to test if (not) available at all
* a macmini has no light sensor, but reading from light sensor keys isjung2015-10-041-9/+3
| | | | | | | | | successful, while info/type reading from same keys fails and avoids initialization; so check the validity flag earlier and do not try to attach invalid (non-existing) keys debugged with help from kettenis
* remove duplicate key, found by kettenisjung2015-10-041-3/+3
|
* relax vendor comparison to match variations found in olderjung2015-10-011-2/+2
| | | | models for example macmini1,1
* 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
| | | | ok jung@
* add a (disabled) driver for the Apple System Management Controller (SMC) asjung2015-09-301-0/+651
found in Apple Intel based devices "go at it" deraadt@