summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
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
2006-12-22spacingTheo de Raadt
2006-12-21even more knf loveTheo de Raadt
2006-12-21Tweak to report full battery.Marco Peereboom
2006-12-21spacingTheo de Raadt
2006-12-21more knfTheo de Raadt
2006-12-21more minor knfTheo de Raadt
2006-12-21Remove some leftover acpiec gpe/interrupt code.Marco Peereboom
2006-12-21Remove some more remnants of old acpiec_wait function.Marco Peereboom
2006-12-21KNFMarco Peereboom
2006-12-21Fix silly logic errors.Marco Peereboom
2006-12-21Silence acpibat significantly and shave off about 1k. Also add some smartsMarco Peereboom
2006-12-21ECs are weird in that they generate many interrupts. One for the actualMarco Peereboom
2006-12-20Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeedGordon Willem Klok
2006-12-20nearly complete knfTheo de Raadt
2006-12-20first steps of knf (trying not to step on jordan's feet too much); ok marcoTheo de Raadt
2006-12-20"#ifdef is a tool of the weak!"Gordon Willem Klok
2006-12-20oops, name already usedTheo de Raadt
2006-12-20skip the perfect hash for now since it wastes a lot of kernel memory,Theo de Raadt
2006-12-20rename __acpi_enable_gpe(); ok marcoTheo de Raadt
2006-12-20acpi_unmap_pmregs() is not used, ok marcoTheo de Raadt
2006-12-19slight cleaningTheo de Raadt
2006-12-19spacingGordon Willem Klok
2006-12-19knf + delete unused variablesTheo de Raadt
2006-12-19Add sanity to check for mfg overriden gasio field.Marco Peereboom
2006-12-19Hook up acpicpu to the hw.setperf mechanism, this allows people runningGordon Willem Klok