summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/asmc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move array bounds tests before access to avoid reading past the end ofjsg2017-08-221-3/+3
* asmc: on system resume, restore the keyboard backlight valuejcs2017-02-141-2/+17
* do not try to probe light sensors for machines with none available, this wasjung2016-04-221-9/+10
* lower case temperature descriptions and separate fan description from fanjung2016-04-191-50/+50
* set sensor type later on initjung2015-12-271-5/+5
* fold for loops back into a wait function in a similar manner as acpiec doesjung2015-12-271-31/+17
* rename kbdled to backlight and mention chip model in commentjung2015-12-271-11/+11
* extra taskq is gone, so also remove the no longer needed init variablejung2015-12-271-19/+17
* simplify and unify keyboard backlight hooks, doing the same kassert instead ofjung2015-12-271-17/+5
* with Mark's fix in previous commit the extra taskq for delayed initializationjung2015-12-271-35/+6
* The Apple SMC is implemented on a H8S/2117 chip. Communication with the chipkettenis2015-12-221-32/+41
* ignore unlikely temperature values like -127 degCjung2015-12-151-2/+5
* add 2 more temperature keys found in macbook pro (10,2)jung2015-12-151-10/+9
* add more temperature keys found in newer macbook airs (6,1 and 7,2)jung2015-12-151-7/+8
* make sure the read fan description is always nul terminatedjung2015-12-151-2/+3
* enable keyboard backlight support via wskbd(4) hooksjung2015-12-121-3/+78
* remove wrapper function and call LKSB key write directlyjung2015-12-111-18/+10
* remove no longer needed prototypejung2015-12-111-3/+2
* instead of checking the status everywhere do it directly after (trying) thejung2015-12-111-48/+53
* enable keyboard backlight led earlier to avoid racejung2015-10-291-9/+12
* refactor to use a taskq and postpone the long running initial sensor probing,jung2015-10-251-248/+264
* 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