bugfix: make dma_items 32-byte long (kludge)

This avoids page-split dma_items in a very dirty way
parent d78bfa41
......@@ -77,6 +77,7 @@ struct fa_dma_item {
uint32_t next_addr_l; /* 0x10 */
uint32_t next_addr_h; /* 0x14 */
uint32_t attribute; /* 0x18 */
uint32_t reserved; /* ouch */
};
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment