1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 18:55:07 +00:00
serenity/Kernel/Storage/ATA/GenericIDE
Liav A 48730ff8ec Kernel/Storage: Force PIO mode for ISA IDE controllers
ISA IDE controllers don't support Bus-master DMA as this feature is only
available for PCI IDE controllers. Therefore, don't try to use DMA mode
for such hardware.
2022-09-20 19:05:13 +01:00
..
Channel.cpp Kernel/Storage: Force PIO mode for ISA IDE controllers 2022-09-20 19:05:13 +01:00
Channel.h Kernel: Move PCI IDE driver code to the Arch/x86 directory 2022-09-20 18:43:05 +01:00
Controller.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
Controller.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00