[PATCH 1/2] data: klog.json: fix up the RSDP error exception advice to make more sense

Colin King colin.king at canonical.com
Wed Nov 28 18:35:49 UTC 2012


From: Colin Ian King <colin.king at canonical.com>

Reduce the RSDP error to make it simpler to match and also re-word the
advice to make a little more sense.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 data/klog.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/klog.json b/data/klog.json
index 636d553..19da49f 100644
--- a/data/klog.json
+++ b/data/klog.json
@@ -2185,8 +2185,8 @@
    "compare_mode": "regex",
    "log_level": "LOG_LEVEL_CRITICAL",
    "tag": "FWTS_TAG_ACPI_RSDP",
-   "pattern": "ACPI Error.*A valid RSDP was not found",
-   "advice": "An ACPI-compatible system must provide an RSDP (Root System Description Pointer in the system's low address space. This structure’s only purpose is to provide the physical address of the RSDT and XSDT.",
+   "pattern": "A valid RSDP was not found",
+   "advice": "An ACPI compatible system must provide an RSDP (Root System Description Pointer). This structure provides the physical address of the RSDT and XSDT. Since this could not be found, the ACPI driver has had to disable ACPI support.",
    "label": "KlogAcpiValidRsdpNotFound"
   },
   {
-- 
1.8.0




More information about the fwts-devel mailing list