summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-181-0/+5
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-0/+2
* Some improvements of control method battery driver.iwasaki2001-10-301-0/+1
* Some small improvements of ACPI thermal driver.iwasaki2001-10-291-0/+10
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-0/+15
* Fix some 64-bit uncleanliness.peter2001-10-061-7/+20
* Fix some style bugs before fixing some real bugs.peter2001-10-061-7/+17
* Note that now that some ISA devices will attach to ACPI, we need tomsmith2001-08-301-1/+6
* - Prevent the ACPI code from being loaded as a module other than atmsmith2001-07-301-1/+4
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-3/+0
* The API for loading tables changed (we no longer explicitly search for themsmith2001-07-211-2/+2
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-201-0/+11
* Add acpi_GetTableIntoBuffer, to aid in fetching tables.msmith2001-07-071-0/+1
* Add support for system power profiles; select "performance" when AC powermsmith2001-07-071-2/+15
* Add a new helper function for finding resources in resource buffers.msmith2001-07-051-0/+1
* Add ACPI subsystem mutex support, currently disabled. This implementsmsmith2001-06-291-1/+21
* Sync to my work in progress:msmith2001-06-281-3/+15
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.iwasaki2001-06-231-0/+12
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-0/+7
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-311-1/+1
* Add 3 new dynamic sysctl's to control the sleep states switched to on ajhb2001-01-131-0/+3
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-081-2/+3
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-281-0/+221
OpenPOWER on IntegriCloud