summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r140216,njl2005-01-141-0/+7
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Clean up a small memory leak introduced with the previous commit tonjl2005-01-141-0/+7
| | | | | | | | | | | | | | dsutils.c. We need to GC the implicitly-returned object. Submitted by: Robert.Moore at Intel MFC after: 1 day
* | This commit was generated by cvs2svn to compensate for changes in r140094,njl2005-01-121-1/+2
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Fix handling of the implicit return case for methods called from annjl2005-01-121-1/+2
| | | | | | | | | | | | | | | | external source (i.e., _STA). The previous case only handled calls occurring within AML. This should fix Toshibas, among others. Thanks to Robert Moore of Intel for the fix. MFC after: 2 days
* | This commit was generated by cvs2svn to compensate for changes in r138298,marks2004-12-021-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Oops, remove unnecessary cast in original, out-commented code.marks2004-12-021-1/+1
| | | | | | | | | | | | This was a debug leftover. MFC after: 1 week
* | This commit was generated by cvs2svn to compensate for changes in r138296,marks2004-12-021-1/+9
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Local change: Supporting code not yet available, use previous behaviormarks2004-12-021-1/+9
| | | | | | | | | | | | | | | | | | | | | | instead for the time being. Intel should fix this. Note that if this commit is correct, it is made on the vendor branch. We expect the Intel folks to fix it, and we don't want to unnecessarily take files off the vendor branch. Approved by: njl MFC after: 1 week
* | Local change: Remove warnings from vendor files.marks2004-12-013-62/+54
| | | | | | | | | | Approved by: njl MFC after: 1 week
* | Local change: In the resume path, give up after waiting for a whilemarks2004-12-011-7/+8
| | | | | | | | | | | | | | for WAK_STS to be set. Some BIOSs never set it. Approved by: njl MFC after: 1 week
* | Local change: Put various debugging options under ACPI_DISASSEMBLER.marks2004-12-011-1/+83
| | | | | | | | | | Approved by: njl MFC after: 1 week
* | Unchanged files that are off the vendor branch.marks2004-12-019-177/+182
| | | | | | | | | | Approved by: njl MFC after: 1 week
* | This commit was generated by cvs2svn to compensate for changes in r138287,marks2004-12-0185-1658/+3570
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Intel ACPI-CA 20041119marks2004-12-0198-1854/+3896
| |
* | This commit was generated by cvs2svn to compensate for changes in r133931,njl2004-08-181-1/+2
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Add a padding member to the header overlaid on data allocated in thenjl2004-08-181-1/+2
| | | | | | | | | | | | | | | | | | ACPI_DEBUG case. Without this, use of allocated memory is unaligned and causes a trap on ia64. Intel may fix this differently in a subsequent release but this is adequate for now. Submitted by: marcel MFC after: 2 days
* | Local change: Allow access to the field if it is within the regionmarks2004-07-021-67/+87
| | | | | | | | | | | | size rounded up to a multiple of the access byte width. This overcomes "off-by-one" programming errors in the AML often found in Toshiba laptops.
* | Local diff: allow use of the disassembler.marks2004-07-021-1/+5
| |
* | Unchanged files that are off the vendor branch.marks2004-07-022-8/+10
| |
* | This commit was generated by cvs2svn to compensate for changes in r131440,marks2004-07-0210-72/+165
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Intel ACPI-CA 20040527marks2004-07-0214-149/+271
| |
* | This commit was generated by cvs2svn to compensate for changes in r129694,njl2004-05-251-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Remove a warning of a constant that is too large. Change submitted tonjl2004-05-251-1/+1
| | | | | | | | vendor.
* | Local change: allow usermode to compile this header. Submitted to vendor.njl2004-05-251-7/+1
| |
* | Local change: don't hang forever if WAK_STS is never set.njl2004-05-251-9/+32
| |
* | Local change: remove warnings.njl2004-05-253-45/+66
| |
* | Local diff: allow use of the disassembler.njl2004-05-251-2/+33
| |
* | Unchanged files that are off the vendor branch.njl2004-05-253-12/+24
| |
* | This commit was generated by cvs2svn to compensate for changes in r129684,njl2004-05-2549-1117/+2045
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Intel ACPI-CA 20040514.njl2004-05-2558-1192/+2201
| |
| * Only avoid disabling bus mastering on the sleep path. This should fixnjl2004-04-141-13/+13
| | | | | | | | | | | | power off for some users. The patch has been submitted to Intel. Bug: http://bugme.osdl.org/show_bug.cgi?id=2109
* | Add sys/types.h for both kernel and user compiles.njl2004-05-051-1/+1
| |
* | Remove warnings from vendor files. This takes some files off the vendornjl2004-04-144-11/+11
| | | | | | | | branch but they have indicated they will not fix these warnings.
* | Even though the patch has been submitted to the vendor, this file is offnjl2004-04-141-13/+13
| | | | | | | | the vendor branch. Once more, with feeling!
* | Check in files with local changes:njl2004-04-142-8/+20
| | | | | | | | | | | | | | | | | | * In the resume path, give up after waiting for a while for WAK_STS to be set. Some BIOSs never set it. * Allow access to the field if it is within the region size rounded up to a multiple of the access byte width. This overcomes "off-by-one" programming errors in the AML often found in Toshiba laptops.
* | Check in unmodified files off the vendor branch.njl2004-04-143-29/+42
| |
* | This commit was generated by cvs2svn to compensate for changes in r128212,njl2004-04-1432-222/+808
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import ACPI-CA 20040402 distribution.njl2004-04-1437-259/+870
| |
* | Add another cleanfile for future imports.njl2004-04-141-2/+2
| |
* | Unbreak the bootloader build by excluding ctype.h.njl2004-04-051-0/+2
| | | | | | | | Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
* | Add #include for ctype.h to cover strupr() in the !_KERNEL case.njl2004-04-051-0/+1
| | | | | | | | Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
* | Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now supportnjl2004-03-221-9/+2
| | | | | | | | | | _OSI, we can claim compatibility with MS products without claiming to BE one. :-)
* | Check in files off the vendor branch as well as files with local patches.njl2004-03-184-23/+75
| |
* | This commit was generated by cvs2svn to compensate for changes in r127175,njl2004-03-1818-103/+317
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Intel ACPI-CA 20040311.njl2004-03-1822-126/+392
| |
| * Remove these on the vendor branch as we no longer import them (and somenjl2004-03-035-2897/+0
| | | | | | | | | | | | were never used). CVS surgery credit: joe
* | Part 2 of Project Evil: Pretend to be Windows 2000 for buggy ASL thatnjl2004-03-041-2/+9
| | | | | | | | | | | | | | | | always expects to be running on some MS OS. A survey of ASL shows that this is the 2nd most common expected OS value. (1st is Win98 and we don't emulate its buggy ACPI support.) Our ACPI support is similar to Win2k, also. Put this behavior under ACPICA_PEDANTIC so we can get back to our previous behavior for OSV testing.
* | This commit was generated by cvs2svn to compensate for changes in r126520,njl2004-03-035-2897/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Strip out new, unused file acnetbsd.hnjl2004-02-281-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r126380,njl2004-02-281-1/+1
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud