Restrict pci interrupts to irq 5/9/10/11
[seabios.git] / src / acpi-dsdt.dsl
index 9d6aba90c0c04dfe7fc31493053ba0ec261bdd0b..905d58bff95429180c4a7109da0505fd8096d69b 100644 (file)
@@ -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)
                 {