aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asmc
Commit message (Expand)AuthorAgeFilesLines
* Check for non-existing model DMI string.Rui Paulo2008-11-291-0/+3
* Add support for MacBook Air. (not tested)Rui Paulo2008-09-072-2/+13
* Match the Mac Pro with 8 cores. This machine reports 35 temperatureRui Paulo2008-04-122-5/+44
* 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-072-2/+2
* * Add missing #else in the #ifdef DEBUG section.Rui Paulo2008-04-072-5/+6
* "Prettyfy" numbers in hexadecimal. No functional change.Rui Paulo2008-04-071-2/+2
* The SMC is represented on the acpi tables, so we can completely removeRui Paulo2008-04-072-56/+84
* 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-072-0/+1141