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