summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi.c
AgeCommit message (Expand)Author
2010-03-16Remove the call to AcpiGetType() in acpi_make_devnode(). This is the samejruoho
2010-03-16With the intent of making 'struct acpi_devnode' as the central place forjruoho
2010-03-10Move the ACPI_ACTIVATE_DEV block to one place. While there, provide missingjruoho
2010-03-10Some pretty printing for ACPIVERBOSE.jruoho
2010-03-09Remove the namespace scopes.jruoho
2010-03-05Preparing a device for wakeup involves:jruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2010-03-04Remove ACPI_BUT_DEBUG by using ACPI_DEBUG_PRINT(x) instead.jruoho
2010-03-04Fix ACPI_DEBUG build failures reported by Greg A. Woods.jruoho
2010-03-03Convert the single instance of ACPI_EXTRA_DEBUG to ACPIVERBOSE.jruoho
2010-03-03Refactor acpi_make_devnode() to make it a little more readable.jruoho
2010-03-02Format string cosmetics (mainly from %d to %u).jruoho
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-31Add dynamic debug options for ACPI_DEBUG kernels.jruoho
2010-01-18Fix and improve several comments.jruoho
2010-01-18Introduce acpi_eval_reference_handle() --jruoho
2010-01-18Ensure that the return string is NUL-terminated in acpi_eval_string().jruoho
2010-01-12Properly evaluate the _PRW object in case we have a package inside ajruoho
2010-01-09Add "ACPI fans" to the list of ignored HIDs, as discussed on port-i386@.jruoho
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-08Move all copies of ifattr_match() to sys/kern/subr_autoconf.c.dyoung
2010-01-05Use acpi_eval_struct() to simplify code.jruoho
2009-12-31Remove unused locking variables.jruoho
2009-12-31Add Intel HW Random Number Generator to the list of ignored HIDs.jruoho
2009-12-03Enumerate ACPI PCI devices. Allows to link PCI with ACPI devices.cegger
2009-11-29Introduce acpi_eval_set_integer().cegger
2009-11-28initialise -> initializecegger
2009-11-14use __arraycountcegger
2009-09-16In pmf(9), improve the implementation of device self-suspensiondyoung
2009-09-16Allow for 'options ACPI_DEBUG' by providing module declarationsmlelstv
2009-08-25PR# kern/41179: Incorrect return values from AcpiOsExecute()jmcneill
2009-08-23When ACPI is not present, free any resources used by the ACPICA. Also,jmcneill
2009-08-18Update for API changes with new ACPICA.cegger
2009-08-18Switch to ACPICA 20090730, and update for API changes.jmcneill
2009-08-04add hw.wake.* sysctl subtree for toggling which devices are allowed tojmcneill
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-08sprintf -> snprintfjoerg
2009-04-08Refactor slightly to create acpi_rescan(), a hook for rescanning thedyoung
2009-01-30PR# kern/38817: regression in acpi sleep on lifebook S6510jmcneill
2009-01-03remove extra semicolons.yamt
2008-12-07Handle printing of _STR attribute with non-string data type gracefully.mlelstv
2008-09-19Revert previous.jmcneill
2008-09-10PR# 38683 - T61 cannot suspend with recent kernelsjmcneill
2008-07-15Introduce acpi_clear_wake_gpe() to undo acpi_set_wake_gpe().dyoung
2008-06-01Fix compilation with ACPI_EXTRA_DEBUG.joerg
2008-05-17For device nodes that we handle internally, do not bother callingjmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-20Improve error reporting when we fail to enter a sleep state, eg:jmcneill
2008-03-27Split device_t and softcjmcneill
2008-03-12Use device_t and its accessors throughout. Use aprint_*_dev().dyoung