ladybird/Kernel/Devices/Storage/SD
Daniel Bertalan 6eb06384b3 Kernel: Increase SD Data Timeout
Otherwise, reading will sometimes fail on the Raspberry Pi.

This is mostly a hack, the spec has some info about how the correct
divisor should be calculated and how we can recover from timeouts.
2023-06-30 23:45:47 +02:00
..
Commands.h Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
PCISDHostController.cpp Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
PCISDHostController.h Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
Registers.h Kernel: Make the PresentState register a bitfield in the SDHC driver 2023-06-30 23:45:47 +02:00
SDHostController.cpp Kernel: Increase SD Data Timeout 2023-06-30 23:45:47 +02:00
SDHostController.h Kernel: Wait for transactions to complete before stopping SD clock 2023-06-30 23:45:47 +02:00
SDMemoryCard.cpp Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
SDMemoryCard.h Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00