aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/northbridge/intel/sandybridge/acpi/peg.asl20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/northbridge/intel/sandybridge/acpi/peg.asl b/src/northbridge/intel/sandybridge/acpi/peg.asl
index fcec00ec67..afc24dfe85 100644
--- a/src/northbridge/intel/sandybridge/acpi/peg.asl
+++ b/src/northbridge/intel/sandybridge/acpi/peg.asl
@@ -27,6 +27,11 @@ Device (PEGP)
{
Name(_ADR, 0x00000000)
}
+
+ Method (_PRT)
+ {
+ Return (\_SB.PCI0.IRQM (1))
+ }
}
Device (PEG1)
@@ -42,6 +47,11 @@ Device (PEG1)
{
Name(_ADR, 0x00000000)
}
+
+ Method (_PRT)
+ {
+ Return (\_SB.PCI0.IRQM (2))
+ }
}
Device (PEG2)
@@ -57,6 +67,11 @@ Device (PEG2)
{
Name(_ADR, 0x00000000)
}
+
+ Method (_PRT)
+ {
+ Return (\_SB.PCI0.IRQM (3))
+ }
}
Device (PEG6)
@@ -72,4 +87,9 @@ Device (PEG6)
{
Name(_ADR, 0x00000000)
}
+
+ Method (_PRT)
+ {
+ Return (\_SB.PCI0.IRQM (4))
+ }
}