mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Doc: Disable PCI bridge on Darwin in SSDT-BRG0 (#388)
Also update kext deprecations
This commit is contained in:
parent
90d566b5b4
commit
6b7aac8ffd
@ -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 |
|
||||
|-----------------|-----------------------|-----------------------|------|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user