summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi.c
AgeCommit message (Expand)Author
2007-04-17Now that acpidock no longer hangs machines during boot (at leastMichael Knudsen
2007-04-11Added changes for C-StateJordan Hargrave
2007-03-26Calculate minutes left more accurately.Marco Peereboom
2007-03-03Stop looking for acpidock until we fix that stuff that breaks all pre-60Michael Knudsen
2007-02-22We were getting no interrupts in .MP. There are 2 fixes; one inMarco Peereboom
2007-02-21Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode.Mark Kettenis
2007-02-19Added acpi_map_address function for mapping GAS/IO registersJordan Hargrave
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-13Add smarter _INI code. This helps with some dissapearing devices.Marco Peereboom
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2007-01-22Actually look for docking stations by looking for _DCK nodes.Michael Knudsen
2007-01-02On some systems EC must be attached as the first device. Move EC fromMarco Peereboom
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-21even more knf loveTheo de Raadt
2006-12-21Remove some leftover acpiec gpe/interrupt code.Marco Peereboom
2006-12-20oops, name already usedTheo 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-19simplify some low-level methods substantially (shrinking code); ok marco jordanTheo de Raadt
2006-12-06malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails,Michael Knudsen
2006-11-28Fixed clearing arg for acpi_init_picJordan Hargrave
2006-11-27Don't spam dmesg.Mark Kettenis
2006-11-27Fixes for acpiprt routingJordan Hargrave
2006-11-25Don't handle acpiev events inside the gpe handler since this causes deadlocks.Marco Peereboom
2006-11-15Hook up acpi apic interrupt routing support to generic acpi code.Mark Kettenis
2006-11-02Kill acpiec attach function and add its functionality to the generic _HIDMarco Peereboom
2006-11-02Fix comments to reflect reality.Marco Peereboom
2006-10-19Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocolMarco Peereboom
2006-10-19Fixed GPE debug levelsJordan Hargrave
2006-10-15Removed old GPE handler code remnantsJordan Hargrave
2006-10-12Massive ACPI changesJordan Hargrave
2006-06-30KNF, No functional change,Gordon Willem Klok
2006-06-30Support for calling Embedded Controller via new GPE interfaceJordan Hargrave
2006-06-30Added new code for GPE handlingJordan Hargrave
2006-06-30Added offset argument for acpi read/write pmreg routines (new GPE code)Jordan Hargrave
2006-05-31do not call acpi_powerdown() unless acpi has successfully initializedTodd T. Fries
2006-05-29Add embedded controller support.Can Erkin Acar
2006-05-19Minimal thermal zone driver. Monitors thermal zone temperature,Can Erkin Acar
2006-04-11KNF.Marco Peereboom
2006-04-11Add acpi_resume(struct acpi_softc *sc), which calls some AML methods,Gordon Willem Klok
2006-04-11Discover some ACPI sleep related methods, and call them at theGordon Willem Klok
2006-02-26Add acpicpu as a device.Marco Peereboom
2006-02-23remove dead function.Marco Peereboom
2006-02-22Print out all tables it found during autoconf. We'll need this data inMarco Peereboom
2006-02-22Make dmesg less verbose.Marco Peereboom
2006-02-22Added parsing of SSDT tablesJordan Hargrave
2006-02-22Added new aml_register to notify by device idJordan Hargrave
2006-02-21Readjust debug levels that crept in too low over the last few days.Marco Peereboom