IDE DMA update 1
All checks were successful
Build website / build-and-deploy (push) Successful in 2m13s

This commit is contained in:
2026-04-30 20:14:57 +02:00
parent 3e32931002
commit 34c9793979

View File

@@ -8,6 +8,11 @@ Kamil Kowalczyk
In this article I'd like to show you, how I've added DMA support to MOP3's IDE driver! In this article I'd like to show you, how I've added DMA support to MOP3's IDE driver!
Code to follow along:
1. https://git.kamkow1lair.pl/kamkow1/mop3/src/branch/master/kernel/device/storage/idedrv.c
2. https://git.kamkow1lair.pl/kamkow1/mop3/src/branch/master/kernel/device/storage/idedrv.h
3. https://git.kamkow1lair.pl/kamkow1/mop3/src/branch/master/kernel/device/pci/pci_ide.c
== Terminology == Terminology
1. PRD = Physical Region Descriptor 1. PRD = Physical Region Descriptor