summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2007-02-18Added dynamic perfect hash for opcodesJordan Hargrave
2007-02-18Shave off another K pre compression.Marco Peereboom
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
2007-02-17Since a full battery can still have state BST_CHARGE ("charging"),Deanna Phillips
2007-02-15Change some functions so there's only one exit point. This should makeMichael Knudsen
2007-02-15Let acpidock_eject take an extra argument of what node to call _EJ0 on.Michael Knudsen
2007-02-15Don't clear the struct aml_value res when aml_evalnode() does thisMichael Knudsen
2007-02-14Cleanup and hide debug messages.Mark Kettenis
2007-02-14Quiet a noisy debug message by using dnprintf instead of printf.Deanna Phillips
2007-02-13Fixed stupid bit mangling on index fieldsJordan Hargrave
2007-02-13Add smarter _INI code. This helps with some dissapearing devices.Marco Peereboom
2007-02-06Added support for calling _OSI methodJordan Hargrave
2007-02-03Change sensor description to `docked'/`not docked' depending on actualMichael Knudsen
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2007-01-28Fix pasto.Mark Kettenis
2007-01-28Properly route lapic NMIs.Mark Kettenis
2007-01-27Add some more _STA flags.Marco Peereboom
2007-01-27No need to invoke _INI explicitly as this is currently doneMichael Knudsen
2007-01-27Don't invoke methods on the wrong devnode. Sigh.Michael Knudsen
2007-01-27Unbreak build with ACPI_DEBUG.Michael Knudsen
2007-01-27Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would alsoMichael Knudsen
2007-01-27Delay status report during attach until after invoking _DCK.Michael Knudsen
2007-01-27Say ``docking station'' instead of ``docked'' in the sensor descriptionMichael Knudsen
2007-01-27Reading the spec again it seems I missed that the _INI methodMichael Knudsen
2007-01-26Actually add the acpidock indicator sensor stuff to the softc struct soMichael Knudsen
2007-01-25Be a bit more verbose during attach even without ACPI_DEBUG for now.Michael Knudsen
2007-01-25Install an indicator sensor to show if we're docked or not.Michael Knudsen
2007-01-25Make debug output a tad more consistent.Michael Knudsen
2007-01-25Remove comment that I committed by accident.Michael Knudsen
2007-01-25Do the sensor magic correctly. Found by Constantine Murenin.Marco Peereboom
2007-01-24Deal with weird systems that return bogus device numbers for stuff that's notMark Kettenis
2007-01-23Fixes for static integer settingJordan Hargrave
2007-01-22Fix a comment and reduce the chattyness of some debug.Michael Knudsen
2007-01-22Some nits from fkr@, thanks!Michael Knudsen
2007-01-22Actually look for docking stations by looking for _DCK nodes.Michael Knudsen
2007-01-22Tell config about acpidock.Michael Knudsen
2007-01-22Add driver for ACPI docking stations.Michael Knudsen
2007-01-18Check whether PCI interrupt link devices are enabled.Mark Kettenis
2007-01-18Added fix for static integerJordan Hargrave
2007-01-16Fix invalid _CRS length. Some aml implementations lie about how long aMarco Peereboom
2007-01-11Assume that the first cpu in the table is the boot processor, instead ofMark Kettenis
2007-01-03Oops forgot this bit as part of the cleanup for acpiac. From ConstantineMarco Peereboom
2007-01-03Consistent naming for the sensors.Marco Peereboom
2007-01-02On some systems EC must be attached as the first device. Move EC fromMarco Peereboom
2006-12-29Replace setperf algorithm with a linear version. Also use the aml providedMarco Peereboom
2006-12-28Prettify dmesg a bit for attach with power state being either offline orMichael Knudsen
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-23Move the handling of SCI events to the acpiec gpe handler.Can Erkin Acar
2006-12-23Correctly compute timeout value in acpi_sleep.Can Erkin Acar