summaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/psparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflicts of unchanged files that are off the vendor branch.Jung-uk Kim2007-03-221-30/+42
| | | | Notes: svn path=/head/; revision=167811
* Unchanged files that are off the vendor branchJung-uk Kim2005-11-011-765/+101
| | | | Notes: svn path=/head/; revision=151942
* Fix conflicts of import of Intel ACPI-CA 20041119 with system includes fixups.David E. O'Brien2005-10-241-6/+6
| | | | Notes: svn path=/head/; revision=151603
* Unchanged files that are off the vendor branch.Mark Santcroos2004-12-011-132/+106
| | | | | | | | Approved by: njl MFC after: 1 week Notes: svn path=/head/; revision=138292
* Check in files off the vendor branch as well as files with local patches.Nate Lawson2004-03-181-6/+46
| | | | Notes: svn path=/head/; revision=127178
* Local change: emulate a ReturnOp if the AML expects one but it isn'tNate Lawson2004-02-281-2/+2
| | | | | | | | present. Some buggy BIOSs do not have a ReturnOp even though it is required for a function to return a value. Notes: svn path=/head/; revision=126379
* Local change: emulate a ReturnOp if the AML expects one but it isn'tNate Lawson2003-12-091-23/+30
| | | | | | | | present. Some buggy BIOSs do not have a ReturnOp even though it is required for a function to return a value. Notes: svn path=/head/; revision=123321
* Restore local changes accidentally lost in the last import.John Baldwin2003-05-011-0/+23
| | | | | | | Reviewed by: njl Notes: svn path=/head/; revision=114457
* Resolve conflicts.Nate Lawson2003-04-291-43/+18
| | | | Notes: svn path=/head/; revision=114247
* Resolve conflicts arising from the ACPI CA 20021118 import.Mitsuru IWASAKI2002-11-271-48/+47
| | | | Notes: svn path=/head/; revision=107328
* Resolve conflicts arising from the ACPI CA 20020815 import.Mitsuru IWASAKI2002-08-291-83/+71
| | | | Notes: svn path=/head/; revision=102553
* Resolve conflicts arising from the ACPI CA 20020725 import.Mitsuru IWASAKI2002-07-301-2/+5
| | | | Notes: svn path=/head/; revision=100969
* Resolve conflicts arising from the ACPI CA 20020611 import.Mitsuru IWASAKI2002-07-091-124/+136
| | | | Notes: svn path=/head/; revision=99682
* Resolve conflicts arising from the ACPI CA 20020404 import.Mitsuru IWASAKI2002-06-301-29/+75
| | | | Notes: svn path=/head/; revision=99149
* Resolve conflicts arising from the ACPI CA 20020217 import.Mike Smith2002-02-231-146/+200
| | | | Notes: svn path=/head/; revision=91119
* Merge local changes.Mike Smith2001-11-281-68/+43
| | | | | | | | Add a fix for a minor error in the PCI routing table creation handler where the correct size for the buffer is not returned. Notes: svn path=/head/; revision=87035
* Merge local changes, add new files and remove obsoleted ones.Mike Smith2001-10-311-27/+22
| | | | Notes: svn path=/head/; revision=85759
* Merge our local patches into the 20010920 snapshot. Note that theMike Smith2001-10-041-264/+148
| | | | | | | | | "implicit return" hack in psparse.c was resubmitted by Iwasaki-san. Submitted by: iwasaki Notes: svn path=/head/; revision=84496
* Merge our local branch changes with the 20010831 snapshot.Mike Smith2001-09-071-121/+82
| | | | Notes: svn path=/head/; revision=83178
* Merge local changes.Mike Smith2001-08-261-16/+17
| | | | Notes: svn path=/head/; revision=82370
* Merge local changes with the ACPI CA 20010717 import.Mike Smith2001-07-211-6/+6
| | | | Notes: svn path=/head/; revision=80065
* Merge FreeBSD-specific changes with the ACPI CA 20010518 release.Mike Smith2001-05-291-67/+70
| | | | Notes: svn path=/head/; revision=77428
* Merge conflicts from the ACPI CA 20010125 import.Mike Smith2001-01-311-5/+14
| | | | Notes: svn path=/head/; revision=71877
* Resolve conflicts from the ACPI CA 20001215 vendor import.Mike Smith2000-12-211-20/+17
| | | | Notes: svn path=/head/; revision=70246
* Resolve conflicts from the 20001201 merge.Mike Smith2000-12-081-38/+72
| | | | Notes: svn path=/head/; revision=69749
* Resolve conflicts from the vendor update.Mike Smith2000-12-011-103/+15
| | | | Notes: svn path=/head/; revision=69454
* 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
* Initial import of the Intel-maintained ACPI Component Architecture. ThisMike Smith2000-10-281-0/+1506
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