summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Include isa/pnpvar.h and remove a duplicate copy of PNP_EISAID.njl2004-06-291-13/+2
* 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
* Run the power off code directly instead of using indirection throughnjl2004-06-241-28/+11
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-231-31/+46
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* 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-131-52/+137
* Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace morenjl2004-06-131-0/+12
* 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
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Decrease sleep_delay default to 1 second now that the machines thatnjl2004-05-291-2/+2
* Now that we properly disable GPEs before entering a sleep state, includingnjl2004-05-281-1/+1
* Update the new suspend/resume GPE methods to properly limit the GPEnjl2004-05-281-16/+62
* 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-271-120/+236
* Changes to implement 20040514:njl2004-05-251-17/+16
* Select the highest valid (i.e., S3) sleep state for the default for thenjl2004-05-061-8/+16
* Fix setting debug strings via sysctl. Also, clean up the way we printnjl2004-05-061-14/+20
* Fix build breakage.takawata2004-04-261-1/+1
* Move the call to AcpiEnterSleepStatePrep() to before we select the BSPnjl2004-04-261-6/+10
* Remove extran parens.njl2004-04-211-1/+1
* Move the timer difference convenience function from acpi_cpu.c to make itnjl2004-04-211-0/+15
* Disable the new wake GPE behavior. With it enabled, my laptop won't staynjl2004-04-161-0/+1
* Remove a non-variable static and move other static variables to the samenjl2004-04-141-8/+5
* Use TRUE for a boolean and a style nit.njl2004-04-141-2/+1
* Add support for packages as the first element of _PRW. This may allownjl2004-04-091-26/+33
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-081-1/+1
* Move the ivar accessing routines back to inlines (reverting acpivar.hnjl2004-04-011-76/+0
* Staticize pnp methods, style fixes. Remove unused variable to unbreaknjl2004-03-311-18/+12
* Add an interface to pass an argument to the resource parsing functions.njl2004-03-311-1/+1
* Style fix.takawata2004-03-311-39/+49
* Disable serialize_methods and enable _OSI support by default. The formernjl2004-03-301-5/+14
* Add ACPI PnP string. This affects devinfo(8) output with -v option.takawata2004-03-271-0/+46
* Move the poweroff handler to a separate function. Make sure it is runnjl2004-03-191-15/+35
* Add tunables for disabling serialized method execution and disabling thenjl2004-03-181-0/+19
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Simplify some logic in converting a buffer to an integer.njl2004-03-091-1/+3
* Use an unsigned int instead of an int for the Get/Set Integer interface.njl2004-03-091-3/+3
* Add a "quirks" value to disable quirks handling for a given boot.njl2004-03-041-5/+15
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-18/+19
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-16/+77
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
OpenPOWER on IntegriCloud