summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
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
2008-05-01hpqlb(4): driver for HP Quick Launch buttons - found on HP Pavilion Notebookscegger
2008-05-01Be consistent with #define<space-or-tab>.simonb
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-26Use isareg constants in thinkpad_brightness_read where possiblejmcneill
2008-04-24Define ACPI_THREAD_ID as uintptr_t, and return curlwp instead ofjmcneill
2008-04-23s/struct cfdata */cfdata_t/jmcneill
2008-04-22AcpiOsGetThreadId should return lwpid, not pid -- otherwise we always returnjmcneill
2008-04-21Misc cleanups from Geoff Wing.xtraeme
2008-04-20Improve error reporting when we fail to enter a sleep state, eg:jmcneill
2008-04-17Make this work again, now that ACPI_TYPE_ANY returns NULL objectsxtraeme
2008-04-16device_t / softc split. From Hans Rosenfeld.cegger
2008-04-15device_t / softc split. From Hans Rosenfeldcegger
2008-04-14Compatibility with ACPICA 20080321; from the release notes:jmcneill
2008-04-07Cosmetic aprintification fix, as noted by Thomas Klausner on current-usersjmcneill
2008-04-05use aprint_*_dev and device_xnamecegger