summaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica
Commit message (Collapse)AuthorAgeFilesLines
* MFC 1.1.1.23: Fix small memory leak with implicit return from _STA.Nate Lawson2005-01-151-0/+7
| | | | Notes: svn path=/stable/5/; revision=140277
* MFC 1.1.1.23: Fix implicit return for external methods (e.g., _STA)Nate Lawson2005-01-131-1/+2
| | | | Notes: svn path=/stable/5/; revision=140160
* MFC of ACPI-CA 20041119 import.Mark Santcroos2004-12-1999-1902/+3903
| | | | Notes: svn path=/stable/5/; revision=139029
* Local change: Allow access to the field if it is within the regionMark Santcroos2004-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. Notes: svn path=/head/; revision=131445
* Local diff: allow use of the disassembler.Mark Santcroos2004-07-021-1/+5
| | | | Notes: svn path=/head/; revision=131444
* Unchanged files that are off the vendor branch.Mark Santcroos2004-07-022-8/+10
| | | | Notes: svn path=/head/; revision=131443
* This commit was generated by cvs2svn to compensate for changes in r131440,Mark Santcroos2004-07-0210-72/+165
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=131441
| * Vendor import of Intel ACPI-CA 20040527Mark Santcroos2004-07-0214-149/+271
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=131440
* | This commit was generated by cvs2svn to compensate for changes in r129694,Nate Lawson2004-05-251-1/+1
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=129695
| * Remove a warning of a constant that is too large. Change submitted toNate Lawson2004-05-251-1/+1
| | | | | | | | | | | | | | vendor. Notes: svn path=/vendor-sys/acpica/dist/; revision=129694
* | Local change: allow usermode to compile this header. Submitted to vendor.Nate Lawson2004-05-251-7/+1
| | | | | | | | Notes: svn path=/head/; revision=129691
* | Local change: don't hang forever if WAK_STS is never set.Nate Lawson2004-05-251-9/+32
| | | | | | | | Notes: svn path=/head/; revision=129690
* | Local change: remove warnings.Nate Lawson2004-05-253-45/+66
| | | | | | | | Notes: svn path=/head/; revision=129689
* | Local diff: allow use of the disassembler.Nate Lawson2004-05-251-2/+33
| | | | | | | | Notes: svn path=/head/; revision=129688
* | Unchanged files that are off the vendor branch.Nate Lawson2004-05-253-12/+24
| | | | | | | | Notes: svn path=/head/; revision=129687
* | This commit was generated by cvs2svn to compensate for changes in r129684,Nate Lawson2004-05-2549-1116/+2044
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=129685
| * Vendor import of Intel ACPI-CA 20040514.Nate Lawson2004-05-2558-1191/+2200
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=129684
| * Only avoid disabling bus mastering on the sleep path. This should fixNate Lawson2004-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 Notes: svn path=/vendor-sys/acpica/dist/; revision=128245
* | Add sys/types.h for both kernel and user compiles.Nate Lawson2004-05-051-1/+1
| | | | | | | | Notes: svn path=/head/; revision=128978
* | Remove warnings from vendor files. This takes some files off the vendorNate Lawson2004-04-144-11/+11
| | | | | | | | | | | | | | branch but they have indicated they will not fix these warnings. Notes: svn path=/head/; revision=128255
* | Even though the patch has been submitted to the vendor, this file is offNate Lawson2004-04-141-13/+13
| | | | | | | | | | | | | | the vendor branch. Once more, with feeling! Notes: svn path=/head/; revision=128246
* | Check in files with local changes:Nate Lawson2004-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. Notes: svn path=/head/; revision=128218
* | Check in unmodified files off the vendor branch.Nate Lawson2004-04-143-29/+42
| | | | | | | | Notes: svn path=/head/; revision=128216
* | This commit was generated by cvs2svn to compensate for changes in r128212,Nate Lawson2004-04-1432-222/+808
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=128213
| * Import ACPI-CA 20040402 distribution.Nate Lawson2004-04-1437-259/+870
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=128212
* | Add another cleanfile for future imports.Nate Lawson2004-04-141-2/+2
| | | | | | | | Notes: svn path=/head/; revision=128211
* | Unbreak the bootloader build by excluding ctype.h.Nate Lawson2004-04-051-0/+2
| | | | | | | | | | | | | | Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Notes: svn path=/head/; revision=127900
* | Add #include for ctype.h to cover strupr() in the !_KERNEL case.Nate Lawson2004-04-051-0/+1
| | | | | | | | | | | | | | Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Notes: svn path=/head/; revision=127874
* | Revert 1.22. Go back to "FreeBSD" as our _OS value. Since we now supportNate Lawson2004-03-221-9/+2
| | | | | | | | | | | | | | | | _OSI, we can claim compatibility with MS products without claiming to BE one. :-) Notes: svn path=/head/; revision=127313
* | Check in files off the vendor branch as well as files with local patches.Nate Lawson2004-03-184-23/+75
| | | | | | | | Notes: svn path=/head/; revision=127178
* | This commit was generated by cvs2svn to compensate for changes in r127175,Nate Lawson2004-03-1818-103/+317
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=127176
| * Import of Intel ACPI-CA 20040311.Nate Lawson2004-03-1822-126/+392
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=127175
| * Remove these on the vendor branch as we no longer import them (and someNate Lawson2004-03-035-2897/+0
| | | | | | | | | | | | | | | | | | were never used). CVS surgery credit: joe Notes: svn path=/vendor-sys/acpica/dist/; revision=126520
* | Part 2 of Project Evil: Pretend to be Windows 2000 for buggy ASL thatNate Lawson2004-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. Notes: svn path=/head/; revision=126577
* | This commit was generated by cvs2svn to compensate for changes in r126520,Nate Lawson2004-03-035-2897/+0
| | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=126521
* | Strip out new, unused file acnetbsd.hNate Lawson2004-02-281-1/+1
| | | | | | | | Notes: svn path=/head/; revision=126382
* | This commit was generated by cvs2svn to compensate for changes in r126380,Nate Lawson2004-02-281-1/+1
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=126381
| * Fix an off-by-one in the compiler path. Originally from iwasaki-san'sNate Lawson2004-02-281-1/+1
| | | | | | | | | | | | | | patches for the pmtools port. This change has been submitted to Intel. Notes: svn path=/vendor-sys/acpica/dist/; revision=126380
* | 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: In the resume path, give up after waiting for a whileNate Lawson2004-02-281-32/+123
| | | | | | | | | | | | | | for WAK_STS to be set. Some BIOSs never set it. Notes: svn path=/head/; revision=126378
* | Local change: Allow access to the field if it is within the regionNate Lawson2004-02-281-5/+5
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=126377
* | Local change: Put various debugging options under ACPI_DISASSEMBLER.Nate Lawson2004-02-282-4/+4
| | | | | | | | Notes: svn path=/head/; revision=126376
* | Unchanged files from ACPICA 20040220 that are off the vendor branch.Nate Lawson2004-02-2813-27/+36
| | | | | | | | Notes: svn path=/head/; revision=126375
* | This commit was generated by cvs2svn to compensate for changes in r126372,Nate Lawson2004-02-28168-994/+1784
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=126373
| * Vendor import of ACPICA 20040220Nate Lawson2004-02-28186-1070/+1968
| | | | | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=126372
* | This commit was generated by cvs2svn to compensate for changes in r124528,Nate Lawson2004-01-141-1/+1
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=124529
| * When creating a package element via "Store(0xXXX, Index(ArgX, 0xXXX))",Nate Lawson2004-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | be sure to increment the refcount of the argument so it is not prematurely deleted. This is a workaround and may appear in a different form in ACPI-CA. This fixes battery evaluation on Thinkpads that was broken by fixing the Dell battery state. Submitted by: Luming Yu <luming.yu@intel.com> Notes: svn path=/vendor-sys/acpica/dist/; revision=124528
* | This commit was generated by cvs2svn to compensate for changes in r124120,Nate Lawson2004-01-041-1/+6
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=124121
| * Fix for "UtAllocate: Attempt to allocate zero bytes" warnings on DellNate Lawson2004-01-041-1/+6
| | | | | | | | | | | | | | | | | | | | | | laptops that resulted in problems reading battery status. Don't copy Buffers, Packages, or Regions in DsStoreObjectToLocal(). Tested by: scottl, sam Submitted by: Luming Yu (Intel) Notes: svn path=/vendor-sys/acpica/dist/; revision=124120
* | Changes to the import script to handle the compiler/debugger import.Nate Lawson2003-12-091-4/+13
| | | | | | | | Notes: svn path=/head/; revision=123333