@@ -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)
{
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 <gleb@redhat.com> --- src/acpi-dsdt.dsl | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)