aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asmc/asmc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r273733, r273740 and r273773:Hans Petter Selasky2014-10-301-14/+14
* MFC r271975:Rui Paulo2014-10-201-14/+113
* Merge r268303 from head:Gavin Atkinson2014-09-031-0/+9
* Give device_printf format string to pacify clang warning.Roman Divacky2012-11-091-1/+1
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* Use %zu for size_t.Rui Paulo2009-09-141-2/+3
* Fix previous commit. I got it backwards.Rui Paulo2009-09-141-1/+1
* Fix printf format string in asmc_key_dump().Rui Paulo2009-09-141-1/+1
* Make the sudden motion sensor work on older models and add a bit ofRui Paulo2009-09-141-3/+121
* Make dev.asmc.N.light.control writable by everyone.Rui Paulo2009-08-231-1/+2
* Add support for MacBook4,1.Rui Paulo2009-06-261-46/+124
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Check for non-existing model DMI string.Rui Paulo2008-11-291-0/+3
* Add support for MacBook Air. (not tested)Rui Paulo2008-09-071-0/+7
* Match the Mac Pro with 8 cores. This machine reports 35 temperatureRui Paulo2008-04-121-3/+12
* Don't call acpi_disabled() because we are not part of the acpi.koRui Paulo2008-04-111-1/+1
* Style nit. No functional change.Rui Paulo2008-04-111-2/+3
* Actually, I was looking at the wrong Linux .c file. Set INIT2 to itsRui Paulo2008-04-071-1/+1
* * Add missing #else in the #ifdef DEBUG section.Rui Paulo2008-04-071-4/+5
* The SMC is represented on the acpi tables, so we can completely removeRui Paulo2008-04-071-42/+72
* Move INTR_FILTER from opt_global.h to its own header.John Baldwin2008-04-051-0/+2
* Move ASMC_FAN_FUNCS in the Macmini structure declaration one line upRui Paulo2007-11-221-1/+1
* Driver for the Apple System Management Console (SMC). This hardware isRui Paulo2007-11-071-0/+981