Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | please, check it compiles before you commit | Theo de Raadt | |
2007-02-27 | Added fix for condref, free storing into value | Jordan Hargrave | |
ok marco | |||
2007-02-23 | Added support for getting host-bridge _BBN from _CRS resources | Jordan Hargrave | |
suggestions by kettenis ok marco@ | |||
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-22 | Fixed ACPITIMER header revision for ACPI2.0 only | Jordan Hargrave | |
ok marco@ | |||
2007-02-22 | New resource mapper interface and structures | Jordan Hargrave | |
ok marco@ | |||
2007-02-21 | Fix stuttering audio playback as reported by Igor Grabin. | Marco Peereboom | |
Tested by several folks and ok canacar | |||
2007-02-21 | Make an acpi-enabled GENERIC.MP work on systems that only support PIC mode. | Mark Kettenis | |
ok marco@ | |||
2007-02-21 | Fix a few memory leaks. | Marco Peereboom | |
ok jordan@ | |||
2007-02-21 | KNF | Marco Peereboom | |
2007-02-21 | Some Sony VAIOs use the wrong eventing type. Work around that by honering it. | Marco Peereboom | |
Found by giovanni <qgiovanni @ gmail . com> ok jordan | |||
2007-02-21 | Fixed deref for storing to local after CondRef op | Jordan Hargrave | |
ok marco@ | |||
2007-02-20 | It helps to enable hpet... This fixes bnx not working on amd64. | Marco Peereboom | |
2007-02-20 | KNF while here. | Marco Peereboom | |
2007-02-20 | KNF while in here. | Marco Peereboom | |
2007-02-20 | Move AML_OBJDEBUG into ACPI_DEBUG. | Marco Peereboom | |
KNF while in here too. | |||
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-17 | Since a full battery can still have state BST_CHARGE ("charging"), | Deanna Phillips | |
fullness needs to be checked first. Otherwise, full batteries are always described as "charging." ok marco | |||
2007-02-15 | Change some functions so there's only one exit point. This should make | Michael Knudsen | |
it harder to introduce leaks in the code. | |||
2007-02-15 | Let acpidock_eject take an extra argument of what node to call _EJ0 on. | Michael Knudsen | |
Will be used when ejecting devices sitting in the dock. | |||
2007-02-15 | Don't clear the struct aml_value res when aml_evalnode() does this | Michael Knudsen | |
anyway. Also clean up a bit. | |||
2007-02-14 | Cleanup and hide debug messages. | Mark Kettenis | |
2007-02-14 | Quiet a noisy debug message by using dnprintf instead of printf. | Deanna Phillips | |
ok marco | |||
2007-02-13 | Fixed stupid bit mangling on index fields | Jordan Hargrave | |
Changed field read/write code for special case aligned, non-aligned read/write ok marco@ | |||
2007-02-13 | Add smarter _INI code. This helps with some dissapearing devices. | Marco Peereboom | |
ok kettenis jordan | |||
2007-02-06 | Added support for calling _OSI method | Jordan Hargrave | |
Display byte/word/string/nameref for aml_mnem function ok marco@ | |||
2007-02-03 | Change sensor description to `docked'/`not docked' depending on actual | Michael Knudsen | |
state. This is more in line with acpiac and acpibat, and it confuses me less when I look at the sensor output. | |||
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-28 | Fix pasto. | Mark Kettenis | |
2007-01-28 | Properly route lapic NMIs. | Mark Kettenis | |
2007-01-27 | Add some more _STA flags. | Marco Peereboom | |
2007-01-27 | No need to invoke _INI explicitly as this is currently done | Michael Knudsen | |
automagically out by some acpi voodoo. Pointed out by marco. | |||
2007-01-27 | Don't invoke methods on the wrong devnode. Sigh. | Michael Knudsen | |
2007-01-27 | Unbreak build with ACPI_DEBUG. | Michael Knudsen | |
2007-01-27 | Only set sensor to on when ACPIDOCK_STATUS_DOCKED. Before it would also | Michael Knudsen | |
be on if ACPIDOCK_STATUS_UNKNOWN. | |||
2007-01-27 | Delay status report during attach until after invoking _DCK. | Michael Knudsen | |
2007-01-27 | Say ``docking station'' instead of ``docked'' in the sensor description | Michael Knudsen | |
because this confuses me when I read it: hw.sensors.acpidock0.indicator0=Off, (docked) | |||
2007-01-27 | Reading the spec again it seems I missed that the _INI method | Michael Knudsen | |
should be invoked only when _STA says the device is present. Change acpidock_attach to this. | |||
2007-01-26 | Actually add the acpidock indicator sensor stuff to the softc struct so | Michael Knudsen | |
acpidock compiles. I had this in my tree and forgot to commit with the acpidock.c change yesterday. :( Reported by Johan Mson Lindman. | |||
2007-01-25 | Be a bit more verbose during attach even without ACPI_DEBUG for now. | Michael Knudsen | |
2007-01-25 | Install an indicator sensor to show if we're docked or not. | Michael Knudsen | |
Note that right now status appears to not be detected correctly on all machines, but let's expose what we think we know. | |||
2007-01-25 | Make debug output a tad more consistent. | Michael Knudsen | |
2007-01-25 | Remove comment that I committed by accident. | Michael Knudsen | |
2007-01-25 | Do the sensor magic correctly. Found by Constantine Murenin. | Marco Peereboom | |
help from mickey | |||
2007-01-24 | Deal with weird systems that return bogus device numbers for stuff that's not | Mark Kettenis | |
really there. | |||
2007-01-23 | Fixes for static integer setting | Jordan Hargrave | |
thanks to giovanni ok marco@ |