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