summaryrefslogtreecommitdiff
path: root/Kernel/Storage/AHCIController.h
AgeCommit message (Expand)Author
2021-11-13Kernel/Storage: Move all ATA related code to a new subdirectoryLiav A
2021-10-09Kernel/Storage: Unify all ATA devicesLiav A
2021-09-29Kernel/PCI: Cache interrupt line and interrupt pin of a deviceLiav A
2021-09-29Kernel/PCI: Propagate usage of DeviceIdentifier everywhereLiav A
2021-08-23Kernel: Rename PCI::DeviceController => PCI::DeviceLiav A
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-05-29Kernel/Storage: Rename the method hba_region => default_hba_regionLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Kernel: Remove type from StorageDevice classJean-Baptiste Boric
2021-03-21Kernel/AHCI: Use interrupts for IO operationsLiav A
2021-03-05Kernel: Add basic AHCI functionalityLiav A