summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
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
2008-03-31Remove useless returns at the end of void functions.xtraeme
2008-03-31Add ASUS ACPI hotkey driver, as found in the Eee PC.jmcneill
2008-03-29Fix printf in ACPI_DEBUG case, pointed out by mlelstv@jmcneill
2008-03-27Split device_t/softc for mpu(4) and its attachments, plus otherxtraeme
2008-03-27Split device_t and softcjmcneill
2008-03-26Split device_t/softc and related cosmetic changes.xtraeme
2008-03-26Split device_t/softc for joy(4) and all its attachments. Alsoxtraeme
2008-03-26acpitz_get_zone expects now a device_t not a softc.xtraeme
2008-03-26Split device_t/softc for ug(4) and other related cosmetic changes.xtraeme
2008-03-26Split device_t/softc and related cosmetic changes.xtraeme
2008-03-23acpiacad_get_status: move sc_notifysent to the correct place, otherwisextraeme