mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Fix typos
This commit is contained in:
@@ -6,8 +6,8 @@ So what this SSDT does is create a PNLF device for macOS to play with, specifica
|
||||
No configuration required for most, just drop the prebuilt file into your EFI:
|
||||
* [SSDT-PNLF](https://github.com/khronokernel/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-PNLF.aml)
|
||||
* For most users
|
||||
* [SSDT-PNLF-CFL](https://i.applelife.ru/2019/12/463488_SSDT-PNLFCFL.aml.zip)
|
||||
* For Coffeelake users if the regular SSDT doesn't work, try SSDT-PNLF first and do not mix together
|
||||
* [SSDT-PNLFCFL](https://i.applelife.ru/2019/12/463488_SSDT-PNLFCFL.aml.zip)
|
||||
* For Coffee Lake and newer
|
||||
|
||||
Note: there are some rare cases where the iGPU is called `GPU0` or `VID`in the DSDT, you can double check by searching for `PCI0.GFX0`, `PCI0.VID` and `PCI0.GPU0`. Whichever shows up is your device
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Fixing IRQ Conflicts
|
||||
|
||||
So you miss having those fancy hotpatches from Clover like FixIPIC, FixTMR, FixRTC, FixHPET, etc
|
||||
So you miss having those fancy hot-patches from Clover like FixIPIC, FixTMR, FixRTC, FixHPET, etc
|
||||
|
||||
Well 1 very small problem, figruing out IRQ patching is a massive headache. **I highly recommend you use SSDTTime**. So head over to [SSDT: Easy Way](/ssdt-easy.md) on how to make it
|
||||
|
||||
Reference in New Issue
Block a user