aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/Subsystem/Include
Commit message (Collapse)AuthorAgeFilesLines
* Remove old ACPI CA code. These will be drained from the repo at someMike Smith2001-05-2935-13543/+0
| | | | | | | future date. Notes: svn path=/head/; revision=77433
* Resolve merge conflicts.Mike Smith2001-03-052-11/+5
| | | | Notes: svn path=/head/; revision=73564
* This commit was generated by cvs2svn to compensate for changes in r73561,Mike Smith2001-03-058-39/+108
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=73562
| * Belated vendor update to the Intel ACPI CA 20010208 snapshot.Mike Smith2001-03-0510-50/+113
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=73561
* | Merge conflicts from the ACPI CA 20010125 import.Mike Smith2001-01-314-11/+14
| | | | | | | | Notes: svn path=/head/; revision=71877
* | This commit was generated by cvs2svn to compensate for changes in r71867,Mike Smith2001-01-3129-245/+362
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=71868
| * Update to the 20010125 ACPI CA snapshot.Mike Smith2001-01-3133-253/+378
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=71867
* | Disable strstr() if ACPICA is compiled in userland.Mitsuru IWASAKI2001-01-101-0/+2
| | | | | | | | | | | | | | Reviewed by: msmith Notes: svn path=/head/; revision=70902
* | Resolve conflicts from the ACPI CA 20001215 vendor import.Mike Smith2000-12-214-12/+12
| | | | | | | | Notes: svn path=/head/; revision=70246
* | This commit was generated by cvs2svn to compensate for changes in r70243,Mike Smith2000-12-2129-118/+128
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=70244
| * Update to the Intel 20001215 ACPI CA snapshot.Mike Smith2000-12-2133-130/+140
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=70243
* | Resolve conflicts from the 20001201 merge.Mike Smith2000-12-081-3/+3
| | | | | | | | Notes: svn path=/head/; revision=69749
* | This commit was generated by cvs2svn to compensate for changes in r69746,Mike Smith2000-12-088-105/+99
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=69747
| * Update to the 20001201 ACPI CA snapshot.Mike Smith2000-12-089-108/+102
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=69746
* | Remove duplicate definition.Mike Smith2000-12-011-2/+0
| | | | | | | | Notes: svn path=/head/; revision=69473
* | Resolve conflicts from the vendor update.Mike Smith2000-12-012-31/+8
| | | | | | | | Notes: svn path=/head/; revision=69454
* | This commit was generated by cvs2svn to compensate for changes in r69450,Mike Smith2000-12-0121-224/+1060
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=69451
| * Update to the 20001115 Intel ACPI CA snapshot.Mike Smith2000-12-0124-258/+1069
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=69450
* | We should include <machine/stdarg.h> not <stdarg.h>Mike Smith2000-10-281-1/+1
| | | | | | | | | | | | | | Submitted by: phk Notes: svn path=/head/; revision=67770
* | FreeBSD-specific customisations:Mike Smith2000-10-283-2/+69
| | | | | | | | | | | | | | | | | | | | - Set debugger options for kernel build - Define some missing functions - Bring in GCC defines - Disable the 'wbinvd' macro as it conflicts with our inline Notes: svn path=/head/; revision=67766
* | Add some extra fuctions:Mike Smith2000-10-281-0/+8
|/ | | | | | | | | - AcpiGetProcessorID (fetch the ACPI processor ID for a given ACPI_HANDLE) - AcpiSetSystemSleepState (set the Sx sleeping state, proposed by Intel but not actually implemented) Notes: svn path=/head/; revision=67765
* Initial import of the Intel-maintained ACPI Component Architecture. ThisMike Smith2000-10-2832-0/+12468
is Intel's reference implementation of the core operating-system ACPI support. (This import is on the vendor branch.) Notes: svn path=/vendor-sys/acpica/dist/; revision=67754