summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* Revert the removal of the initial_irq hack for now as this code is morejhb2004-06-141-9/+7
* Remove disable_on_poweroff and our pre-sync shutdown handler. Disablingnjl2004-06-141-30/+1
* Clean up acpi_probe_order() a bit and clarify some comments.njl2004-06-141-9/+19
* Don't probe/attach in the ACPI_DEBUG case.njl2004-06-141-2/+1
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-1310-101/+246
* Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace morenjl2004-06-132-0/+21
* Remove accidental change.njl2004-06-071-1/+1
* Avoid printing extraneous warning messages when trying to switch a devicenjl2004-06-072-17/+17
* - Use PCI_INVALID_IRQ macro rather than a magic number.jhb2004-06-071-2/+1
* Don't forget to pass shutdown events down to children first now that wenjl2004-06-051-0/+3
* Disable wake GPEs in the reboot path as well as poweroff path. This fixesnjl2004-06-051-4/+11
* Rework acpi_cpu_idle() to select the next idle state before sleeping, notnjl2004-06-051-109/+78
* Work around the preemption problem in acpi_cpu.c for shutting down.peter2004-06-041-0/+2
* Add missing <sys/module.h> includesphk2004-05-3014-0/+14
* Decrease sleep_delay default to 1 second now that the machines thatnjl2004-05-291-2/+2
* Style cleanups, don't set the device description before the probe routinenjl2004-05-293-49/+37
* Don't assume that the current setting (_CRS) of a PCI link device isjhb2004-05-281-7/+9
* Style fixes.njl2004-05-281-56/+54
* Now that we properly disable GPEs before entering a sleep state, includingnjl2004-05-281-1/+1
* Style cleanups. "extern" is unneeded for function prototypes.njl2004-05-281-74/+68
* Update the new suspend/resume GPE methods to properly limit the GPEnjl2004-05-284-16/+65
* Pass a pointer to the sleep state instead of casting gymnastics to passnjl2004-05-281-4/+4
* Fix paste-o.njl2004-05-281-1/+1
* Attach per-device sysctls to allow users to set whether or not a givennjl2004-05-281-0/+52
* Fix LP64 environments: cast a pointer type to intptr_t before castingmarcel2004-05-281-2/+2
* Restructure the wake GPE API. Now there are three functions:njl2004-05-274-186/+285
* Enable GPE at runtime rather than suspend time. This is to match thenjl2004-05-252-2/+6
* Remove call to _INI for thermal devices. ACPI-CA now calls _INI fornjl2004-05-251-6/+0
* Changes to implement 20040514:njl2004-05-255-45/+67
* Revert the previous commit. The bus accessor macros do not check thenjl2004-05-221-3/+56
* Use the simpler __BUS_ACCESSOR macros for ivars instead of defining themnjl2004-05-181-56/+3
* Add support for GPE being a package of { reference, gpe bit }.njl2004-05-141-40/+86
* Add support for retrieving _GLK in the ECDT probe. Now we no longer alwaysnjl2004-05-131-35/+20
* If an ACPI PCI-PCI bridge doesn't have a _PRT object, fall back to usingjhb2004-05-101-1/+9
* Change hw.acpi.cpu.cx_lowest to accept values in the form of C1,njl2004-05-071-9/+12
* Rename acpi_cpu to cpu. Change the probe routine to early on rejectnjl2004-05-061-42/+90
* Select the highest valid (i.e., S3) sleep state for the default for thenjl2004-05-062-11/+16
* Add back sys/reboot.h which is needed.njl2004-05-061-0/+1
* Make unnecessary globals static and remove unused includes.njl2004-05-065-7/+1
* Fix setting debug strings via sysctl. Also, clean up the way we printnjl2004-05-061-14/+20
* Remove extra parentheses.njl2004-05-051-2/+2
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-0/+44
* Fix build breakage.takawata2004-04-261-1/+1
* Move the call to AcpiEnterSleepStatePrep() to before we select the BSPnjl2004-04-261-6/+10
* Fix two typos from PR: 65694imp2004-04-261-1/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilynjl2004-04-241-6/+7
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+1
* Fix stepping in ddb by not checking for a maximum interval. The ACPI-safenjl2004-04-221-31/+32
* Add comments, including restoring the PIIX4 errata comment, to indicatenjl2004-04-211-45/+76
* Fix several bugs where 32-bit timers and wraparound were not properlynjl2004-04-211-110/+26
OpenPOWER on IntegriCloud