sortix-mirror/kernel/disk/ata
Jonas 'Sortie' Termansen 898bdef447 Speed up ata(4) 400 ns waits.
Waiting for any non-zero duration currently waits for at least one timer
cycle (10 ms), which is especially expensive during early boot.

The current workaround of simply reading the status 14 times seems really
suspicious although the osdev wiki documents it, but let's see how well it
works on real hardware, it's probably good enough.

Try to determine the initial selected drive to save one drive selection.
2023-03-21 23:59:17 +01:00
..
ata.cpp Add ATAPI support to ata(4). 2021-06-27 13:54:56 +02:00
ata.h Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
hba.cpp Speed up ata(4) 400 ns waits. 2023-03-21 23:59:17 +01:00
hba.h Fix drivers not detecting PCI devices without an interrupt line. 2016-08-21 00:03:58 +02:00
port.cpp Speed up ata(4) 400 ns waits. 2023-03-21 23:59:17 +01:00
port.h Add ATAPI support to ata(4). 2021-06-27 13:54:56 +02:00
registers.h Add ATAPI support to ata(4). 2021-06-27 13:54:56 +02:00