| Commit message (Expand) | Author | Age | Files | Lines |
* | When summing capacities, skip info from batteries that weren't present. | njl | 2005-08-05 | 1 | -0/+4 |
* | don't do mutex locking around kthread_create() call. | ume | 2005-08-04 | 1 | -4/+16 |
* | Add descriptions for the sysctls. | njl | 2005-07-28 | 1 | -6/+10 |
* | Zero the _BST, _BIF, and battinfo allocations. This is needed since we | njl | 2005-07-28 | 1 | -3/+3 |
* | Correct the order of some if tests so that we don't complain about being | jhb | 2005-07-27 | 1 | -2/+2 |
* | Correct minor output bug. When the battery being queried is charging or | njl | 2005-07-25 | 1 | -0/+7 |
* | Rewrite the acpi_battery interface to allow for other battery types | njl | 2005-07-23 | 5 | -524/+448 |
* | Standardize __FBSDID identifiers. | njl | 2005-07-22 | 11 | -22/+33 |
* | Implement passive cooling. It is enabled for tz0 by default where | ume | 2005-07-18 | 1 | -13/+277 |
* | Add a quirk for a motherboard whose acpi timer runs too fast. | dwmalone | 2005-06-26 | 1 | -0/+8 |
* | In newbus land, ivars can only be accessed for direct child, or when | imp | 2005-06-03 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -3/+0 |
* | If devclass_get_devices() returns success but a count of 0, free the | njl | 2005-05-20 | 1 | -1/+4 |
* | Use General definition for general notify. | takawata | 2005-05-19 | 1 | -4/+2 |
* | If there is a problem during probe, be sure to free up any resources | njl | 2005-05-12 | 1 | -2/+2 |
* | Simplify the ACPI taskqueue implementation. Use a thread queue type instead | marks | 2005-05-09 | 3 | -113/+38 |
* | Add the tunable "debug.acpi.max_threads" to allow users to set the | njl | 2005-04-21 | 2 | -4/+10 |
* | Use AcpiUtStrupr() instead of strupr() as the latter will disappear in | marks | 2005-04-14 | 1 | -1/+1 |
* | Probe PCI link devices early so that we turn them all off via _DIS before | jhb | 2005-04-14 | 1 | -0/+4 |
* | Set CPU speed to 100% in acpi_throttle attach. This is needed for some | njl | 2005-04-10 | 1 | -1/+10 |
* | Advertise that we can handle unified SMP control of processor power | njl | 2005-04-10 | 1 | -2/+4 |
* | Fix support for _PDC by using the proper version/length format for the | njl | 2005-04-10 | 2 | -3/+24 |
* | Revert part of 1.19. We do want to set the count to 0 since otherwise | njl | 2005-04-07 | 1 | -2/+2 |
* | Don't free the _PSS buffer until after we check to see if we have no valid | jhb | 2005-04-05 | 1 | -2/+2 |
* | Add the acpi_get_features() method. This method is called on child drivers | njl | 2005-04-04 | 3 | -28/+48 |
* | Always free the returned env pointer even it doesn't indicate we're in | njl | 2005-03-31 | 1 | -2/+3 |
* | Clean up resources properly if acpi_perf fails to attach. First, change | njl | 2005-03-27 | 2 | -8/+20 |
* | Serialize task queue by starting only one thread instead of three. This | njl | 2005-03-27 | 1 | -1/+1 |
* | If a device_add_child fails (i.e. low memory situation), be sure to free | njl | 2005-03-27 | 2 | -0/+4 |
* | Check for invalid frequencies after parsing the package. Keep a running | njl | 2005-03-26 | 1 | -8/+19 |
* | Add support for bus_delete_resource() and make acpi_bus_alloc_gas() do | njl | 2005-03-22 | 1 | -0/+18 |
* | Attach acpi_perf early. Especially when it is being used to provide info | njl | 2005-03-20 | 1 | -1/+6 |
* | Add the acpi_ec_read and write methods. This allows an external driver | njl | 2005-03-20 | 2 | -0/+65 |
* | s/SLIST/STAILQ/ | phk | 2005-03-18 | 2 | -4/+4 |
* | Introduce a general name for the previously cmbat-only ioctls. It has the | njl | 2005-03-17 | 2 | -20/+22 |
* | - If we fail to find an entry in the PRT, output a warning message. | jhb | 2005-03-08 | 1 | -3/+6 |
* | On i386 platforms at least, ACPI throttling is accomplished by the chipset | njl | 2005-03-04 | 1 | -1/+10 |
* | Check for some impossible frequencies that some systems use to indicate | njl | 2005-03-04 | 1 | -0/+9 |
* | Fix SCM ID's. | obrien | 2005-03-02 | 8 | -13/+22 |
* | Protect acpivar.h with _KERNEL. No user parts inside currently. | njl | 2005-03-02 | 1 | -0/+3 |
* | Protect against multiple includes and use _KERNEL to protect the PCI fns. | njl | 2005-02-28 | 3 | -1/+14 |
* | Make a pass through all drivers checking specs for desired behavior on | njl | 2005-02-27 | 1 | -0/+5 |
* | Don't bother with cpufreq_register if we're info-only. | njl | 2005-02-26 | 1 | -1/+2 |
* | Remove unused variable. | njl | 2005-02-25 | 1 | -2/+0 |
* | Instead of assuming units of bytes, it seems more likely that this is | njl | 2005-02-25 | 1 | -10/+5 |
* | If a register width is less than 8, assume the BIOS author thought it was | njl | 2005-02-23 | 1 | -0/+12 |
* | Add a entry for the Compaq R3000Z to indicate that it has the weird MADT | jhb | 2005-02-22 | 1 | -0/+7 |
* | - Add a new quirk to indicate that pin 0 of the first I/O APIC is really | jhb | 2005-02-22 | 1 | -3/+12 |
* | Increase the maximum to wait for a transition from 1 to 10 ms. In some | njl | 2005-02-22 | 1 | -4/+16 |
* | Support disabling individual cpufreq drivers with hints, e.g., | njl | 2005-02-22 | 2 | -0/+6 |