aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/Subsystem
Commit message (Collapse)AuthorAgeFilesLines
* Remove old ACPI CA code. These will be drained from the repo at someMike Smith2001-05-29139-82734/+0
| | | | | | | future date. Notes: svn path=/head/; revision=77433
* Resolve merge conflicts.Mike Smith2001-03-053-13/+7
| | | | Notes: svn path=/head/; revision=73564
* This commit was generated by cvs2svn to compensate for changes in r73561,Mike Smith2001-03-0532-942/+1252
|\ | | | | | | | | | | | | 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-0535-955/+1260
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=73561
* | Patch the reintroduced (~0 << 32) == 1 bug with a cryptic but functionalMike Smith2001-02-021-1/+2
| | | | | | | | | | | | | | | | | | version. This should fix the read-before-write problem again. Obtained from: "Adam J. Richter" <adam@yggdrasil.com> Notes: svn path=/head/; revision=71923
* | Merge conflicts from the ACPI CA 20010125 import.Mike Smith2001-01-315-16/+28
| | | | | | | | Notes: svn path=/head/; revision=71877
* | Remove obsoleted files.Mike Smith2001-01-312-1801/+0
| | | | | | | | Notes: svn path=/head/; revision=71870
* | This commit was generated by cvs2svn to compensate for changes in r71867,Mike Smith2001-01-31132-2085/+3777
|\| | | | | | | | | | | | | 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-31137-2098/+3807
| | | | | | | | 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-216-35/+32
| | | | | | | | Notes: svn path=/head/; revision=70246
* | This commit was generated by cvs2svn to compensate for changes in r70243,Mike Smith2000-12-21130-555/+597
|\| | | | | | | | | | | | | 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-21136-590/+629
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=70243
* | Resolve conflicts from the 20001201 merge.Mike Smith2000-12-082-41/+75
| | | | | | | | Notes: svn path=/head/; revision=69749
* | This commit was generated by cvs2svn to compensate for changes in r69746,Mike Smith2000-12-0879-1113/+1453
|\| | | | | | | | | | | | | 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-0881-1154/+1528
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=69746
* | Remove duplicate definition.Mike Smith2000-12-011-2/+0
| | | | | | | | Notes: svn path=/head/; revision=69473
* | Update local changes for new hardware register interface.Mike Smith2000-12-011-5/+5
| | | | | | | | Notes: svn path=/head/; revision=69472
* | Resolve conflicts from the vendor update.Mike Smith2000-12-014-160/+57
| | | | | | | | Notes: svn path=/head/; revision=69454
* | This commit was generated by cvs2svn to compensate for changes in r69450,Mike Smith2000-12-0189-2222/+3423
|\| | | | | | | | | | | | | 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-0194-2384/+3481
| | | | | | | | 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
* | Some AML code assumes that a function without an explicit ReturnOp willMike Smith2000-10-281-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return the last value returned by a nested method call. This violates the ACPI spec, but is implemented by the Microsoft interpreter, and thus vendors can (and do) get away with it. Intel's stance is that this is illegal and should not be supported. As they put it, however, we have to live in the real world. So go ahead and implement it. Submitted by: Mitsaru IWASAKI <iwasaki@jp.freebsd.org> Notes: svn path=/head/; revision=67767
* | 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-282-0/+236
|/ | | | | | | | | - 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-28134-0/+80693
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