summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
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
2010-07-28Delay a little longer on suspend before giving up. Fixes machines thatMike Larkin
2010-07-27remove an ancient XXXTheo de Raadt
2010-07-27remove XXX; EC can now be attached early when needed; ok jordanTheo de Raadt
2010-07-27more brackets feels goodTheo de Raadt
2010-07-27XXX annotate a block in acpi_enter_sleep_state() that is pretty worryingTheo de Raadt
2010-07-27do not match a 2nd EC if something horrible happens; ok marcoTheo de Raadt
2010-07-27Spaces vs tabMarco Peereboom
2010-07-27horrific indentation that nearly made me pukeTheo de Raadt
2010-07-27Revert 1.34 certain systems need the parent ec pointer initialized earlier.Marco Peereboom
2010-07-27Set the sleeping indicator light on machines that support it, in case SMIMike Larkin
2010-07-27annoying spaces getting in the wayTheo de Raadt
2010-07-27Early initialization of acpiec if ECDT table existsJordan Hargrave
2010-07-27replace acpitz_getreading goo with proper aml_evalinteger.Marco Peereboom
2010-07-27Fix #ifdef DDB/#ifdef SMALL_KERNEL uses so all four combinationsKenneth R Westerback
2010-07-27Add additional Notify handler for dock devices, according to ACPI specJordan Hargrave
2010-07-26Remove unused structure membersJordan Hargrave
2010-07-26Some machines include VID devices for hardware that doesn't exist. AvoidMark Kettenis
2010-07-26remove merge error which was commitedTheo de Raadt
2010-07-26Add support for Sony ACPI hotkeys via a new driver: acpisony(4).Paul Irofti
2010-07-23Don't initialize acpiec pointer in acpi_softc until registration succeedsJordan Hargrave
2010-07-23Control/data registers were being mapped with swapped io space tagsJordan Hargrave
2010-07-23Fix searchname to handle short name segments, remove hack in acpidock.Jordan Hargrave
2010-07-22pretty large cleanup of SMALL_KERNELTheo de Raadt