summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpica
AgeCommit message (Expand)Author
2004-01-04Apply http://bugme.osdl.org/attachment.cgi?id=1777&action=view fromgendalia
2003-12-21correct handling of _SI.SST method as it is described in ACPI spec.kochi
2003-12-21Make ACPI interpreter a bit permissive:kochi
2003-12-21Give up unresponding hardware when entering sleep state.kochi
2003-12-21Make ACPI interpreter a bit permissive:kochi
2003-12-13Merge ACPI-CA 20031203kochi
2003-11-26Remove unused file.kochi
2003-11-20convert tab -> space (pointed out by Kanaoka-san)kochi
2003-11-20fix for ThinkPad 'large reference count' problem.kochi
2003-11-09* Preserve original $Revision$kochi
2003-11-02Fix LP64 bug.matt
2003-10-31Add a file.mycroft
2003-10-31Catch up with changes to the AcpiOs*() interfaces.mycroft
2003-10-31Merge acpica-unix-20031029.mycroft
2003-10-31Import latest ACPI-CA.mycroft
2003-10-31Swap the order of buffer initialization and _STA/_INI execution. _INI methodsmycroft
2003-10-30Patches from Christos to fix double-frees and error handling.mycroft
2003-08-15Correct calculation of timeout.kochi
2003-08-03Workaround for AcpiOsGetThreadId: can be called with curlwp == NULLkochi
2003-08-03appease gcc-3 by adding ULL to constants that do not fit in longschristos
2003-07-08Don't compile db*.c & dm*.c unless ACPI_DEBUG and DDB are specifiedkochi
2003-07-06Fix typo.kochi
2003-07-03Cleanup usage of ENABLE_DEBUGGER/ACPI_DEBUGGER/DDB.kochi
2003-07-02Implement AcpiOsDerivePciIdkochi
2003-07-01Bugfix from FreeBSD tree:kochi
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-25Backport a bugfix from the latest ACPI CA.kochi
2003-05-13Fix a reference count problem that may cause unexpected memory free etc.kochi
2003-05-13Fix parent-child loop problem found by Takashi Yamamoto.kochi
2003-05-12Always use 32bit-wide header pointers for an RSDT (ACPI 1.0). The commentfvdl
2003-05-11Avoid some strict-alias warnings.fvdl
2003-05-11s/UINT32/ACPI_SIZE/ to match function prototypes.fvdl
2003-05-03DMA, not dma nor Dma.wiz
2003-04-20Use sysmon_taskq.thorpej
2003-04-19Fix for ACPI poweroff problem provided by Takayoshi Kochi. This resolvestron
2003-03-07Make sure this compiles with ACPI_DEBUG.kanaoka
2003-03-05use M_ACPI where appropriate.christos
2003-03-05Fix a bug that affects machines which has non-zero base GPE blocks.kochi
2003-03-04Update for acpica-unix-20030228.kochi
2003-03-04Resolve conflicts from acpica-20030228-2 import.kochi
2003-03-04Import the Intel ACPICA 20030228 release.kochi
2003-03-04import the Intel ACPICA 20030228 releasekochi
2003-02-26Remove unexpectedly imported ACPI CA files and obsolete fileskochi
2003-02-13Resolve conflict from acpica-unix-20030123.kanaoka
2003-02-13Import INTEL 20030123 release.kanaoka
2003-02-13Import INTEL 20030123 release.kanaoka
2003-02-06Document a URL from which you can get the ACPICA programmer reference manual.perry
2003-01-28unknown, not unkown. Noted by mjl.wiz
2003-01-19Merge the nathanw_sa branch.thorpej