Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-17 | Now that acpidock no longer hangs machines during boot (at least | Michael Knudsen | |
according to the reports I've been getting) it should be safe to enable it again, so remove the #if 0 stuff around it. ok marco | |||
2007-04-11 | Added changes for C-State | Jordan Hargrave | |
ok marco@ | |||
2007-03-26 | Calculate minutes left more accurately. | Marco Peereboom | |
From giovanni <qgiovanni@gmail.com> | |||
2007-03-03 | Stop looking for acpidock until we fix that stuff that breaks all pre-60 | Michael Knudsen | |
series ThinkPads with acpidock(4) enabled. | |||
2007-02-22 | We were getting no interrupts in .MP. There are 2 fixes; one in | Marco Peereboom | |
acpi_machdep.c and move the interrupt establishment down after ioapic has been initialized. ok jordan | |||
2007-02-21 | Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. | Mark Kettenis | |
ok marco@ | |||
2007-02-19 | Added acpi_map_address function for mapping GAS/IO registers | Jordan Hargrave | |
ok marco@ | |||
2007-02-18 | Added dynamic perfect hash for opcodes | Jordan Hargrave | |
ok marco@ | |||
2007-02-18 | Shave off another K pre compression. | Marco Peereboom | |
Shuffle SMALL_KERNEL functions around so that we only have a single #ifndef | |||
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom | |
ok deraadt | |||
2007-02-13 | Add smarter _INI code. This helps with some dissapearing devices. | Marco Peereboom | |
ok kettenis jordan | |||
2007-01-31 | Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and Voltage | Gordon Willem Klok | |
Scalling" a global flag set by acicpu attach to indicate that ACPI is handling fvs through the _PSS objects. This will fix disappearing EST/powernow when booting kernels with acpi enabled, as acpicpu isnt compiled into GENERIC yet. Also in cases where acpicpu is built in and legacy EST/powernow work but acpi is missing the _PSS object, the legacy routines will be used. tested by dim@, and Nick Nauwelaerts <nick AT nauwelaerts.net> ok marco@, dim@ | |||
2007-01-22 | Actually look for docking stations by looking for _DCK nodes. | Michael Knudsen | |
ok marco | |||
2007-01-02 | On some systems EC must be attached as the first device. Move EC from | Marco Peereboom | |
generic _HID devices to its own routine to force first attach. Bug found and debugged by joris@ Code mostly written by joris@ | |||
2006-12-26 | Add polling to devices that require it such as acpibat and acpitz. | Marco Peereboom | |
Use the same tsleep/wakeup mechanism as the interrupt code to keep it non- concurrent. | |||
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 | |
complain, clean up, and bail out of attach. input and ok gwk | |||
2006-11-28 | Fixed clearing arg for acpi_init_pic | Jordan Hargrave | |
ok kettenis@ | |||
2006-11-27 | Don't spam dmesg. | Mark Kettenis | |
2006-11-27 | Fixes for acpiprt routing | Jordan Hargrave | |
Post-parse fixup for namerefs ok kettenis@ | |||
2006-11-25 | Don't handle acpiev events inside the gpe handler since this causes deadlocks. | Marco Peereboom | |
ok jordan@ | |||
2006-11-15 | Hook up acpi apic interrupt routing support to generic acpi code. | Mark Kettenis | |
ok jordan@ | |||
2006-11-02 | Kill acpiec attach function and add its functionality to the generic _HID | Marco Peereboom | |
device attach prodded and ok jordan | |||
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 | |
as APM therefore userspace can now retrieve power information in the same fashion as all other apm arches (zaurus, macppc, i386 etc). To use force the use of acpi device like so: apmd -f /dev/acpi ok jordan@ | |||
2006-10-19 | Fixed GPE debug levels | Jordan Hargrave | |
Fixed ref counter on temporary bufferfields DSDT parsing fully working on IBM Thinkpad ok marco@ | |||
2006-10-15 | Removed old GPE handler code remnants | Jordan Hargrave | |
ok marco@ | |||
2006-10-12 | Massive ACPI changes | Jordan Hargrave | |
Fixed ACPI leaks new ACPI API ok marco@ | |||
2006-06-30 | KNF, No functional change, | Gordon Willem Klok | |
"go at it" marco@ | |||
2006-06-30 | Support for calling Embedded Controller via new GPE interface | Jordan Hargrave | |
ok marco@ | |||
2006-06-30 | Added new code for GPE handling | Jordan Hargrave | |
Also works with ACPIEC; need to fixup acpiec.c to remove original interrupt handler ok marco@ | |||
2006-06-30 | Added offset argument for acpi read/write pmreg routines (new GPE code) | Jordan Hargrave | |
ok marco@ | |||
2006-05-31 | do not call acpi_powerdown() unless acpi has successfully initialized | Todd T. Fries | |
ok gwk@ canacar@ | |||
2006-05-29 | Add embedded controller support. | Can Erkin Acar | |
ok marco@ deraadt@ testing & ok gwk@ | |||
2006-05-19 | Minimal thermal zone driver. Monitors thermal zone temperature, | Can Erkin Acar | |
shuts down the system if the 'critical temperature' is reached. ok marco@ | |||
2006-04-11 | KNF. | Marco Peereboom | |
2006-04-11 | Add acpi_resume(struct acpi_softc *sc), which calls some AML methods, | Gordon Willem Klok | |
detected at attach time, currently unused. ok marco@ | |||
2006-04-11 | Discover some ACPI sleep related methods, and call them at the | Gordon Willem Klok | |
appropriate time in acpi_enter_sleep_state(). ok marco@ | |||
2006-02-26 | Add acpicpu as a device. | Marco Peereboom | |
ok jordan@ | |||
2006-02-23 | remove dead function. | Marco Peereboom | |
ok jordan@ | |||
2006-02-22 | Print out all tables it found during autoconf. We'll need this data in | Marco Peereboom | |
the future. | |||
2006-02-22 | Make dmesg less verbose. | Marco Peereboom | |
ok jordan. | |||
2006-02-22 | Added parsing of SSDT tables | Jordan Hargrave | |
ok marco@ | |||
2006-02-22 | Added new aml_register to notify by device id | Jordan Hargrave | |
Moved powerdown code to button device ok marco@ | |||
2006-02-21 | Readjust debug levels that crept in too low over the last few days. | Marco Peereboom | |
KNF |