[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 05/12] next-cube.c: update and improve dma_ops
From: |
Thomas Huth |
Subject: |
Re: [PATCH 05/12] next-cube.c: update and improve dma_ops |
Date: |
Sat, 16 Dec 2023 20:55:47 +0100 |
Am Fri, 15 Dec 2023 20:00:02 +0000
schrieb Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>:
> Rename dma_ops to next_dma_ops and the read/write functions to next_dma_read()
> and next_dma_write() respectively, mark next_dma_ops as DEVICE_BIG_ENDIAN and
> also improve the consistency of the val variable in next_dma_read() and
> next_dma_write().
>
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> ---
> hw/m68k/next-cube.c | 100 ++++++++++++++++++++++++++++----------------
> 1 file changed, 63 insertions(+), 37 deletions(-)
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
- [PATCH 00/12] next-cube: various tidy-ups and improvements, Mark Cave-Ayland, 2023/12/15
- [PATCH 04/12] next-cube.c: update scr_ops to properly use modern memory API, Mark Cave-Ayland, 2023/12/15
- [PATCH 05/12] next-cube.c: update and improve dma_ops, Mark Cave-Ayland, 2023/12/15
- Re: [PATCH 05/12] next-cube.c: update and improve dma_ops,
Thomas Huth <=
- [PATCH 09/12] next-cube.c: move static old_scr2 variable to NeXTPC, Mark Cave-Ayland, 2023/12/15
- [PATCH 07/12] next-cube.c: move static phase variable to NextRtc, Mark Cave-Ayland, 2023/12/15
- [PATCH 08/12] next-cube.c: move LED logic to new next_scr2_led_update() function, Mark Cave-Ayland, 2023/12/15
- [PATCH 02/12] next-cube.c: don't pulse SCSI DMA IRQ upon reception of FLUSH command, Mark Cave-Ayland, 2023/12/15