1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Kernel/Bus/PCI
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
..
Access.cpp Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
Access.h Kernel: Rename two PCI components 2021-09-29 11:24:33 +02:00
API.cpp Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
API.h Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
Definitions.h Kernel/PCI: Cache interrupt line and interrupt pin of a device 2021-09-29 11:24:33 +02:00
Device.cpp Kernel: Rename two PCI components 2021-09-29 11:24:33 +02:00
Device.h Kernel: Clean up PCI::Device namespace formatting 2021-09-20 16:00:43 +03:00
IDs.h Kernel/VirtIO: Determine VirtIO device class also with the PCI device ID 2021-09-04 20:53:26 +02:00
Initializer.cpp Kernel: Rename two PCI components 2021-09-29 11:24:33 +02:00
Initializer.h Kernel/PCI: Move the PCI components as a subfolder to the Bus directory 2021-07-02 13:16:12 +02:00
SysFSPCI.cpp Kernel: Rename two PCI components 2021-09-29 11:24:33 +02:00
SysFSPCI.h Kernel: Make KBuffer::try_create_with_bytes() return KResultOr 2021-09-07 15:22:24 +02:00