summaryrefslogtreecommitdiff
path: root/kernel/drivers/pci.c
AgeCommit message (Collapse)Author
2024-07-11PCI: Fix bug not account for different bar indexAnton Kling
2024-02-21New clang-format optionsAnton Kling
2023-11-15PCI: Add interrupt handler functionsAnton Kling
2023-11-12Kernel/PCI: Add functions for getting BAR and specific PCI devices byAnton Kling
class
2023-11-10Kernel Style: Change uint*_t -> u*Anton Kling
2023-10-31Meta: Move kernel and userland to their own folders.Anton Kling
This is to allow both the kernel and the userland to share certain header files and to make the folder structure a bit more clear.