Files
ladybird/Kernel
Liav A 17e7cdc6cc Kernel: Implement ScatterList for handling scattered DMA pages
This class is used in the AHCI code to handle a big request of
read/write to the disk. If we happen to encounter such request,
we will get the needed amount of physical pages from the
already-allocated physical pages in AHCIPort, and with that we
will create a ScatterList that will create a Region that maps
all of these pages in a contiguous virtual memory range.

Then, we could easily copy to/from this range, before and after
calling the operation on the StorageDevice as needed with
read or write operations.
2021-03-05 11:29:34 +01:00
..
2021-02-23 20:56:54 +01:00
2021-03-04 18:25:01 +01:00
2021-02-23 20:56:54 +01:00
2021-02-17 16:33:43 +01:00
2021-02-23 20:56:54 +01:00
2021-02-28 18:09:12 +01:00
2021-02-14 09:36:58 +01:00
2021-02-14 09:36:58 +01:00