summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one providednjl2004-02-192-5/+3
* Do not remove the fixed handlers. Several systems (e.g., ASUS) onlynjl2004-02-191-11/+5
* Fix problem caused by previous commit where some users' buttonsnjl2004-02-192-11/+2
* Fix hw.acpi.os_name by renaming it to hw.acpi.osname. The "_name" suffixnjl2004-02-141-7/+5
* Fix a whitespace nit.jhb2004-02-121-1/+1
* Prefer buttons defined in the AML over the ones in the FADT. Somenjl2004-02-113-24/+42
* Make all ACPI debug layers unique again. This makes debugging a morephilip2004-02-061-6/+6
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-031-5/+13
* If the temperature is at _HOT or _CRT for 3 sequential readings, shutdownnjl2004-02-021-14/+21
* Add an ACPI_FUNCTION_TRACE() to the newly-added acpi_Startup() routineroam2004-01-281-0/+2
* Add TUNABLE_STR to make "hw.acpi.os_name" more correct. However, the callnjl2004-01-271-3/+2
* Move the code to initialize ACPI-CA into a separate acpi_Startup() functionjhb2004-01-262-24/+42
* Use getenv_int() rather than reimplementing it.jhb2004-01-201-10/+2
* Add a component constant for ACPI_TOSHIBA to fix compilation ofjhb2004-01-131-0/+1
* Bite the bullet and uncomment the shutdown() in case we hit the _CRT ornjl2004-01-121-4/+4
* Clean up the acpi announce message of trailing spaces.njl2004-01-091-3/+11
* Expand the check for overriding the OS name to override _OS* (includingnjl2004-01-091-7/+9
* Delete the region we are passed if that is the requested operation.njl2004-01-031-2/+6
* Use the appropriate values for the notifies. No change in behaviornjl2003-12-311-2/+2
* Don't attach throttling if the P_BLK is 0, even if the P_BLK_LEN is 6.njl2003-12-281-1/+1
* 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
* Update to use the new package routines instead of rolling our ownnjl2003-12-231-66/+40
* Remove the device_t parameter from package routines that only used it tonjl2003-12-233-49/+28
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).peter2003-12-231-1/+1
* Initialize acpi buffer structs early in order to avoid freeingkan2003-12-181-3/+3
* Remove power profile support from acpi_cpu, it will be managed by anjl2003-12-181-95/+26
* Add support for multiple CIDs since _CID can contain a package of values.njl2003-12-183-65/+126
* Fix throttling to use the proper mask. The bug resulted in only twonjl2003-12-121-2/+2
* Trim trailing whitespace.jhb2003-12-101-9/+9
* Use sbufs instead of snprintf for parsing debug strings.njl2003-12-091-13/+12
* Delete madt.h since definitions are now used from actbl.hnjl2003-12-091-122/+0
* We don't need to call _INI on processor objects now that ACPI-CA doesnjl2003-12-091-7/+0
* Update this driver to be more module friendly:jhb2003-12-031-5/+7
* * If a processor's softc is NULL, use C1 since there is no ACPInjl2003-11-271-4/+11
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches thenjl2003-11-261-49/+48
* Fix a typo in my patches to support extended IRQ resources that broke thejhb2003-11-201-1/+1
* Try all of the possible interrupts for a link device when programmingjhb2003-11-201-1/+1
* * Add a DEVMETHOD for acpi so that child detach methods get called. Addnjl2003-11-192-109/+204
* Implement Cx CPU idle states and updated throttling support.njl2003-11-151-161/+783
* Add acpi_package.c with routines for validating packages and pullingnjl2003-11-152-0/+156
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsnjl2003-11-151-1/+28
* Improve support for extended IRQ resources:jhb2003-11-142-77/+127
* Fix some typos.jhb2003-11-121-3/+3
* Reindent to non-style(9) compliant 4 space indent to match rest of file.jhb2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()jhb2003-11-121-0/+2
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overridejhb2003-11-112-0/+19
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-257-3/+39
* Disable irqs before entering the power-off state. This is not knownnjl2003-10-191-0/+1
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),njl2003-10-021-6/+13
OpenPOWER on IntegriCloud