From: Kevin O'Connor Date: Fri, 9 Oct 2009 02:01:06 +0000 (-0400) Subject: Restrict pci interrupts to irq 5/9/10/11 X-Git-Tag: rel-0.5.0~78 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cd33770daf21fd4b229ef668aa4ed9c2473e6e21;p=seabios.git Restrict pci interrupts to irq 5/9/10/11 we need to specify the pci interrupts as active high; this reduces the number of override entries we have to add. Qemu pcbios commit 0f79abf26ff3e61dab712dbccdbc08a04619e7c0 Signed-off-by: Gleb Natapov --- diff --git a/src/acpi-dsdt.dsl b/src/acpi-dsdt.dsl index 9d6aba9..905d58b 100644 --- a/src/acpi-dsdt.dsl +++ b/src/acpi-dsdt.dsl @@ -341,7 +341,7 @@ DefinitionBlock ( Name(_UID, 1) Name(_PRS, ResourceTemplate(){ IRQ (Level, ActiveHigh, Shared) - {3,4,5,6,7,9,10,11,12} + { 5, 9, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -388,7 +388,7 @@ DefinitionBlock ( Name(_UID, 2) Name(_PRS, ResourceTemplate(){ IRQ (Level, ActiveHigh, Shared) - {3,4,5,6,7,9,10,11,12} + { 5, 9, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -435,7 +435,7 @@ DefinitionBlock ( Name(_UID, 3) Name(_PRS, ResourceTemplate(){ IRQ (Level, ActiveHigh, Shared) - {3,4,5,6,7,9,10,11,12} + { 5, 9, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -482,7 +482,7 @@ DefinitionBlock ( Name(_UID, 4) Name(_PRS, ResourceTemplate(){ IRQ (Level, ActiveHigh, Shared) - {3,4,5,6,7,9,10,11,12} + { 5, 9, 10, 11 } }) Method (_STA, 0, NotSerialized) {