summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
Commit message (Expand)AuthorAgeFilesLines
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-231-0/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-131-1/+3
* Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace morenjl2004-06-131-0/+9
* Style cleanups. "extern" is unneeded for function prototypes.njl2004-05-281-74/+68
* Update the new suspend/resume GPE methods to properly limit the GPEnjl2004-05-281-0/+1
* Restructure the wake GPE API. Now there are three functions:njl2004-05-271-54/+35
* Revert the previous commit. The bus accessor macros do not check thenjl2004-05-221-3/+56
* Use the simpler __BUS_ACCESSOR macros for ivars instead of defining themnjl2004-05-181-56/+3
* Select the highest valid (i.e., S3) sleep state for the default for thenjl2004-05-061-3/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+1
* Move the timer difference convenience function from acpi_cpu.c to make itnjl2004-04-211-0/+1
* Style cleanups to reduce diffs to locking tree.njl2004-04-141-2/+1
* Include the prototype for acpi_GetReference.njl2004-04-091-0/+1
* Move the ivar accessing routines back to inlines (reverting acpivar.hnjl2004-04-011-9/+71
* Add an interface to pass an argument to the resource parsing functions.njl2004-03-311-2/+2
* Use an unsigned int instead of an int for the Get/Set Integer interface.njl2004-03-091-3/+3
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-3/+5
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-9/+8
* Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one providednjl2004-02-191-2/+0
* Prefer buttons defined in the AML over the ones in the FADT. Somenjl2004-02-111-4/+4
* Make all ACPI debug layers unique again. This makes debugging a morephilip2004-02-061-6/+6
* Move the code to initialize ACPI-CA into a separate acpi_Startup() functionjhb2004-01-261-0/+1
* Add a component constant for ACPI_TOSHIBA to fix compilation ofjhb2004-01-131-0/+1
* Remove the device_t parameter from package routines that only used it tonjl2003-12-231-6/+3
* Add acpi_package.c with routines for validating packages and pullingnjl2003-11-151-0/+15
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overridejhb2003-11-111-0/+1
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-0/+2
* Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()marcel2003-09-101-1/+1
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-281-136/+61
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-201-31/+5
* Remove old defines since they are no longer used.njl2003-07-151-12/+0
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-131-0/+6
* Support functions for the new ACPI import.njl2003-04-291-0/+3
* Fix 2 vm_offset_t -> vm_paddr_t missed in previous commit.jake2003-03-251-1/+1
* Add sysctl knob to stop disabling acpi on shutdown.takawata2002-12-111-0/+1
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isiwasaki2002-10-311-1/+8
* - Include lock headers on current in this header instead of puttingjhb2002-10-161-3/+18
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-061-0/+8
* Resolve conflicts arising from the ACPI CA 20020815 import.iwasaki2002-08-291-1/+1
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (iniwasaki2002-08-251-0/+1
* Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-221-0/+3
* Remove __P.alfred2002-03-201-1/+1
* Add generalized power profile code.iwasaki2002-03-041-15/+0
* Add our own private defines for driver debug layers.msmith2002-02-231-7/+18
* Fix irq/drq handling. IRQ and DRQ resource information can be gettakawata2002-01-311-2/+2
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-2/+0
* Oops, wrong option name. It's should be ACPI_MAX_THREADS,iwasaki2001-12-251-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-0/+9
* Disable sleep requests for 5 sec after wakeup. This is needed foriwasaki2001-12-091-0/+1
OpenPOWER on IntegriCloud