| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns != | jhb | 2006-09-21 | 1 | -1/+1 |
* | Give the ACPI I/O rman's unique description strings to make 'devinfo -u' | jhb | 2006-09-11 | 1 | -2/+2 |
* | Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt to | njl | 2006-07-29 | 1 | -1/+5 |
* | By default, don't disable ACPI during reboot. This appears to hang some | njl | 2006-06-11 | 1 | -3/+13 |
* | Minor sysctl cleanup. The RW flag means read|write and so it is redundant | njl | 2006-06-10 | 1 | -7/+5 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Don't attach special devices in the order they appear in the AML tree. | njl | 2006-05-07 | 1 | -17/+25 |
* | Set the rid for the resoruce obtained from rman_reserve_resource. | imp | 2006-04-20 | 1 | -0/+1 |
* | Import ACPI Dock Station support. Note that this is still very young. | iwasaki | 2006-04-15 | 1 | -2/+12 |
* | Add reset register support. This is the only method to reboot some new | njl | 2006-03-29 | 1 | -0/+11 |
* | *sigh* Revert stuff that wasn't supposed to be committed. The | jhb | 2005-11-07 | 1 | -3/+3 |
* | Work around at least one busted BIOS. If we get a source index in a _PRT | jhb | 2005-11-07 | 1 | -3/+3 |
* | Catch up with ACPI-CA 20051021 import | jkim | 2005-11-01 | 1 | -7/+7 |
* | Add a hack to get around PCI link devices that report "present" but not | njl | 2005-10-23 | 1 | -1/+6 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 1 | -1/+1 |
* | In newbus land, ivars can only be accessed for direct child, or when | imp | 2005-06-03 | 1 | -1/+1 |
* | If devclass_get_devices() returns success but a count of 0, free the | njl | 2005-05-20 | 1 | -1/+4 |
* | Simplify the ACPI taskqueue implementation. Use a thread queue type instead | marks | 2005-05-09 | 1 | -3/+0 |
* | Probe PCI link devices early so that we turn them all off via _DIS before | jhb | 2005-04-14 | 1 | -0/+4 |
* | 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 | 1 | -7/+3 |
* | If a device_add_child fails (i.e. low memory situation), be sure to free | njl | 2005-03-27 | 1 | -0/+2 |
* | Add support for bus_delete_resource() and make acpi_bus_alloc_gas() do | njl | 2005-03-22 | 1 | -0/+18 |
* | s/SLIST/STAILQ/ | phk | 2005-03-18 | 1 | -2/+2 |
* | Fix SCM ID's. | obrien | 2005-03-02 | 1 | -2/+3 |
* | 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 |
* | Check for the address space type first before validating it. In particular, | njl | 2005-02-17 | 1 | -2/+6 |
* | Allow users to manually override quirks with the tunable "debug.acpi.quirks". | njl | 2005-02-13 | 1 | -2/+6 |
* | Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memory | njl | 2005-02-05 | 1 | -11/+19 |
* | In total violation of at least 4 sections in the ACPI spec, some systems | njl | 2005-01-08 | 1 | -19/+26 |
* | Remove trailing whitespace. | njl | 2004-12-27 | 1 | -3/+3 |
* | Grab Giant around calls to DEVICE_SUSPEND/RESUME in acpi_SetSleepState(). | njl | 2004-12-05 | 1 | -0/+12 |
* | Enable the relaxed behavior for op regions and other workarounds for | njl | 2004-12-03 | 1 | -1/+2 |
* | Turn ACPI and PCI devices off or to a lower power state in suspend and | njl | 2004-12-02 | 1 | -3/+210 |
* | Print before the footer, not after. | njl | 2004-10-13 | 1 | -1/+1 |
* | If flags are present, print them like ISA does. | njl | 2004-10-13 | 1 | -0/+2 |
* | Attach the device description for ISA devices on the ACPI bus. | njl | 2004-10-12 | 1 | -0/+3 |
* | Don't disable acpi in shutdown if we're panicing (panicstr != NULL). This | njl | 2004-09-21 | 1 | -1/+1 |
* | Rework sysresource management. Instead of having each sysresource object | njl | 2004-08-23 | 1 | -7/+82 |
* | Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls the | njl | 2004-08-18 | 1 | -2/+2 |
* | Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all | njl | 2004-08-18 | 1 | -57/+6 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -35/+79 |
* | Allow null handles to be passed into acpi_name(). | njl | 2004-08-12 | 1 | -1/+1 |
* | Don't call DEVICE_RESUME a second time if DEVICE_SUSPEND fails. The | njl | 2004-08-10 | 1 | -11/+10 |
* | Add flags for _STA (status) methods and convenience macros for checking | njl | 2004-08-06 | 1 | -3/+3 |
* | Fix the ACPI_DEBUG case by removing a now unused variable. | njl | 2004-08-03 | 1 | -3/+0 |
* | Initialize variables to fix kernel build on AMD64. | obrien | 2004-08-03 | 1 | -0/+2 |
* | /tmp/m | njl | 2004-08-03 | 1 | -188/+69 |