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