- Joined
- Oct 4, 2018
- Messages
- 1,363
- Motherboard
- Gigabyte C246-WU4
- CPU
- E-2278G
- Graphics
- WX7100
- Mac
-
There are two unnamed bridges, so you use two (nested) blocks of code:I tried spoofe my asrock phantom 6950xt for Monterey ..but its not work,,, I really have no idea ... ask for help ..please!!!My PC config is B450mb 2700x cpu..
Location Path:
PCIROOT(0)#PCI(0301)#PCI(0000)#PCI(0000)#PCI(0000)
ACPI(_SB_)#ACPI(PCI0)#ACPI(GPP8)#PCI(0000)#PCI(0000)#PCI(0000)
Gfxutil:
PCI0@0/GPP8@3,1/pci-bridge@0/pci-bridge@0/GFX0@0
Code:
DefinitionBlock ("", "SSDT", 2, "ACDT", "BRG0", 0x00000000)
{
External (_SB_.PCI0.GPP8, DeviceObj)
Scope (\_SB.PCI0.GPP8)
{
Device (BRG0)
{
Name (_ADR, Zero)
Method (_STA, 0, NotSerialized) // _STA: Status
{
If (_OSI ("Darwin"))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
Device (BRG1)
{
Name (_ADR, Zero)
Method (_STA, 0, NotSerialized) // _STA: Status
{
If (_OSI ("Darwin"))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
Device (GFX0)
{
Name (_ADR, Zero) // _ADR: Address
}
}
}
}
}