jkim
419d50d00d
Do not install SSDT when DSDT is overriden by user.
2009-06-04 20:48:31 +00:00
jkim
feac47ed6a
Trim unnecessary files from the import.
2009-06-03 21:47:13 +00:00
jkim
f3d116f1ff
Remove function redeclaration. It was upstreamed but lost somehow.
2009-06-02 20:44:21 +00:00
jkim
5ad900033b
Canonify include paths again.
2009-06-02 20:02:58 +00:00
jkim
57d988f09e
Fix include path fixup for contrib/dev/acpica/include/platform/*.h.
2009-06-02 20:00:32 +00:00
jkim
73af4710a0
MFV: ACPICA 20090521
2009-06-02 18:53:21 +00:00
avg
446155c1b9
flatten acpica vendor area
...
do it for current ('dist') and previous versions;
disable keywords expansion at the same time
Reviewed by: attilio
Approved by: rpaulo
2009-05-19 14:46:41 +00:00
njl
cec3f46f5f
Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermal
...
zone code. The GPE handler method (i.e. _L00) generates various Notify
events that need to be run to completion before the GPE is re-enabled.
In ACPI-CA, we queue an asynch callback at the same priority as a Notify
so that it will only run after all Notify handlers have completed. The
callback re-enables the GPE afterwards. We also changed the priority of
Notifies to be the same as GPEs, given the possibility that another GPE
could arrive before the Notifies have completed and we don't want it to
get queued ahead of the rest.
The ACPI-CA change was submitted by Alexey Starikovskiy (SUSE) and will
appear in a later release. Special thanks to him for helping track this
bug down.
MFC after: 1 week
Tested by: jhb, Yousif Hassan <yousif / alumni.jmu.edu>
2008-01-12 22:13:12 +00:00
njl
5c93ec4f5c
This commit was generated by cvs2svn to compensate for changes in r175256,
...
which included commits to RCS files with non-trunk default branches.
2008-01-12 22:13:12 +00:00
jkim
f7e7ed217a
Fix global lock recursion bug.
...
This patch was part of ACPI-CA 20070508 release and the
following is excerpt from its change log:
Fixed a problem where the Global Lock handle was not properly
updated if a thread that acquired the Global Lock via executing
AML code then attempted to acquire the lock via the
AcpiAcquireGlobalLock interface. Reported by Joe Liu.
Approved by: re (kensmith)
Tested by: ambrisko
Obtained from: Intel
2007-09-24 17:12:36 +00:00
jkim
18e70fea3e
This commit was generated by cvs2svn to compensate for changes in r172314,
...
which included commits to RCS files with non-trunk default branches.
2007-09-24 17:12:36 +00:00
ru
bb0fa7974b
Unbreak world build.
2007-04-11 11:09:18 +00:00
ru
24d57a95f8
This commit was generated by cvs2svn to compensate for changes in r168616,
...
which included commits to RCS files with non-trunk default branches.
2007-04-11 11:09:18 +00:00
njl
22972b9103
Put some overly verbose prints under bootverbose. This is on the vendor
...
branch but we need to work out a different interface with the vendor.
2007-04-11 02:03:36 +00:00
njl
d95e3aff8c
This commit was generated by cvs2svn to compensate for changes in r168609,
...
which included commits to RCS files with non-trunk default branches.
2007-04-11 02:03:36 +00:00
jkim
469cabc79c
Merge from vendor branch to fix tinderbox breakage.
2007-03-22 21:23:29 +00:00
jkim
97c51b70f4
Fix tinderbox build breakage.
...
Note that it is committed on the vendor branch because it will be
submitted to the vendor.
2007-03-22 21:14:43 +00:00
jkim
fa80e6c7ef
This commit was generated by cvs2svn to compensate for changes in r167817,
...
which included commits to RCS files with non-trunk default branches.
2007-03-22 21:14:43 +00:00
jkim
07ec417491
Update to reflect import of ACPI-CA 20070320.
2007-03-22 18:08:11 +00:00
jkim
8e7b5846c6
Resolve conflicts from import of Intel ACPI-CA 20070320.
2007-03-22 18:02:34 +00:00
jkim
873349d1ad
Resolve conflicts of unchanged files that are off the vendor branch.
2007-03-22 17:58:27 +00:00
jkim
6d629e4673
Remove files that removed on the vendor branch.
2007-03-22 17:47:41 +00:00
jkim
74c0308962
Remove files that are no longer needed or removed by vendor.
2007-03-22 17:43:38 +00:00
jkim
b668574e8e
This commit was generated by cvs2svn to compensate for changes in r167807,
...
which included commits to RCS files with non-trunk default branches.
2007-03-22 17:43:38 +00:00
jkim
93ad141212
Add fixes for FreeBSD build that were submitted upstream.
2007-03-22 17:36:29 +00:00
jkim
a717f01e50
This commit was generated by cvs2svn to compensate for changes in r167805,
...
which included commits to RCS files with non-trunk default branches.
2007-03-22 17:36:29 +00:00
jkim
e031ab5da4
Vendor import of Intel ACPI-CA 20070320
2007-03-22 17:24:05 +00:00
jkim
c728c90f9b
This commit was generated by cvs2svn to compensate for changes in r167802,
...
which included commits to RCS files with non-trunk default branches.
2007-03-22 17:24:05 +00:00
pjd
b3fb61af6f
The strstr() function is in the libkern now.
2006-08-12 15:29:12 +00:00
jkim
dbc8115981
- Fix more resource parsing problems. The previous commit was imcomplete.
...
- Fix a typo in rsmisc.c and a style change for consistency.
This patch will also appear in future ACPI-CA release.
Submitted by: Robert Moore <robert dot moore at intel dot com>
Tested by: ru
2005-11-04 21:29:41 +00:00
jkim
5ec246af06
This commit was generated by cvs2svn to compensate for changes in r152069,
...
which included commits to RCS files with non-trunk default branches.
2005-11-04 21:29:41 +00:00
njl
0032330289
Account for the minimum resource size when parsing the end tag resource
...
descriptor. This should fix the "memory modified after free" panics. This
patch will appear in a future acpi-ca distribution.
Submitted by: Robert Moore <robert.moore / intel.com>
Tested by: Peter Holm
2005-11-04 20:15:09 +00:00
njl
082067a133
This commit was generated by cvs2svn to compensate for changes in r152058,
...
which included commits to RCS files with non-trunk default branches.
2005-11-04 20:15:09 +00:00
jkim
a5b17cb66c
Fix build breakage on tinderbox.
2005-11-03 20:27:38 +00:00
jkim
2e9142f013
Update to reflect import of ACPI-CA 20051021 with includes fixups
2005-11-01 22:38:50 +00:00
jkim
e93792c0d1
Local change: remove unnecessary __cdecl
2005-11-01 22:33:32 +00:00
jkim
727bb7982d
Local change: remove compilation warnings
2005-11-01 22:30:52 +00:00
jkim
3f99461a39
Fix conflicts from import of Intel ACPI-CA 20051021
2005-11-01 22:28:49 +00:00
jkim
dd36e4d5eb
Unchanged files that are off the vendor branch
2005-11-01 22:23:25 +00:00
jkim
7bc04cb5a9
Fix few compilation problems on vendor branch.
...
These fixes will be submitted vendor.
2005-11-01 22:18:47 +00:00
jkim
275739933b
This commit was generated by cvs2svn to compensate for changes in r151940,
...
which included commits to RCS files with non-trunk default branches.
2005-11-01 22:18:47 +00:00
jkim
5f6a2493dd
Vendor import of Intel ACPI-CA 20051021
2005-11-01 22:11:18 +00:00
jkim
011860e7b5
This commit was generated by cvs2svn to compensate for changes in r151937,
...
which included commits to RCS files with non-trunk default branches.
2005-11-01 22:11:18 +00:00
jhb
50133a977c
Remove old ACPICA files from the INTEL vendor branch. They were removed
...
from HEAD about 4 years ago when we started flattening out the ACPICA
distribution.
2005-10-27 20:48:05 +00:00
obrien
39c9d5812d
Add a commented out version of what was done for the r20041119sysinc import.
2005-10-24 04:36:14 +00:00
obrien
a7339d083b
Fix conflicts of import of Intel ACPI-CA 20041119 with system includes fixups.
2005-10-24 04:35:20 +00:00
obrien
0a657a32e3
Vendor import of Intel ACPI-CA 20041119 with system includes fixups.
2005-10-24 04:31:06 +00:00
obrien
a0a258e60b
This commit was generated by cvs2svn to compensate for changes in r151600,
...
which included commits to RCS files with non-trunk default branches.
2005-10-24 04:31:06 +00:00
njl
3146a26ffd
Clean up a small memory leak introduced with the previous commit to
...
dsutils.c. We need to GC the implicitly-returned object.
Submitted by: Robert.Moore at Intel
MFC after: 1 day
2005-01-14 06:37:43 +00:00
njl
4d6e248da7
This commit was generated by cvs2svn to compensate for changes in r140216,
...
which included commits to RCS files with non-trunk default branches.
2005-01-14 06:37:43 +00:00