Nate Lawson
814cc347e1
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
Nate Lawson
265ed03ff5
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
Jung-uk Kim
66244a7bdd
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
Jung-uk Kim
26c31003af
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
Ruslan Ermilov
1859f337c4
Unbreak world build.
2007-04-11 11:09:18 +00:00
Ruslan Ermilov
9fd6e3d4a4
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
Nate Lawson
1b96d500fb
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
Nate Lawson
c1149e97bb
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
Jung-uk Kim
a19b8275ad
Merge from vendor branch to fix tinderbox breakage.
2007-03-22 21:23:29 +00:00
Jung-uk Kim
6e6ecbd187
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
Jung-uk Kim
1178769589
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
Jung-uk Kim
df6b852a3a
Update to reflect import of ACPI-CA 20070320.
2007-03-22 18:08:11 +00:00
Jung-uk Kim
566829f919
Resolve conflicts from import of Intel ACPI-CA 20070320.
2007-03-22 18:02:34 +00:00
Jung-uk Kim
676ba8b815
Resolve conflicts of unchanged files that are off the vendor branch.
2007-03-22 17:58:27 +00:00
Jung-uk Kim
58bffa15c2
Remove files that removed on the vendor branch.
2007-03-22 17:47:41 +00:00
Jung-uk Kim
471dd6b2d7
Remove files that are no longer needed or removed by vendor.
2007-03-22 17:43:38 +00:00
Jung-uk Kim
73d8e290c6
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
Jung-uk Kim
6976fc7f02
Add fixes for FreeBSD build that were submitted upstream.
2007-03-22 17:36:29 +00:00
Jung-uk Kim
b8377236a6
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
Jung-uk Kim
1a39cfb03c
Vendor import of Intel ACPI-CA 20070320
2007-03-22 17:24:05 +00:00
Jung-uk Kim
70f0d34262
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
Pawel Jakub Dawidek
dbb78f2906
The strstr() function is in the libkern now.
2006-08-12 15:29:12 +00:00
Jung-uk Kim
e9bfb92a8e
- 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
Jung-uk Kim
45e7d2e745
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
Nate Lawson
ce60eb2a14
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
Nate Lawson
d4d37d2fc9
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
Jung-uk Kim
2a74e7368d
Fix build breakage on tinderbox.
2005-11-03 20:27:38 +00:00
Jung-uk Kim
6eb081af76
Update to reflect import of ACPI-CA 20051021 with includes fixups
2005-11-01 22:38:50 +00:00
Jung-uk Kim
5475ddb73a
Local change: remove unnecessary __cdecl
2005-11-01 22:33:32 +00:00
Jung-uk Kim
0dd793f645
Local change: remove compilation warnings
2005-11-01 22:30:52 +00:00
Jung-uk Kim
b56f6e1fd7
Fix conflicts from import of Intel ACPI-CA 20051021
2005-11-01 22:28:49 +00:00
Jung-uk Kim
775a51a92f
Unchanged files that are off the vendor branch
2005-11-01 22:23:25 +00:00
Jung-uk Kim
5e41bc61d8
Fix few compilation problems on vendor branch.
...
These fixes will be submitted vendor.
2005-11-01 22:18:47 +00:00
Jung-uk Kim
43ea53ef1f
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
Jung-uk Kim
fba7fc7e34
Vendor import of Intel ACPI-CA 20051021
2005-11-01 22:11:18 +00:00
Jung-uk Kim
ff4eaaff6b
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
John Baldwin
28f22a242b
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
David E. O'Brien
c33a1f33c8
Add a commented out version of what was done for the r20041119sysinc import.
2005-10-24 04:36:14 +00:00
David E. O'Brien
3e50df5a3e
Fix conflicts of import of Intel ACPI-CA 20041119 with system includes fixups.
2005-10-24 04:35:20 +00:00
David E. O'Brien
27f081c52f
Vendor import of Intel ACPI-CA 20041119 with system includes fixups.
2005-10-24 04:31:06 +00:00
David E. O'Brien
763384f7cd
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
Nate Lawson
edd973a013
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
Nate Lawson
d26e4b9a02
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
Nate Lawson
4802655124
Fix handling of the implicit return case for methods called from an
...
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
2005-01-12 00:52:40 +00:00
Nate Lawson
6023610d63
This commit was generated by cvs2svn to compensate for changes in r140094,
...
which included commits to RCS files with non-trunk default branches.
2005-01-12 00:52:40 +00:00
Mark Santcroos
697831d611
Oops, remove unnecessary cast in original, out-commented code.
...
This was a debug leftover.
MFC after: 1 week
2004-12-02 00:12:19 +00:00
Mark Santcroos
cdb35b24fe
This commit was generated by cvs2svn to compensate for changes in r138298,
...
which included commits to RCS files with non-trunk default branches.
2004-12-02 00:12:19 +00:00
Mark Santcroos
f42941d3ec
Local change: Supporting code not yet available, use previous behavior
...
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
2004-12-02 00:05:02 +00:00
Mark Santcroos
cc50c2376d
This commit was generated by cvs2svn to compensate for changes in r138296,
...
which included commits to RCS files with non-trunk default branches.
2004-12-02 00:05:02 +00:00
Mark Santcroos
3e5f2bd199
Local change: Remove warnings from vendor files.
...
Approved by: njl
MFC after: 1 week
2004-12-01 23:42:21 +00:00