Update irq.md

This commit is contained in:
Mykola Grymalyuk
2020-07-07 14:06:40 -06:00
committed by GitHub
parent 7f76f7e8b9
commit 0dea5d4bff

View File

@@ -1,14 +1,5 @@
# Fixing IRQ Conflicts (SSDT-HPET + OC_Patches.plist)
* [What this SSDT does](#what-this-ssdt-does)
* [Methods to make this SSDT](#methods-to-make-this-ssdt)
* [Prebuilt](#prebuilts)
* [SSDTTime](#ssdttime)
* [Manual](#manual)
* [Finding the ACPI path](#finding-the-acpi-path)
* [Edits to the sample SSDT](#edits-to-the-sample-ssdt)
* [Compiling the SSDT](#compiling-the-ssdt)
So you miss having those fancy hot-patches from Clover like FixIPIC, FixTMR, FixRTC, FixHPET, etc
Well 1 very small problem, figuring 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.(use option `C` to omit conflicting legacy IRQs)