refactor: abstract out the code for prdte creation (by imposing a constrain on buffer...
authorMinep <zelong56@gmail.com>
Thu, 7 Jul 2022 16:52:37 +0000 (17:52 +0100)
committerMinep <zelong56@gmail.com>
Thu, 7 Jul 2022 16:52:37 +0000 (17:52 +0100)
commit5a8d4ebecaa50af25bd53c3b2236dca77a14eb81
treecc7885a002c5cc70f759457449ca6c6083d16ea3
parent88d981e8325ea91ca6ca21cdba3c73308fe84541
refactor: abstract out the code for prdte creation (by imposing a constrain on buffer size should not >4MiB)
fix: free the alloced dma memory when we done the io test
lunaix-os/hal/ahci/ahci.c
lunaix-os/hal/ahci/ata.c
lunaix-os/hal/ahci/atapi.c
lunaix-os/includes/hal/ahci/hba.h
lunaix-os/kernel/proc0.c