Age | Commit message (Expand) | Author |
2008-05-16 | back out jordans new parser. | David Gwynne |
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave |
2008-04-27 | add acpithinkpad(4), an acpi support driver for ibm/lenovo | joshua stein |
2008-04-24 | Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many | Joel Sing |
2008-04-12 | Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 | Mark Kettenis |
2008-01-21 | Check against RESET_REG_SUP in FADT before doing the acpi reset dance | Jonathan Gray |
2008-01-05 | Never attach more acpicpu(4) devices than cpu(4) devices. Always attach | Mark Kettenis |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-12-05 | repair acpiopen/acpiclose and friends to handle the /dev/apmctl interface, | Theo de Raadt |
2007-12-02 | fix the trailing space for real now. | Federico G. Schwindt |
2007-12-02 | avoid trailing spaces on output; marco@ ok. | Federico G. Schwindt |
2007-11-27 | Fix off-by-one that made us attach acpicpu0 and acpicpu1 on GENERIC kernels. | Mark Kettenis |
2007-11-25 | When available and ACPI is enabled use the ACPI reset method | Jonathan Gray |
2007-11-19 | sigh, amd64 still uses that stupid acpi_enabled variable... | Theo de Raadt |
2007-11-19 | softc's come initialized to 0, you know... | Theo de Raadt |
2007-11-19 | store revision; from jsg | Theo de Raadt |
2007-11-19 | Initialize sc_facs earlier. | Mark Kettenis |
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 |