summaryrefslogtreecommitdiffstats
path: root/sys/dev/asmc/asmc.c
Commit message (Expand)AuthorAgeFilesLines
* Check for non-existing model DMI string.rpaulo2008-11-291-0/+3
* Add support for MacBook Air. (not tested)rpaulo2008-09-071-0/+7
* Match the Mac Pro with 8 cores. This machine reports 35 temperaturerpaulo2008-04-121-3/+12
* 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-071-1/+1
* * Add missing #else in the #ifdef DEBUG section.rpaulo2008-04-071-4/+5
* The SMC is represented on the acpi tables, so we can completely removerpaulo2008-04-071-42/+72
* 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-071-0/+981
OpenPOWER on IntegriCloud