1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Kernel/Bus
Liav A a411a44fda Kernel/PCI: Cache interrupt line and interrupt pin of a device
This allows us to remove the PCI::get_interrupt_line API function. As a
result, this removes a bunch of not so great patterns that we used to
cache PCI interrupt line in many IRQHandler derived classes instead of
just using interrupt_number method of IRQHandler class.
2021-09-29 11:24:33 +02:00
..
PCI Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
USB Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
VirtIO Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00