1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:25:10 +00:00
serenity/Kernel/Storage/ATA/AHCI
Pankaj Raghav dabc6dd962 Kernel/ScatterGatherList: Add region_name as a part of try_create API
Remove the hardcoded "AHCI Scattered DMA" for region name as it is a
part of a common API. Add region_name parameter to the try_create API
so that this API can be used by other drivers with the correct Memory
region name.
2023-05-19 22:04:37 +02:00
..
Controller.cpp Kernel: Add MSI support to AHCI 2023-05-16 23:22:12 +02:00
Controller.h Kernel: Refactor AHCIController to propagate more errors 2023-03-16 09:55:15 +01:00
Definitions.h Kernel/Storage: Move ATA device signature definitions to a general file 2022-07-19 11:07:34 +01:00
InterruptHandler.cpp Kernel: Add MSI support to AHCI 2023-05-16 23:22:12 +02:00
InterruptHandler.h Kernel: Add MSI support to AHCI 2023-05-16 23:22:12 +02:00
Port.cpp Kernel/ScatterGatherList: Add region_name as a part of try_create API 2023-05-19 22:04:37 +02:00
Port.h Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability 2023-04-08 13:44:21 +02:00