Updated ACPICA to 20101013 from 20100428. See http://www.acpica.org/download/changes.txt for changes.

Embedded Controller still needs some looking into, and I had to remove the WIP code for dumping MADT.
Both are on my TODO.

Also removed a lot of unneeded parts of ACPICA from trunk and did some cleanup in Jamfile.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Fredrik Holmqvist
2010-11-21 21:58:06 +00:00
parent 53c32667f7
commit 12474ac0a5
152 changed files with 4106 additions and 49217 deletions
+1 -2
View File
@@ -168,8 +168,7 @@ struct acpi_module_info {
/* GPE Handler */
status_t (*enable_gpe)(acpi_handle handle, uint32 gpeNumber,
uint32 flags);
status_t (*enable_gpe)(acpi_handle handle, uint32 gpeNumber);
status_t (*set_gpe)(acpi_handle handle, uint32 gpeNumber,
uint8 action);
status_t (*install_gpe_handler)(acpi_handle handle, uint32 gpeNumber,