1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:40:59 +00:00
serenity/Kernel/ACPI
Liav A 6c72736b26 Kernel: Replace IRQHandler with the new InterruptHandler class
System components that need an IRQ handling are now inheriting the
InterruptHandler class.

In addition to that, the initialization process of PATAChannel was
changed to fit the changes.
PATAChannel, E1000NetworkAdapter and RTL8139NetworkAdapter are now
inheriting from PCI::Device instead of InterruptHandler directly.
2020-01-22 12:22:09 +01:00
..
ACPIDynamicParser.cpp Kernel: Replace IRQHandler with the new InterruptHandler class 2020-01-22 12:22:09 +01:00
ACPIDynamicParser.h Kernel: Replace IRQHandler with the new InterruptHandler class 2020-01-22 12:22:09 +01:00
ACPIParser.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIParser.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIStaticParser.cpp Kernel: ACPI code doesn't rely on identity mapping anymore 2020-01-21 11:29:58 +01:00
ACPIStaticParser.h Kernel: ACPI code doesn't rely on identity mapping anymore 2020-01-21 11:29:58 +01:00
Definitions.h Use uintptr_t instead of u32 when storing pointers as integers 2020-01-20 13:13:03 +01:00
DMIDecoder.cpp Kernel: DMIDecoder no longer depends on identity-mapping 2020-01-21 11:29:58 +01:00
DMIDecoder.h Kernel: DMIDecoder no longer depends on identity-mapping 2020-01-21 11:29:58 +01:00