1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 03:21:01 +00:00
serenity/Kernel/Storage
Liav A b91df26d4a Kernel/Interrupts: Return boolean on whether we handled the interrupt
If we are in a shared interrupt handler, the called handlers might
indicate it was not their interrupt, so we should not increment the
call counter of these handlers.
2021-06-17 16:53:25 +02:00
..
Partition
AHCI.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
AHCIController.cpp
AHCIController.h
AHCIPort.cpp
AHCIPort.h
AHCIPortHandler.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
AHCIPortHandler.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
ATA.h
BMIDEChannel.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
BMIDEChannel.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
IDEChannel.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
IDEChannel.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
IDEController.cpp
IDEController.h
PATADiskDevice.cpp
PATADiskDevice.h
RamdiskController.cpp
RamdiskController.h
RamdiskDevice.cpp
RamdiskDevice.h
SATADiskDevice.cpp
SATADiskDevice.h
StorageController.h
StorageDevice.cpp Kernel: Remove various other uses of ssize_t 2021-06-16 21:29:36 +02:00
StorageDevice.h
StorageManagement.cpp
StorageManagement.h