1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 03:31:00 +00:00
serenity/Kernel/Storage/ATA/AHCI
Pankaj Raghav 6c7ee5344c Kernel: Add MSI support to AHCI
Add MSI support to AHCI. Prefer MSI interrupts over pin-based
interrupts.
2023-05-16 23:22:12 +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/Storage: Remove indication for possible future support of ATAPI 2023-03-08 01:41:51 +01:00
Port.h Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability 2023-04-08 13:44:21 +02:00