summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2010-05-12Print a warning if AcpiOsSleep() is called with a value larger than twojruoho
2010-05-12When scanning the device "capabilities" (power, wake-up, etc.),jruoho
2010-05-12Initial pass for issues observed by dyoung@ on HP Pavilion N3270. In thisjruoho
2010-04-28Add ASUS CUV4X-D. From Pierre Pronchery in PR #41351.jruoho
2010-04-27Include the new prototype for acpi_enter_sleep_state().jruoho
2010-04-27Make acpi_enter_sleep_state() not to return. No one cared what it returned.jruoho
2010-04-27Be consistent with the returned exception codes. Check for NULL pointers.jruoho
2010-04-27Use ACPICA's standard notify values from <actypes.h> and move thejruoho
2010-04-27Clean up <dev/acpi/acpireg.h>. While documenting the control methods is anjruoho
2010-04-26Fix typo. Doh.jruoho
2010-04-26Improve and rearrange comments.jruoho
2010-04-26AE_CTRL_TERMINATE -> AE_CTRL_FALSE.jruoho
2010-04-26Move the ACPIVERBOSE blocks to a single place.jruoho
2010-04-25Return instead of breaking out if the sleep state is not available.jruoho
2010-04-25As noted by jmcneill@, the specifications specifically mention that the _TTSjruoho
2010-04-25Evaluate _TTS on sleep state transitions. This is mainly to pro-activelyjruoho
2010-04-25Add a note about AcpiEnterSleepStatePrep().jruoho
2010-04-24Embarrassing typos: _PI_ -> _SI_, _PB_ -> _SB_.jruoho
2010-04-24Do not use __func__ with ACPI_DEBUG_PRINT (it already adds it).jruoho
2010-04-24Remove retrieving the zone name via something called "REGN".jruoho
2010-04-24Some purely cosmetic editing in the name of readability: clean up the softcjruoho
2010-04-24Fix a bug involving acpitz(4) accidentally attaching to the _TZ_ scope.jruoho
2010-04-24Add utility function acpi_get_node().jruoho
2010-04-24Now that we are able to remove references to power resources, provide ajruoho
2010-04-23Forgot that the firmware may change the power state behind our back,jruoho
2010-04-23Add hw.acpi.power sysctl-node.jruoho
2010-04-23One malloc(9) type is enough for ACPI; use M_ACPI.jruoho
2010-04-23Simplify acpi_pcidev_find(): directly return a pointer to the device node.jruoho
2010-04-23Cosmetics: be pedantic and use AE_CTRL_TERMINATE instead of AE_ABORT_METHODjruoho
2010-04-23When setting the power, always mark the state as invalid on failure, even ifjruoho
2010-04-23Make the ACPIVERBOSE output even prettier by removing cruft.jruoho
2010-04-22Some pretty printing for ACPIVERBOSE.jruoho
2010-04-22Remove a redundant prototype. A leftover from the previous commit.jruoho
2010-04-22Merge new code for ACPI power resources.jruoho
2010-04-22Wrap long lines, add some white space for readability, remove unnecessaryjruoho
2010-04-22Shorten the long lines with two custom macros.jruoho
2010-04-22From Gregoire Sutre: rework the ACPI PCI support. This makes ACPI tojruoho
2010-04-20Remove the block where the default address space handlers were manuallyjruoho
2010-04-20Instruct ACPICA to dynamically allocate the table descriptions injruoho
2010-04-18Remove a duplicate variable assignment.jruoho
2010-04-18From Gregoire Sutre:jruoho
2010-04-18Regen.jruoho
2010-04-18Add ATM1200. From ThinkPad X60s.jruoho
2010-04-16fix dmesg printing.christos
2010-04-15As discussed with jmcneill@, install a global "bus notification handler"jruoho
2010-04-15Arrange some comments.jruoho
2010-04-14Simplify the setting of the GPEs. Add a debug-printf.jruoho
2010-04-14No need to spread the ACPICA type system any more than is necessary:jruoho
2010-04-14Simplify error reporting, remove casts, KNF.jruoho
2010-04-14Remove the code that was copy-pasted to acpi_detach() from the attachmentjruoho