summaryrefslogtreecommitdiff
path: root/sys/dev/asmc
AgeCommit message (Expand)Author
2008-11-29Check for non-existing model DMI string.Rui Paulo
2008-09-07Add support for MacBook Air. (not tested)Rui Paulo
2008-04-12Match the Mac Pro with 8 cores. This machine reports 35 temperatureRui Paulo
2008-04-11Don't call acpi_disabled() because we are not part of the acpi.koRui Paulo
2008-04-11Style nit. No functional change.Rui Paulo
2008-04-07Actually, I was looking at the wrong Linux .c file. Set INIT2 to itsRui Paulo
2008-04-07* Add missing #else in the #ifdef DEBUG section.Rui Paulo
2008-04-07"Prettyfy" numbers in hexadecimal. No functional change.Rui Paulo
2008-04-07The SMC is represented on the acpi tables, so we can completely removeRui Paulo
2008-04-05Move INTR_FILTER from opt_global.h to its own header.John Baldwin
2007-11-22Move ASMC_FAN_FUNCS in the Macmini structure declaration one line upRui Paulo
2007-11-07Driver for the Apple System Management Console (SMC). This hardware isRui Paulo