Age | Commit message (Expand) | Author |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-15 | remove the #ifdef ACPI_ENABLE. the EC codepath is either safe enough (and | Theo de Raadt |
2007-11-15 | Make acpicpu(4) attach to the existing CPUs only. | Mike Belopuhov |
2007-11-14 | spacing | Theo de Raadt |
2007-11-12 | correct : vs , in attach-time messages | Theo de Raadt |
2007-11-06 | all ACPI_ENABLE kernels need acpi_interrupt() | Theo de Raadt |
2007-11-06 | move acpi_read_pmreg() and acpi_write_pmreg() out of SMALL_KERNEL so | Theo de Raadt |
2007-11-05 | Establish the acpi interrupt earlier. Fixes problems with some | Can Erkin Acar |
2007-11-03 | Added support for displaying wakeup devices | Jordan Hargrave |
2007-10-11 | When walking the tree yo find _PRT methods, check whether the device is | Mark Kettenis |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback |
2007-09-13 | Remove unnecessary memset() (see aml_evalnode(9)) and a bit of KNF. | Michael Knudsen |
2007-09-13 | Implement ACPI 6.5.1 spec tree walk for _STA and _INI. | Tobias Weingartner |
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 |