summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Fix loop termination condition for parsing resources in _PRS buffers.njl2004-03-201-19/+18
* Move the poweroff handler to a separate function. Make sure it is runnjl2004-03-191-15/+35
* Add tunables for disabling serialized method execution and disabling thenjl2004-03-181-0/+19
* Support the DPF (start dependent function) resource type in parsing _PRS.njl2004-03-181-10/+21
* Fix border error to allow systems that specify 100 for latency also usenjl2004-03-171-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-175-12/+11
* 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-092-6/+6
* Document a sysctl.njl2004-03-051-1/+2
* A user can set tz_requested via the hw.acpi.thermal.tzX.active sysctl.njl2004-03-051-1/+1
* Fix an off-by-one error and rework our EC space handler. Writing to addressnjl2004-03-041-14/+15
* Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6njl2004-03-041-3/+16
* 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-0311-69/+52
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-034-27/+87
* Add the ACPI standard video extensions driver. I've done some style cleanupnjl2004-03-011-0/+946
* Call _INI on Thermal Zones as well as devices.njl2004-02-281-0/+6
* 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-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
OpenPOWER on IntegriCloud