| Age | Commit message (Expand) | Author |
| 2009-08-04 | Reading the fan speed is expensive, so set the undocumented SME_POLL_ONLY | jmcneill |
| 2009-08-04 | remove extra semicolon, spotted by snj | jmcneill |
| 2009-08-04 | add hw.wake.* sysctl subtree for toggling which devices are allowed to | jmcneill |
| 2009-08-03 | don't call asus_sysctl_setup from asus_init because that is called from | jmcneill |
| 2009-08-03 | add missing return, silences 'failed to add sysctl nodes. (0)' message when | jmcneill |
| 2009-08-03 | - add experimental cpu fan/voltage switching support (sysctl hw.asus0.*) | jmcneill |
| 2009-07-13 | com@acpi supports memory space. | kiyohara |
| 2009-07-13 | ACPI resource supports Extended IRQ From FreeBSD. | kiyohara |
| 2009-07-06 | Ignore breakpoints in the DSDT even if DDB is present. | joerg |
| 2009-07-06 | Add a pmf(9) shutdown hook to acpiec(4) to use polling on shutdown. | alc |
| 2009-07-04 | Use a macro to define the conversion between ACPI temperatures and those | pgoyette |
| 2009-07-03 | Remove an unused mutex. This was left-over from two years ago when | pgoyette |
| 2009-07-03 | Properly convert ACPI zone values to uKelvins. | pgoyette |
| 2009-06-30 | Change acpi_tz sensor behavior as follows: | pgoyette |
| 2009-06-03 | Explicitly set sensor's units to ENVSYS_STEMP rather than having | pgoyette |
| 2009-06-01 | Since we no longer have individual events for each sensor value limit, | pgoyette |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-08 | sprintf -> snprintf | joerg |
| 2009-04-08 | Refactor slightly to create acpi_rescan(), a hook for rescanning the | dyoung |
| 2009-04-08 | Add acpitimer_detach() to eventually support acpi(4) detachment. | dyoung |
| 2009-04-07 | During shutdown, detach attimer at acpi. | dyoung |
| 2009-03-31 | avoid tsleep also during shutdown (and in particular ACPI poweroff), | drochner |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Don't assume ACPI == x86, from kiyohara@kk.iij4u.or.jp | jmcneill |
| 2009-02-28 | Change a confusing attach message; if the embedded controller was attached | jmcneill |
| 2009-02-17 | Cut the amount of spam from acpi devices in roughly half by printing | jmcneill |
| 2009-02-17 | Use aprint_debug | jmcneill |
| 2009-01-30 | PR# kern/38817: regression in acpi sleep on lifebook S6510 | jmcneill |
| 2009-01-25 | PR/40471: Pierre Pronchery: ASUS CUR-DLS board found on HP NetServer E800 box | christos |
| 2009-01-21 | add a comment explaining how to regenerate acpidevs_data.h | jnemeth |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-12-07 | Handle printing of _STR attribute with non-string data type gracefully. | mlelstv |
| 2008-11-17 | On resum-from-RAM explicitly restore PCI link device state before | joerg |
| 2008-11-09 | Leave the task of displaying sensor states to envsys_sysmon() unless we | pgoyette |
| 2008-11-09 | Temp sensor should report a critical-overtemp condition (ENVSYS_SCRITOVER) | pgoyette |
| 2008-11-01 | Initialize sc->sc_dev before using it, and use it as argument for the | hans |
| 2008-11-01 | Make the driver work (except for setting display brightness) on older | hans |
| 2008-10-19 | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. | apb |
| 2008-10-18 | Add fan sensor support, from Thomas E. Spanjaard | jmcneill |
| 2008-09-21 | Remember previous display brightness across suspend/resume; now we don't | jmcneill |
| 2008-09-19 | Revert previous. | jmcneill |
| 2008-09-16 | Add another touchpad device - this one found in my Acer2413WLCi laptop. | pgoyette |
| 2008-09-10 | PR# 38683 - T61 cannot suspend with recent kernels | jmcneill |
| 2008-07-28 | Clarify some printfs in error cases so we at least know what subsystem | jmcneill |
| 2008-07-15 | Make acpilid(4) detachable. | dyoung |
| 2008-07-15 | Introduce acpi_clear_wake_gpe() to undo acpi_set_wake_gpe(). | dyoung |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-04 | Fix a mis-tabbed brace, no functional change. | jmcneill |