From a3a1a1c39bd530fe8bf64ef77fc4b34bbfe8b253 Mon Sep 17 00:00:00 2001 From: Bill XIE Date: Fri, 24 Jan 2020 23:20:57 +0800 Subject: mb/gigabyte/ga-b75m-d3h: add ACPI definitions for legacy PCI slots All variants of ga-b75m-d3h lack ACPI definitions for legacy PCI slots, which causes IRQ issue if it gets legacy PCI card installed. The missing definitions (mainly Interrupt Routing Table) are added to fix that. NOTE: The added definitions are actually for ga-b75-d3v, but since they form superset of definitions needed by ga-b75m-d3{h,v}, they can be applied to all three existing variants with suitable preprocessor instructions. Change-Id: Id79c759a5fadb38c2873edc07293cbb14401ac9a Signed-off-by: Bill XIE Reviewed-on: https://review.coreboot.org/c/coreboot/+/38557 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl') diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl b/src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl index 47b2725cd7..91ed5511d4 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl +++ b/src/mainboard/gigabyte/ga-b75m-d3h/dsdt.asl @@ -37,6 +37,7 @@ DefinitionBlock( #include #include #include + #include "acpi/pci.asl" } } } -- cgit v1.2.3