summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Unbreak compiles with ACPI_DEBUG.kan2005-08-261-0/+2
* get current temperature from _TMP during passive cooling is active.ume2005-08-251-15/+33
* initialize only ACPI_BUFFER to avoid race condition with passiveume2005-08-251-1/+8
* don't raise cpu speed over the value when passive cooling is inume2005-08-171-11/+24
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,njl2005-08-111-3/+2
* When summing capacities, skip info from batteries that weren't present.njl2005-08-051-0/+4
* don't do mutex locking around kthread_create() call.ume2005-08-041-4/+16
* Add descriptions for the sysctls.njl2005-07-281-6/+10
* Zero the _BST, _BIF, and battinfo allocations. This is needed since wenjl2005-07-281-3/+3
* Correct the order of some if tests so that we don't complain about beingjhb2005-07-271-2/+2
* Correct minor output bug. When the battery being queried is charging ornjl2005-07-251-0/+7
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-235-524/+448
* Standardize __FBSDID identifiers.njl2005-07-2211-22/+33
* Implement passive cooling. It is enabled for tz0 by default whereume2005-07-181-13/+277
* Add a quirk for a motherboard whose acpi timer runs too fast.dwmalone2005-06-261-0/+8
* In newbus land, ivars can only be accessed for direct child, or whenimp2005-06-031-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-3/+0
* If devclass_get_devices() returns success but a count of 0, free thenjl2005-05-201-1/+4
* Use General definition for general notify.takawata2005-05-191-4/+2
* If there is a problem during probe, be sure to free up any resourcesnjl2005-05-121-2/+2
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadmarks2005-05-093-113/+38
* Add the tunable "debug.acpi.max_threads" to allow users to set thenjl2005-04-212-4/+10
* Use AcpiUtStrupr() instead of strupr() as the latter will disappear inmarks2005-04-141-1/+1
* Probe PCI link devices early so that we turn them all off via _DIS beforejhb2005-04-141-0/+4
* Set CPU speed to 100% in acpi_throttle attach. This is needed for somenjl2005-04-101-1/+10
* Advertise that we can handle unified SMP control of processor powernjl2005-04-101-2/+4
* Fix support for _PDC by using the proper version/length format for thenjl2005-04-102-3/+24
* Revert part of 1.19. We do want to set the count to 0 since otherwisenjl2005-04-071-2/+2
* Don't free the _PSS buffer until after we check to see if we have no validjhb2005-04-051-2/+2
* Add the acpi_get_features() method. This method is called on child driversnjl2005-04-043-28/+48
* Always free the returned env pointer even it doesn't indicate we're innjl2005-03-311-2/+3
* Clean up resources properly if acpi_perf fails to attach. First, changenjl2005-03-272-8/+20
* Serialize task queue by starting only one thread instead of three. Thisnjl2005-03-271-1/+1
* If a device_add_child fails (i.e. low memory situation), be sure to freenjl2005-03-272-0/+4
* Check for invalid frequencies after parsing the package. Keep a runningnjl2005-03-261-8/+19
* Add support for bus_delete_resource() and make acpi_bus_alloc_gas() donjl2005-03-221-0/+18
* Attach acpi_perf early. Especially when it is being used to provide infonjl2005-03-201-1/+6
* Add the acpi_ec_read and write methods. This allows an external drivernjl2005-03-202-0/+65
* s/SLIST/STAILQ/phk2005-03-182-4/+4
* Introduce a general name for the previously cmbat-only ioctls. It has thenjl2005-03-172-20/+22
* - If we fail to find an entry in the PRT, output a warning message.jhb2005-03-081-3/+6
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetnjl2005-03-041-1/+10
* Check for some impossible frequencies that some systems use to indicatenjl2005-03-041-0/+9
* Fix SCM ID's.obrien2005-03-028-13/+22
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
* Protect against multiple includes and use _KERNEL to protect the PCI fns.njl2005-02-283-1/+14
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-271-0/+5
* Don't bother with cpufreq_register if we're info-only.njl2005-02-261-1/+2
* Remove unused variable.njl2005-02-251-2/+0
* Instead of assuming units of bytes, it seems more likely that this isnjl2005-02-251-10/+5
OpenPOWER on IntegriCloud