| Age | Commit message (Expand) | Author |
| 2003-09-25 | imake this compile again. | christos |
| 2003-09-25 | Modify the fdcattach() interface again, splitting it into two parts, so that | mycroft |
| 2003-09-25 | Update for new attach method. | mycroft |
| 2003-08-31 | The unit displayed when printing battery capacities and | gson |
| 2003-08-17 | check return value of AcpiEnterSleepStatePrep() to catch | kochi |
| 2003-08-15 | 'struct acpi_resources' will have references to malloc'ed memory. | kochi |
| 2003-08-15 | Correct calculation of timeout. | kochi |
| 2003-08-03 | Workaround for AcpiOsGetThreadId: can be called with curlwp == NULL | kochi |
| 2003-08-03 | Fix a wrong handling of clearing a flag | kochi |
| 2003-08-03 | appease gcc-3 by adding ULL to constants that do not fit in longs | christos |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-07-08 | Don't compile db*.c & dm*.c unless ACPI_DEBUG and DDB are specified | kochi |
| 2003-07-08 | function prototype must not have variable name | itojun |
| 2003-07-06 | make bootup messages prettier | kochi |
| 2003-07-06 | o cleanup usage of ACPI_ACTIVATE_DEV/ACPI_PCI_FIXUP | kochi |
| 2003-07-06 | Fix typo. | kochi |
| 2003-07-03 | Cleanup usage of ENABLE_DEBUGGER/ACPI_DEBUGGER/DDB. | kochi |
| 2003-07-02 | cleanup usage of ACPI_ALLOCATE_BUFFER/AcpiOsFree combination | kochi |
| 2003-07-02 | print ACPI CA version | kochi |
| 2003-07-02 | Implement AcpiOsDerivePciId | kochi |
| 2003-07-01 | Bugfix from FreeBSD tree: | kochi |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-05-29 | The remaining capacity percentage was incorrect for batteries larger than | gson |
| 2003-05-25 | Backport a bugfix from the latest ACPI CA. | kochi |
| 2003-05-22 | * make use of NetBSD ACPI APIs (acpi_eval_{struct,integer}) | kochi |
| 2003-05-21 | size_t != unsigned int all the time. | christos |
| 2003-05-15 | Add quirk handling to ACPI. First quirk entry is "PTLTD " rev 0x06040000, | fvdl |
| 2003-05-13 | Fix a reference count problem that may cause unexpected memory free etc. | kochi |
| 2003-05-13 | Fix parent-child loop problem found by Takashi Yamamoto. | kochi |
| 2003-05-12 | Always use 32bit-wide header pointers for an RSDT (ACPI 1.0). The comment | fvdl |
| 2003-05-11 | Avoid a strict-alias warning. | fvdl |
| 2003-05-11 | Avoid some strict-alias warnings. | fvdl |
| 2003-05-11 | s/UINT32/ACPI_SIZE/ to match function prototypes. | fvdl |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-26 | this doesn't need to include callout.h anymore. | yamt |
| 2003-04-20 | Use sysmon_taskq. | thorpej |
| 2003-04-19 | Fix for ACPI poweroff problem provided by Takayoshi Kochi. This resolves | tron |
| 2003-04-18 | * Add a generic power management event API, defined in <sys/power.h>. | thorpej |
| 2003-04-17 | acpi.c needs sysmon_power too. | matt |
| 2003-04-17 | Adapt to the sysmon_pswitch interface. | thorpej |
| 2003-04-17 | Oops, remove a debugging define. | thorpej |
| 2003-04-17 | * Don't do the ACPI_PCI_FIXUP unless it is explicitly enabled in | thorpej |
| 2003-03-07 | Make sure this compiles with ACPI_DEBUG. | kanaoka |
| 2003-03-05 | use M_ACPI where appropriate. | christos |
| 2003-03-05 | Fix a bug that affects machines which has non-zero base GPE blocks. | kochi |
| 2003-03-04 | Update for acpica-unix-20030228. | kochi |
| 2003-03-04 | Resolve conflicts from acpica-20030228-2 import. | kochi |
| 2003-03-04 | Import the Intel ACPICA 20030228 release. | kochi |