summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_tz.c
AgeCommit message (Expand)Author
2012-07-29Replace local handling of entropy gathering with the new common codepgoyette
2012-07-19Treat empty package returned from _AL<n> method the same as non-existent.christos
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-10-02_ACx is for active cooling policy, using it for envsys temp 'warn max' doesn'tjmcneill
2011-07-16If there are CPUs associated with this thermal zone, use their names tojmcneill
2011-06-20Initialize sensors states before registering.pgoyette
2011-06-20Use the new acpi_match_cpu_handle() from acpi_util.c.jruoho
2011-06-06Don't set the FVALID_{MAX,MIN} flags since these values are notpgoyette
2011-02-16Change the preprocessor defines around the module(9)'s modcmd() calls suchjruoho
2011-01-18If the thermal zone has a _PSL method, print a list of processorsjmcneill
2011-01-09Use acpi_power_register() for consistency. No functional change.jruoho
2010-10-26Bump WARNS to 4.jruoho
2010-10-25Add support for module(9).jruoho
2010-06-07Now that we have 1:1 mapping between handles and nodes, use the former forjruoho
2010-06-01adjust autoconfig output: this item is part of a verbose lineplunky
2010-05-31fix up autoconfig outputplunky
2010-04-27Use ACPICA's standard notify values from <actypes.h> and move thejruoho
2010-04-24Remove retrieving the zone name via something called "REGN".jruoho
2010-04-24Some purely cosmetic editing in the name of readability: clean up the softcjruoho
2010-04-24Now that we are able to remove references to power resources, provide ajruoho
2010-04-22Merge new code for ACPI power resources.jruoho
2010-04-16fix dmesg printing.christos
2010-04-15As discussed with jmcneill@, install a global "bus notification handler"jruoho
2010-04-14No need to spread the ACPICA type system any more than is necessary:jruoho
2010-03-17Silence errors from the integer evaluations in case the objects are not found.jruoho
2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-03-05As pointed out by Rhialto, "degrees Kelvin" is redundant. So fix apgoyette
2010-02-18Print correct temperature value, and properly display negative temperatures.pgoyette
2010-02-14Adapt to changes in sysmon's limit structure.pgoyette
2010-02-01Fix incorrect notify handler type (ACPI_SYSTEM_NOTIFY -> ACPI_DEVICE_NOTIFY).jruoho
2010-01-18Use acpi_eval_reference_handle() to simplify code. No functional change.jruoho
2010-01-18Fix a minor bug where a reference handle is used for error reporting evenjruoho
2010-01-05Fix a memory leak/corruption by commenting out the evaluation of the _PSLjruoho
2010-01-01Don't set sensor state to SWARNOVER here. Doing so based only on thepgoyette
2009-12-24In ATZ_F_VERBOSE mode, log a message whenever the active cooling levelpgoyette
2009-12-23Since we're using the active cooling levels as warning threshold, wepgoyette
2009-11-29Remove a debug printf().uebayasi
2009-11-25By reading the ACPI dump I figured out that mycegger
2009-11-23evaluate _RTV as preparation for passive cooling.cegger
2009-09-16Allow for 'options ACPI_DEBUG' by providing module declarationsmlelstv
2009-08-25PR# kern/41179: Incorrect return values from AcpiOsExecute()jmcneill
2009-07-04Use a macro to define the conversion between ACPI temperatures and thosepgoyette
2009-07-03Remove an unused mutex. This was left-over from two years ago whenpgoyette
2009-07-03Properly convert ACPI zone values to uKelvins.pgoyette
2009-06-30Change acpi_tz sensor behavior as follows:pgoyette
2009-06-03Explicitly set sensor's units to ENVSYS_STEMP rather than havingpgoyette
2009-06-01Since we no longer have individual events for each sensor value limit,pgoyette
2008-11-09Leave the task of displaying sensor states to envsys_sysmon() unless wepgoyette
2008-11-09Temp sensor should report a critical-overtemp condition (ENVSYS_SCRITOVER)pgoyette