summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_powerres.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ACPICA 20100121.jkim2010-01-211-2/+2
* Import ACPICA 20090521.jkim2009-06-051-1/+3
* Remove unnecessary assignment.jkim2006-04-211-1/+1
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Remove trailing whitespace.njl2004-12-271-2/+2
* Instead of trusting _STA from power resources, cache the first valuenjl2004-09-071-5/+11
* MPSAFE lockingnjl2004-08-131-33/+55
* Add missing function debug trace macros to the new powerres functions.njl2004-06-301-0/+4
* Add a method for referencing/switching power resources based on _PRW.njl2004-06-301-11/+56
* Avoid printing extraneous warning messages when trying to switch a devicenjl2004-06-071-8/+11
* Return an error immediately if asked to switch a non-existent consumer.njl2004-04-141-0/+4
* Fix some warnings by commenting out unused code.njl2004-04-141-0/+8
* Replace more ad-hoc versions of acpi_GetReference(). Since the type ofnjl2004-04-091-23/+3
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-2/+2
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-1/+1
* Fix a whitespace nit.jhb2004-02-121-1/+1
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-281-174/+204
* Use __FBSDID().obrien2003-08-241-2/+3
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-2/+0
* Fix a bug about the cooling system controlling in acpi_thermal driver.iwasaki2002-08-271-11/+21
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-9/+9
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-41/+48
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-2/+2
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-0/+3
* Use return_PTR, not return_VALUE when returning pointers.dfr2001-10-041-2/+2
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-48/+48
* Fix error checking about device state transition from D0 to D3.iwasaki2001-08-211-4/+27
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-3/+3
* Whoops; we get an ACPI_OBJECT back from evaluating a method, notmsmith2001-07-091-8/+6
* This was only half-implemented when I committed it, and certainly didn'tmsmith2001-07-061-30/+92
* Update for new debug layer constant names in the ACPI CA 20010615msmith2001-06-291-1/+1
* Sync to my work in progress:msmith2001-06-281-0/+553
OpenPOWER on IntegriCloud