From patchwork Fri Nov 2 17:15:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [12/22] data: klog.json: Add support for the ACPI PCI root handler Date: Fri, 02 Nov 2012 07:15:22 -0000 From: Colin King X-Patchwork-Id: 196624 Message-Id: <1351876532-21869-13-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com From: Colin Ian King Add support to check for messages in drivers/acpi/pci_root.c Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Alex Hung --- data/klog.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/data/klog.json b/data/klog.json index 1e7bd3c..3deef6b 100644 --- a/data/klog.json +++ b/data/klog.json @@ -78,6 +78,30 @@ [ { "compare_mode": "string", + "log_level": "LOG_LEVEL_CRITICAL", + "tag": "FWTS_TAG_ACPI", + "pattern": "can't evaluate _SEG", + "advice": "The _SEG ACPI control could not be evaluated. This will stop certain PCI root bridges from being added and enabled on the computer.", + "label": "KlogAcpiSegFailed" + }, + { + "compare_mode": "string", + "log_level": "LOG_LEVEL_CRITICAL", + "tag": "FWTS_TAG_ACPI", + "pattern": "can't evaluate _BBN", + "advice": "The _BBN ACPI control could not be evaluated. This will stop certain PCI root bridges from being added and enabled on the computer.", + "label": "KlogAcpiSegFailed" + }, + { + "compare_mode": "regex", + "log_level": "LOG_LEVEL_CRITICAL", + "tag": "FWTS_TAG_ACPI", + "pattern": "Bus .*:.* not present in PCI namespace", + "advice": "The bus cound not be found in the PCI namespace. This will stop certain PCI root bridges from being added and enabled on the computer.", + "label": "KlogAcpiPciScanFailed" + }, + { + "compare_mode": "string", "log_level": "LOG_LEVEL_MEDIUM", "tag": "FWTS_TAG_ACPI_POWER", "pattern": "_DSW execution failed",