summaryrefslogtreecommitdiffstats
path: root/sys/dev/asmc
Commit message (Expand)AuthorAgeFilesLines
* MFC r273733, r273740 and r273773:hselasky2014-10-301-14/+14
* MFC r271975:rpaulo2014-10-202-19/+226
* Merge r268303 from head:gavin2014-09-032-0/+28
* Give device_printf format string to pacify clang warning.rdivacky2012-11-091-1/+1
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-2/+0
* Use %zu for size_t.rpaulo2009-09-141-2/+3
* Fix previous commit. I got it backwards.rpaulo2009-09-141-1/+1
* Fix printf format string in asmc_key_dump().rpaulo2009-09-141-1/+1
* Make the sudden motion sensor work on older models and add a bit ofrpaulo2009-09-142-3/+122
* Make dev.asmc.N.light.control writable by everyone.rpaulo2009-08-231-1/+2
* Add support for MacBook4,1.rpaulo2009-06-262-46/+143
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* Check for non-existing model DMI string.rpaulo2008-11-291-0/+3
* Add support for MacBook Air. (not tested)rpaulo2008-09-072-2/+13
* Match the Mac Pro with 8 cores. This machine reports 35 temperaturerpaulo2008-04-122-5/+44
* Don't call acpi_disabled() because we are not part of the acpi.korpaulo2008-04-111-1/+1
* Style nit. No functional change.rpaulo2008-04-111-2/+3
* Actually, I was looking at the wrong Linux .c file. Set INIT2 to itsrpaulo2008-04-072-2/+2
* * Add missing #else in the #ifdef DEBUG section.rpaulo2008-04-072-5/+6
* "Prettyfy" numbers in hexadecimal. No functional change.rpaulo2008-04-071-2/+2
* The SMC is represented on the acpi tables, so we can completely removerpaulo2008-04-072-56/+84
* Move INTR_FILTER from opt_global.h to its own header.jhb2008-04-051-0/+2
* Move ASMC_FAN_FUNCS in the Macmini structure declaration one line uprpaulo2007-11-221-1/+1
* Driver for the Apple System Management Console (SMC). This hardware isrpaulo2007-11-072-0/+1141
OpenPOWER on IntegriCloud