From: Kevin O'Connor Date: Fri, 9 Oct 2009 02:02:33 +0000 (-0400) Subject: Remove irq 9 from the pci interrupt link resources. X-Git-Tag: rel-0.5.0~76 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cab0fbbfff281ffed69c8e8a2a127820bc91274a;p=seabios.git Remove irq 9 from the pci interrupt link resources. qemu can't share isa irqs (which is how the acpi sci interrupt is implemente with the pci irqs, so remove the sci interrupt from the pci link interrupt candidate list. Qemu pcbios commit 713939c93b9caa1a31c49211fe83525bcbee5948 Signed-off-by: Gleb Natapov --- diff --git a/src/acpi-dsdt.dsl b/src/acpi-dsdt.dsl index b7ac9f6..88d3b57 100644 --- a/src/acpi-dsdt.dsl +++ b/src/acpi-dsdt.dsl @@ -341,7 +341,7 @@ DefinitionBlock ( Name(_UID, 1) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -386,7 +386,7 @@ DefinitionBlock ( Name(_UID, 2) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -431,7 +431,7 @@ DefinitionBlock ( Name(_UID, 3) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -476,7 +476,7 @@ DefinitionBlock ( Name(_UID, 4) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) {