1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-23 02:52:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
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
Renamed from Kernel/IRQHandler.cpp (Browse further)