summaryrefslogtreecommitdiff
path: root/Kernel/Bus/PCI/Definitions.h
AgeCommit message (Expand)Author
2023-03-25Kernel: Add support for Intel HDAJelle Raaijmakers
2023-01-26Kernel/PCI: Hold a reference to DeviceIdentifier in the Device classLiav A
2022-09-23Kernel: Introduce the IOWindow classLiav A
2022-09-20Kernel/PCI: Convert PCI BAR number to a strong typed enum classLiav A
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'Linus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-26Kernel: Use C++17 namespace style for nested PCI namespaceb14ckcat
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-19Kernel/PCI: Don't cast a domain number to u16Liav A
2022-01-08Kernel/PCI: Split host bridge code from the Access singletonLiav A
2022-01-01Kernel/NVMe: Add initial NVMe driver supportPankaj Raghav
2021-12-11Kernel: Remove unused String.h includesHendiadyoin1
2021-12-09Kernel: Pass capabilities as const reference in PCI::AddressHendiadyoin1
2021-12-09Kernel: Mark PCI::Address as trivially copyableHendiadyoin1
2021-11-23Kernel: Implement AC97 audio device driverJelle Raaijmakers
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-09-29Kernel/PCI: Remove all macros and replace them with enum classesLiav A
2021-09-29Kernel/PCI: Cache interrupt line and interrupt pin of a deviceLiav A
2021-09-29Kernel: Rename two PCI componentsLiav A
2021-09-29Kernel/PCI: Cache more details about PCI devices when enumerating themLiav A
2021-09-07Kernel/PCI: Simplify the entire subsystemLiav A
2021-08-31Kernel/PCI: Fix offset error of the PCI_SUBSYSTEM valuesLiav A
2021-08-23Kernel: Rename PCI::DeviceController => PCI::DeviceLiav A
2021-08-23Kernel/PCI: Delete PCI::Device in its current formLiav A
2021-08-18Kernel: Const defines for PCI IDs for storage controllerspanky-codes
2021-07-08Kernel: Use range-for wherever possibleDaniel Bertalan
2021-07-02Kernel/PCI: Move the PCI components as a subfolder to the Bus directoryLiav A