1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:57:44 +00:00
serenity/Kernel/Storage/ATA
Pankaj Raghav 4b2094506b Kernel: Use buffer_size from AsyncBlockDevice struct
The underlying driver does not need to recalculate the buffer size as
it is passed in the AsyncBlockDevice struct anyway. This also helps in
removing any assumptions of the underlying block size of the device.
2022-03-27 08:54:32 -07:00
..
AHCI.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
AHCIController.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
AHCIController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
AHCIPort.cpp Kernel: Make allocate_supervisor_physical_page OOM-fallible 2022-01-28 19:05:52 +02:00
AHCIPort.h Kernel: Remove unimplemented AHCIPort::is_hot_pluggable declaration 2022-01-28 19:05:52 +02:00
AHCIPortHandler.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
AHCIPortHandler.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
ATA.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
ATAController.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
ATADevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
ATADevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
ATADiskDevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
ATADiskDevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
ATAPIDiscDevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
ATAPIDiscDevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
BMIDEChannel.cpp Kernel: Use buffer_size from AsyncBlockDevice struct 2022-03-27 08:54:32 -07:00
BMIDEChannel.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
IDEChannel.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
IDEChannel.h Kernel: Clarify IDEChannel function that switches current channel 2022-01-12 01:57:38 +01:00
IDEController.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
IDEController.h Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
ISAIDEController.cpp Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
ISAIDEController.h Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
PCIIDEController.cpp Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
PCIIDEController.h Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00