intel: Remove IRQ1 from possible PIRQ assignemnt.
According to spec IRQ1 isn't available for PIRQ assignment. Has gone unnoticed probably because modern OS use MSI or at least APIC and even with noapic don't use IRQ1 with PCI IRQs. Change-Id: Idc7db249007df629b27e8cae41cc80358d5306f6 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7478 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
66c6532eb6
commit
609d22ff1b
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -33,7 +33,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ (Level, ActiveLow, Shared)
|
IRQ (Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -92,7 +92,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ (Level, ActiveLow, Shared)
|
IRQ (Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -151,7 +151,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ (Level, ActiveLow, Shared)
|
IRQ (Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -210,7 +210,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ (Level, ActiveLow, Shared)
|
IRQ (Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -269,7 +269,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ (Level, ActiveLow, Shared)
|
IRQ (Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -328,7 +328,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ (Level, ActiveLow, Shared)
|
IRQ (Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -387,7 +387,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ (Level, ActiveLow, Shared)
|
IRQ (Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -446,7 +446,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ (Level, ActiveLow, Shared)
|
IRQ (Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
|
@ -34,7 +34,7 @@ Device (LNKA)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -93,7 +93,7 @@ Device (LNKB)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -152,7 +152,7 @@ Device (LNKC)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -211,7 +211,7 @@ Device (LNKD)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -270,7 +270,7 @@ Device (LNKE)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -329,7 +329,7 @@ Device (LNKF)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -388,7 +388,7 @@ Device (LNKG)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 10, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
@ -447,7 +447,7 @@ Device (LNKH)
|
||||||
Name (_PRS, ResourceTemplate()
|
Name (_PRS, ResourceTemplate()
|
||||||
{
|
{
|
||||||
IRQ(Level, ActiveLow, Shared)
|
IRQ(Level, ActiveLow, Shared)
|
||||||
{ 1, 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
{ 3, 4, 5, 6, 7, 11, 12, 14, 15 }
|
||||||
})
|
})
|
||||||
|
|
||||||
// Current Resource Settings for this link
|
// Current Resource Settings for this link
|
||||||
|
|
Loading…
Reference in New Issue