From d4c5f047ae2a33296774e41abc2ac5c89283f736 Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Thu, 14 Jun 2007 17:43:07 +0800 Subject: [PATCH] ACPI: Populate /sys/firmware/acpi/tables/ The file name is the signature, such as DSDT, and the contents are the binary table image. Some tables, such as the SSDT, can have multiple instances. If just one, the file is SSDT, but if 3 instances, for example, it will be SSDT1, SSDT2, SSDT3 All static tables (besides teh RSDP and RSDT themselves are exported. Dynamic tables, such as SSDT op-regions that are not declared in the RSDT, will be added in a subsequent patch. Signed-off-by: Zhang Rui Signed-off-by: Len Brown --- Reading git-format-patch failed