summaryrefslogtreecommitdiff
path: root/Kernel/Storage/AHCI.h
AgeCommit message (Expand)Author
2021-06-25Kernel/AHCI: Fix shift of 1Alexander
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-27Kernel: Generalize the ATAIdentifyBlock structureLiav A
2021-03-21Kernel/AHCI: Add a method to get raw interrupt enable registerLiav A
2021-03-21Kernel: Fix undefined behavior due to shifting out of boundsLiav A
2021-03-18Kernel/Storage: Add AHCI Extended HBA CapabilitiesLuke
2021-03-18Kernel/Storage: Fix typos in HBA capabilitiesLuke
2021-03-15Kernel/Storage: Add SATA error disambiguationLuke
2021-03-05Kernel: Add basic AHCI functionalityLiav A