summaryrefslogtreecommitdiff
path: root/Kernel/Storage/AHCIPortHandler.cpp
AgeCommit message (Expand)Author
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-05-29Kernel/Storage: Remove the None option from AHCI reset policyLiav A
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-18Kernel/Storage: Add a whole bunch of AHCI debug outputLuke
2021-03-13Kernel: Don't reset AHCI ports during boot unless requestedLiav A
2021-03-05Kernel: Add basic AHCI functionalityLiav A