summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Use a default of the FADT for matching CreatorId quirks. Use XSDT to meannjl2004-06-291-6/+6
* Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.njl2004-06-291-13/+2
* While booting, use DELAY() for waiting for the EC to respond instead ofnjl2004-06-281-6/+13
* rman_reserve_resource doesn't set the bushandle, so we have to do it here.imp2004-06-281-1/+1
* MFp4: Set the bus handle to the bus handle of the resource, not theimp2004-06-271-3/+2
* Update some comments and remove non-standard notation.njl2004-06-241-4/+7
* Add a quirks array based on matching ACPI tables. The entries in this filenjl2004-06-241-0/+482
* Attach the correct handle, not the one that was just deleted. Also,njl2004-06-241-3/+2
* Run the power off code directly instead of using indirection throughnjl2004-06-241-28/+11
* Use uintmax_t for CPU statistics and add a cast to prevent truncation ofnjl2004-06-241-2/+2
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-234-34/+143
* Now that we associate a device_t with ACPI device handles, lookup thejhb2004-06-231-7/+41
* Fix typos and add spaces before `(' in some commentsbrueffer2004-06-221-3/+3
* Add more precision to the cx_usage sysctl output and special-case 0%.njl2004-06-191-5/+11
* Remove compat code and unused lock declarations.njl2004-06-181-22/+2
* Remove compat defines.njl2004-06-181-4/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-4/+4
* 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
OpenPOWER on IntegriCloud