summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer buttons defined in the AML over the ones in the FADT. Somenjl2004-02-111-8/+6
* Add an ACPI_FUNCTION_TRACE() to the newly-added acpi_Startup() routineroam2004-01-281-0/+2
* Move the code to initialize ACPI-CA into a separate acpi_Startup() functionjhb2004-01-261-24/+41
* Clean up the acpi announce message of trailing spaces.njl2004-01-091-3/+11
* Fix acpi_MatchHid() to check the compatibility ID's if the hardware IDjhb2003-12-261-3/+3
* Fix locking broken by recent _CID changes. Always be sure to unlocknjl2003-12-231-10/+15
* Add support for multiple CIDs since _CID can contain a package of values.njl2003-12-181-51/+99
* Use sbufs instead of snprintf for parsing debug strings.njl2003-12-091-13/+12
* * Add a DEVMETHOD for acpi so that child detach methods get called. Addnjl2003-11-191-0/+1
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsnjl2003-11-151-1/+28
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-0/+22
* Disable irqs before entering the power-off state. This is not knownnjl2003-10-191-0/+1
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withnjl2003-09-261-13/+63
* Sort debugging levels and update the man page to match reality. Alsonjl2003-09-261-3/+2
* Add necessary newlines.njl2003-09-181-2/+2
* Shorten the message announcing fixed power/sleep buttons.njl2003-09-181-3/+2
* Only enable S4BIOS by default if the FACS says it is available. Thenjl2003-09-151-4/+9
* Disallow attempts to suspend to S0. It was only enabled for testing.njl2003-09-091-10/+11
* Don't free the buffer if it wasn't actually allocated.njl2003-09-041-1/+1
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-291-1/+0
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-281-360/+417
* Fix a couple changes that were incorrect in updating for 0619. Only unlocknjl2003-08-151-1/+7
* Default to 5 seconds before sleeping to give some machines time to stabilize.njl2003-08-081-1/+6
* Clarify the ACPI shutdown messages.njl2003-07-201-2/+2
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-201-0/+6
* Update code to work with 0619 distnjl2003-07-131-20/+22
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-5/+2
* Catch up to reworked debugging levels in latest Intel import.jhb2003-05-011-5/+4
* Add new sysctl MIB (hw.acpi.supported_sleep_state) to indicateiwasaki2003-04-111-0/+23
* Add integer value of _CID handling.takawata2003-03-061-3/+33
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use canonical form for cdevsw initialization.phk2003-03-021-13/+13
* Allow non-privilaged user to retrive battery or AC line information.takawata2003-02-151-1/+11
* Change ACPI make_dev() calls to use UID_ and GID_ constants ratherrwatson2002-12-281-1/+2
* Add sysctl knob to stop disabling acpi on shutdown.takawata2002-12-111-2/+9
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-7/+13
* Interpret new loader tunable "hw.acpi.verbose" to turniwasaki2002-10-311-2/+6
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isiwasaki2002-10-311-1/+1
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-2/+10
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-3/+3
* Don't panic for a bad ivar request, just return ENOENT.jhb2002-10-081-1/+0
* Attach ACPI children a bit later in attach(), specifically after performingjhb2002-09-061-2/+3
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-061-0/+16
* Use resource_list_print_types() instead of duplicating the code.jhb2002-09-041-40/+4
* s/hint.acpi.0.disable/hint.acpi.0.disabled/iwasaki2002-08-301-0/+5
* Resolve conflicts arising from the ACPI CA 20020815 import.iwasaki2002-08-291-16/+29
* Change default value of hw.acpi.sleep_delay to 0.iwasaki2002-08-281-1/+1
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (iniwasaki2002-08-251-0/+8
* don't include redunant \n in panic messageimp2002-08-121-2/+2
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+5
OpenPOWER on IntegriCloud