Remove unnecessary DMA design document

This commit is contained in:
pjht 2023-03-30 10:01:31 -05:00
parent ebcd0cc493
commit 94684dbc4f
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A

View File

@ -1,3 +0,0 @@
Card new function can optionally return a DMA handler struct, backplane stores it in an array.
After every IO/memory access, backplane loops through and calls each DMA handler struct with a mutable reference to itself and a card accessor struct.
The card accessor struct takes a reference (mut/immut) and returns a reference (mut/immut respectively) to the main DMA card for that handler struct.