未验证 提交 6b7aac8f 编写于 作者: L Lorys89 提交者: GitHub

Doc: Disable PCI bridge on Darwin in SSDT-BRG0 (#388)

Also update kext deprecations
上级 90d566b5
......@@ -20,6 +20,17 @@ DefinitionBlock ("", "SSDT", 2, "ACDT", "BRG0", 0x00000000)
Device (BRG0)
{
Name (_ADR, Zero)
Method (_STA, 0, NotSerialized) // _STA: Status
{
If (_OSI ("Darwin"))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
/*
* This is an actual GPU device present on the bridge.
......
......@@ -39,7 +39,7 @@ Kexts
| [VoodooInput.kext](https://github.com/acidanthera/VoodooInput) | 15.0.0 (10.11) | — | — |
| [VoodooSMBus.kext](https://github.com/leo-labs/VoodooSMBus) | 18.0.0 (10.14) | — | — |
| [VoodooRMI.kext](https://github.com/VoodooSMBus/VoodooRMI) | 15.0.0 (10.11) | — | — |
| [AlpsT4USB.kext](https://github.com/blankmac/AlpsT4USB) | — | — | — |
| [AlpsHID.kext](https://github.com/blankmac/AlpsHID) | — | — | — |
| Video and audio | MinKernel (Min macOS) | MaxKernel (Max macOS) | Note |
|-----------------|-----------------------|-----------------------|------|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册