summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* If a register width is less than 8, assume the BIOS author thought it wasnjl2005-02-231-0/+12
* Add a entry for the Compaq R3000Z to indicate that it has the weird MADTjhb2005-02-221-0/+7
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-3/+12
* Increase the maximum to wait for a transition from 1 to 10 ms. In somenjl2005-02-221-4/+16
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-222-0/+6
* Set the start of the cooling time later on, when we're actually performingnjl2005-02-221-2/+2
* Since the GPE handler is directly called by ACPI-CA and it may have unknownnjl2005-02-211-3/+8
* Add a new field to struct cf_setting for special values. These are driver-njl2005-02-191-1/+7
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-182-8/+34
* Check for the address space type first before validating it. In particular,njl2005-02-171-2/+6
* The correct error value for not having enough storage is E2BIG, notnjl2005-02-172-2/+2
* Allow users to manually override quirks with the tunable "debug.acpi.quirks".njl2005-02-131-2/+6
* Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report thisnjl2005-02-131-12/+39
* Be sure to register with cpufreq(4). On systems that only supportednjl2005-02-131-9/+36
* Attach an acpi_perf device for every processor that offers the rightnjl2005-02-131-2/+2
OpenPOWER on IntegriCloud