| Age | Commit message (Expand) | Author |
| 2010-04-28 | On x86, change the bus_space_tag_t to a pointer to a struct | dyoung |
| 2010-04-28 | Add ASUS CUV4X-D. From Pierre Pronchery in PR #41351. | jruoho |
| 2010-04-28 | kill stray free. from Sverre Froyen. | christos |
| 2010-04-28 | Clean up gt and peripherals. | kiyohara |
| 2010-04-28 | allow for vendor-id and product-id properties, passing them | plunky |
| 2010-04-27 | For clarity of scsidevdetached(), rename some variables: sc -> | dyoung |
| 2010-04-27 | For a couple of flags, use bool/true/false instead of int/1/0. | dyoung |
| 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 | Fix KASSERTMSG() to be consistent with KASSERT() logic, not inverted. | rmind |
| 2010-04-25 | console spam | ad |
| 2010-04-25 | Evaluate _TTS on sleep state transitions. This is mainly to pro-actively | jruoho |
| 2010-04-25 | Fix for PR#42572. I was running with this patch for several month without | matthias |
| 2010-04-25 | Add a note about AcpiEnterSleepStatePrep(). | jruoho |
| 2010-04-25 | Fix typo in comments. | tsutsui |
| 2010-04-24 | ANSIfy, KNF | cegger |
| 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 | Support detach by drvctl(8). | kiyohara |
| 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 | Align usage of *free and *alloc and clean up the firmware read code. | christos |
| 2010-04-23 | don't try to print a bus_space_handle_t | macallan |
| 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-22 | fix compilation with -Wmissing-field-initializers. | pooka |
| 2010-04-21 | Don't printf bus_space_tag_t's in a MI driver. | dyoung |