| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't create new-bus resources for ACPI extended IRQ resources that are | jhb | 2005-01-18 | 1 | -1/+5 |
* | For the sake of consistency, look up link devices relative to the root | jhb | 2005-01-18 | 1 | -2/+1 |
* | - Add support for link devices where _CRS just outright fails to execute. | jhb | 2005-01-18 | 1 | -28/+147 |
* | In total violation of at least 4 sections in the ACPI spec, some systems | njl | 2005-01-08 | 1 | -19/+26 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 3 | -3/+4 |
* | Minor cleanup: Reduce stack usage in probe method. Outdent probe. Use | njl | 2004-12-27 | 1 | -41/+38 |
* | Remove trailing whitespace. | njl | 2004-12-27 | 6 | -10/+10 |
* | Only use the current value if there's one IRQ. Some systems return | njl | 2004-12-20 | 1 | -8/+8 |
* | Only report a critical battery level once until it's gone non-critical. | njl | 2004-12-20 | 1 | -3/+9 |
* | Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than | njl | 2004-12-13 | 1 | -2/+1 |
* | Re-enable link programming on resume. It appears the previous bounds | njl | 2004-12-13 | 1 | -2/+0 |
* | Allow the acpi_ibm module to be built with ACPI_DEBUG. | scottl | 2004-12-13 | 1 | -0/+1 |
* | 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 |
* | Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs the | njl | 2004-12-02 | 1 | -0/+20 |
* | Catch up with AcpiOsSleep() interface change. | marks | 2004-12-02 | 4 | -11/+31 |
* | - Do a better job of handling any Dependent Functions (aka DPFs) that appear | jhb | 2004-12-01 | 1 | -69/+218 |
* | Completely back out 1.37. Something else is going on and John wants to | njl | 2004-12-01 | 1 | -9/+0 |
* | Fix "Lock ACPI PCI link not exclusively locked | obrien | 2004-12-01 | 1 | -0/+12 |
* | Don't bother locking in attach(). At boot time, we're single-threaded | njl | 2004-11-30 | 1 | -4/+1 |
* | Make sure the link array is big enough to hold both _CRS and _PRS | njl | 2004-11-30 | 1 | -8/+30 |
* | Instead of translating PCI to ACPI power states, just use a CTASSERT | njl | 2004-11-29 | 1 | -18/+10 |
* | Temporarily disable programming IRQ links on resume. The new code hangs | njl | 2004-11-26 | 1 | -0/+2 |
* | - Remove some no longer used constants. | jhb | 2004-11-23 | 1 | -8/+3 |
* | Rework the ACPI PCI link code. | jhb | 2004-11-23 | 5 | -1060/+697 |
* | Enable throttling/C3 quirks for PIIX4 parts. Defer checking quirks until | njl | 2004-11-16 | 1 | -9/+21 |
* | After discussions with Nate, repo copy the acpi assist drivers from | imp | 2004-11-15 | 1 | -168/+0 |
* | s/return_VALUE/return / to fix build breakage when ACPI_DEBUG is | truckman | 2004-11-14 | 1 | -3/+3 |
* | Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and it | imp | 2004-11-13 | 1 | -10/+6 |
* | Commit takawata-san's Sony Notebook Controller driver, integrated into | imp | 2004-11-11 | 1 | -0/+172 |
* | Only warn about missing _PRT tables if bootverbose is set. I've yet to see | jhb | 2004-11-11 | 1 | -2/+4 |
* | unsigned long -> u_long | njl | 2004-11-09 | 1 | -1/+1 |
* | Tell the BIOS we want to handle brightness switching as well as output | njl | 2004-11-09 | 1 | -24/+33 |
* | Make the bootverbose output from qualitydetermination of the ACPI timer | phk | 2004-11-03 | 1 | -5/+6 |
* | Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the | des | 2004-10-31 | 1 | -2/+2 |
* | Whitespace cleanup | des | 2004-10-31 | 1 | -4/+4 |
* | 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 |
* | Update C3 support when BM control is not present. | njl | 2004-10-11 | 1 | -16/+28 |
* | Make the lower range of the memory area 0x80000000 again. Also | imp | 2004-10-11 | 1 | -1/+5 |
* | Notify the user when the battery is critically low. In the future, we | njl | 2004-10-11 | 1 | -0/+4 |
* | If bus mastering control is not available (PM2_BLK), don't just disable | njl | 2004-10-11 | 1 | -16/+27 |
* | Move the code for halting the CPU (acpi_cpu_c1) into machdep files. | njl | 2004-10-11 | 1 | -15/+0 |
* | Update a quirk for the ASUS P5A to disable the timer. It appears to work fine | njl | 2004-10-08 | 3 | -9/+9 |
* | For older systems with ACPI which don't have a pci <-> pci bridge, | imp | 2004-10-06 | 1 | -3/+3 |
* | When the user overrides the DSDT, replace any SSDTs with a simple no-op | njl | 2004-10-05 | 1 | -10/+40 |
* | Allow routing to the SCI even if it's not in the list of valid IRQs. | njl | 2004-09-25 | 1 | -0/+10 |
* | Add a couple of macros to extract the PCI slot (device) and function from | jhb | 2004-09-22 | 4 | -7/+11 |