summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Simplify some logic in converting a buffer to an integer.njl2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.njl2004-03-091-3/+3
* Add a "quirks" value to disable quirks handling for a given boot.njl2004-03-041-5/+15
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-18/+19
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-16/+77
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one providednjl2004-02-191-3/+3
* Fix problem caused by previous commit where some users' buttonsnjl2004-02-191-2/+0
* 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
OpenPOWER on IntegriCloud