aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_powerres.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* acpica: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove not needed initialisation code.Hans Petter Selasky2014-06-261-11/+2
* Trust the state of a power resource that get from a working _STA methodJohn Baldwin2014-06-191-13/+4
* Fix a typo in a comment.Rui Paulo2013-03-171-1/+1
* Remove variables which are initialized but never used thereafterEitan Adler2012-07-071-3/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Merge ACPICA 20100121.Jung-uk Kim2010-01-211-2/+2
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Remove unnecessary assignment.Jung-uk Kim2006-04-211-1/+1
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Remove trailing whitespace.Nate Lawson2004-12-271-2/+2
* Instead of trusting _STA from power resources, cache the first valueNate Lawson2004-09-071-5/+11
* MPSAFE lockingNate Lawson2004-08-131-33/+55
* Add missing function debug trace macros to the new powerres functions.Nate Lawson2004-06-301-0/+4
* Add a method for referencing/switching power resources based on _PRW.Nate Lawson2004-06-301-11/+56
* Avoid printing extraneous warning messages when trying to switch a deviceNate Lawson2004-06-071-8/+11
* Return an error immediately if asked to switch a non-existent consumer.Nate Lawson2004-04-141-0/+4
* Fix some warnings by commenting out unused code.Nate Lawson2004-04-141-0/+8
* Replace more ad-hoc versions of acpi_GetReference(). Since the type ofNate Lawson2004-04-091-23/+3
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allNate Lawson2004-03-031-2/+2
* Add support for quirks for acpi tables. Key off OEM vendor and revision.Nate Lawson2004-03-031-1/+1
* Fix a whitespace nit.John Baldwin2004-02-121-1/+1
* Style and whitespace changes. Also, make the ivar functions non-inlineNate Lawson2003-08-281-174/+204
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Catch up to changes in acpivar.h to add support for using ACPI onJohn Baldwin2002-10-161-2/+0
* Fix a bug about the cooling system controlling in acpi_thermal driver.Mitsuru IWASAKI2002-08-271-11/+21
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-191-9/+9
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-41/+48
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-2/+2
* Add OS layer ACPI mutex and threading support.Mitsuru IWASAKI2001-12-221-0/+3
* Use return_PTR, not return_VALUE when returning pointers.Doug Rabson2001-10-041-2/+2
* Updates to match the ACPI CA 20010816 import:Mike Smith2001-08-261-48/+48
* Fix error checking about device state transition from D0 to D3.Mitsuru IWASAKI2001-08-211-4/+27
* Convert from acpi_strerror() to AcpiFormatException()Mike Smith2001-07-211-3/+3
* Whoops; we get an ACPI_OBJECT back from evaluating a method, notMike Smith2001-07-091-8/+6
* This was only half-implemented when I committed it, and certainly didn'tMike Smith2001-07-061-30/+92
* Update for new debug layer constant names in the ACPI CA 20010615Mike Smith2001-06-291-1/+1
* Sync to my work in progress:Mike Smith2001-06-281-0/+553