From 94684dbc4ff72277b55e69a25b5e9dd07269d280 Mon Sep 17 00:00:00 2001 From: pjht Date: Thu, 30 Mar 2023 10:01:31 -0500 Subject: [PATCH] Remove unnecessary DMA design document --- dma_design | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 dma_design diff --git a/dma_design b/dma_design deleted file mode 100644 index 6505bee..0000000 --- a/dma_design +++ /dev/null @@ -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.