banan-os/kernel/include/kernel/Storage/ATA
Bananymous c07fd265f0 Kernel: Add support for ATA CHS addressing and cleanup code
I thought that I had an PC without LBA support so I implement support
for CHS. Turns out that my ATA device detection was broken and was no
device on that port and initialize data was just garbage.

Now that I added CHS, I guess I should just keep it in :)

Both ATA read and write are now combined into a single function to avoid
code duplication.
2024-11-19 20:39:32 +02:00
..
AHCI Kernel: Rewrite the whole scheduler and re-architecture SMP handling 2024-07-22 00:33:50 +03:00
ATABus.h Kernel: Add support for ATA CHS addressing and cleanup code 2024-11-19 20:39:32 +02:00
ATAController.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
ATADefinitions.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
ATADevice.h Kernel: Add support for ATA CHS addressing and cleanup code 2024-11-19 20:39:32 +02:00