summaryrefslogtreecommitdiff
path: root/Kernel/PCI/Access.cpp
AgeCommit message (Expand)Author
2020-12-22Kernel/PCI: Add a bunch of debug output to accessorsLuke
2020-12-21Kernel: Add a method to retrieve the Physical ID for a PCI addressLiav A
2020-12-21PCI: Add list of capabilities for each device during first enumerationLiav A
2020-11-01Kernel: Map PCI devices only once during bootLiav A
2020-09-03Kernel: Add PCI::get_programming_interface(PCI::Address)Andreas Kling
2020-04-11Kernel: Keep records of PCI::Address & PCI::ID pairs for enumerationLiav A
2020-04-08Kernel: Use nested Kernel::PCI namespaces more to reduce PCI:: spamAndreas Kling
2020-04-08Kernel: Add some human-readable I/O helpers in PCI/Access.cppAndreas Kling
2020-04-08Kernel: Remove an unnecessary layer of indirection in the PCI codeAndreas Kling
2020-03-22Kernel: Run clang-format on filesShannon Booth
2020-03-09Kernel: Allow to reboot in ACPI via PCI or MMIO accessLiav A
2020-03-06Meta: Claim copyright on `PCI` filesLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-02-24Kernel: Add PCI helpers to enable and disable the interrupt lineLiav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-02Kernel: Detect devices when enumerating the PCI busLiav A
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-14Kernel: Remove problematic memory mapping methodsLiav A
2020-01-02Kernel: Create support for PCI ECAMLiav A