summaryrefslogtreecommitdiff
path: root/Kernel/Storage/AHCIController.cpp
AgeCommit message (Expand)Author
2021-08-23Kernel: Rename PCI::DeviceController => PCI::DeviceLiav A
2021-08-06Kernel: Add convenience values to the Memory::Region::Access enumAndreas Kling
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-07-22Everywhere: Prefer using {:#x} over 0x{:x}Gunnar Beutner
2021-07-11Kernel: Remove unused header includes in Storage subtreeBrian Gianforcaro
2021-06-25Kernel/AHCI: Dont assume ports start at 0Alexander
2021-05-29Kernel/Storage: Remove the None option from AHCI reset policyLiav A
2021-05-29Kernel/Storage: Rename the method hba_region => default_hba_regionLiav A
2021-05-15Kernel/AHCI: Get BOH and NVMP from extended capabilitiesLuke
2021-05-15AHCIController: Fix off-by-one mistake (#7144)Alexander Richards
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-23Revert "Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11"Liav A
2021-03-21Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11Liav A
2021-03-18Kernel/Storage: Add a whole bunch of AHCI debug outputLuke
2021-03-18Kernel/Storage: Add AHCI Extended HBA CapabilitiesLuke
2021-03-18Kernel/Storage: Fix typos in HBA capabilitiesLuke
2021-03-13Kernel: Don't reset AHCI ports during boot unless requestedLiav A
2021-03-05Kernel: Add basic AHCI functionalityLiav A