DefinitionBlock ("", "SSDT", 2, "CORP", "PCIBRG", 0x00000000)
{
/*
* Start copying here if you're adding this info to an existing SSDT-Bridge!
*/
External (\_SB.PC00, DeviceObj)
Scope (\_SB.PC00)
{
Device (BRG0)
{
Name (_ADR, 0x00070000)
Device (BRG1)
{
Name (_ADR, Zero)
Device (BRG2)
{
Name (_ADR, 0x00010000)
Device (BRG3)
{
Name (_ADR, Zero)
Device (BRG4)
{
Name (_ADR, Zero)
// Customize this device name if needed, eg. GFX0
Device (GFX0)
{
// Target Device Path:
// PciRoot(0x0)/Pci(0x7,0x0)/Pci(0x0,0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)
Name (_ADR, Zero)
}
}
}
}
}
}
}
/*
* End copying here if you're adding this info to an existing SSDT-Bridge!
*/
}