summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
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
2008-06-03Before 1.46, the EC driver would try to send a command again to the ECjoerg
2008-06-03Reintroduce acpibat_refresh, only have it refresh battery status (not info,jmcneill
2008-06-03Refresh battery info/status on resume.jmcneill
2008-06-03Simplify SME usage within acpibat:jmcneill
2008-06-01Don't reload usageid on resume, this should never change.jmcneill
2008-06-01Fix compilation with ACPI_EXTRA_DEBUG.joerg
2008-05-31Don't use cv_timedwait_sig if (cold)jmcneill
2008-05-31Remove powerhook_establish calls; this functionality has been broken sincejmcneill
2008-05-31lpt(4): register NULL pmf handler.jmcneill
2008-05-24MI implementation of AcpiAcquireGlobalLock and AcpiReleaseGlobalLock.jmcneill
2008-05-20correct wrong comment: envsys(4) wants uKcegger
2008-05-18acpidalb(4): Driver for PNP0C32 Hotkeys aka "Direct Application Launch Buttons".cegger
2008-05-17For device nodes that we handle internally, do not bother callingjmcneill
2008-05-14Fix memory leak on attach/resume.jmcneill
2008-05-11Noisy printf.ad
2008-05-05Use 2-clause license.jmcneill
2008-05-03Use M_ZERO instead of malloc+memsetjmcneill
2008-05-02Sprinkle a teeny bit of KNF goodness..simonb