summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2011-01-09Continue loading acpiec even if _REG fails.. allows HP G62 to work properlyJordan Hargrave
2011-01-08Removed unused structure memberJordan Hargrave
2011-01-05Ignore MCFG tables with an empty bus range. Makes stu@'s amd64 machineMark Kettenis
2011-01-04Add support for Memory Mapped Configuration space access. This gives usMark Kettenis
2011-01-02Re-add code for ACPI taskqueue, eliminates need for state vars in acpi softcJordan Hargrave
2010-11-10The acpibat(4) notify function should not unconditionally call both _BIFMark Kettenis
2010-10-31Revert last commit: it breaks resume on ThinkpadsPhilip Guenthe
2010-10-26Add task queue for ACPI gpe and notify handlersJordan Hargrave
2010-10-15Remove redundant definitionJordan Hargrave
2010-10-07Create separate functions for enabling wake and runtime gpes.Jordan Hargrave
2010-10-05split acpi_enable_onegpe to separate enable/disable functionsJordan Hargrave
2010-10-05Added acpi_disable_allgpes function to clear GPE statusJordan Hargrave
2010-10-05clean up acpi_softc use moreTheo de Raadt
2010-10-05delete a bit of #if 0 codeTheo de Raadt
2010-10-05hide use of our global acpi_softc pointer a bit betterTheo de Raadt
2010-09-29grab the acpi thread lock very early in acpi thread startup; not that itTheo de Raadt
2010-09-21Add support for newer asus boards that use a different method to pollClaudio Jeker
2010-09-19acpi sub-drivers may not use sensordev_install(); all acpi/acpiec/dsdtTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-29- add a check for FWRITE here too.Jasper Lievisse Adriaanse
2010-08-28powerhooks in acpi drivers? oh boy. change this into a (not yet called)Theo de Raadt
2010-08-27Make PCI Power Management optional, and only enable it when acpi(4) attaches.Mark Kettenis
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-08Close race between the acpi thread and wscons ioctls running in processMark Kettenis
2010-08-08Stop recursion introduced in rev 1.42, by reverting most of that commit.Mark Kettenis
2010-08-08Report the acpi sleep states when on a RAMDISK; ok krwTheo de Raadt
2010-08-07Enforce acpi register access rescrictions.Mark Kettenis
2010-08-07Enforce acpi register access rescrictions.Mark Kettenis
2010-08-07Generate power change events for APM. Makes powerup and powerdown scriptsCan Erkin Acar
2010-08-07The wakeup of the acpi thread is not needed. This code is being calledTheo de Raadt
2010-08-07upon resume, notify all the acpiac and acpibat drivers to updateTheo de Raadt
2010-08-06Always call _PSW on _LID devices that support it to enable lid open toMarco Peereboom
2010-08-06As part of a revamp of the PM1/GPE code, I write this diff to look forTheo de Raadt
2010-08-05new i386/amd64 machdep.lidsuspend sysctl which decides whether a lidTheo de Raadt
2010-08-05lid suspend logic was backwardsTheo de Raadt
2010-08-05Wakeup machine when lid is opened on laptops that have acpibtn _LID.Marco Peereboom
2010-08-05PM1 power button events were generating 'fake events' to acpibtn PWRB,Theo de Raadt
2010-08-05rename a variable which is annoyingly poorly namedTheo de Raadt
2010-08-05Write to the correct offset for various ACPI pmreg registers. Writing toMike Larkin
2010-08-05Fix the power button. The pm1 register is 16 bits in size.Theo de Raadt
2010-08-05Add Windows2009 to the valid osi table; from marco, suggested as a trialTheo de Raadt
2010-08-04Remove unused code, conditional in fixup node was never trueJordan Hargrave
2010-08-04Print supported sleep states.Mark Kettenis
2010-08-03Remove old code that figures out the PCI bus number. The new code gets someMark Kettenis
2010-08-03Add busy flag so that we don't act on a SCI until a command in progressMarco Peereboom
2010-08-03Use the proper flag for re-enabling certain hardware events (power btn,Mike Larkin
2010-08-02The EC GPE is always edge. edge interrupts have their STS bit resetTheo de Raadt
2010-07-29Don't set sc_ec until after the EC registers are mapped, but before weMark Kettenis
2010-07-28remove stub code for rw locks we will never need; ok kettenis marcoTheo de Raadt
2010-07-28Make all gasio failures look and behave the same.Marco Peereboom