[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 03/34] next-cube: create new next.scsi container memory re
From: |
Thomas Huth |
Subject: |
Re: [PATCH v2 03/34] next-cube: create new next.scsi container memory region |
Date: |
Sat, 14 Dec 2024 06:26:23 +0100 |
Am Thu, 12 Dec 2024 11:45:49 +0000
schrieb Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>:
> Move the ESP SCSI and SCSI CSR registers to the new next.scsi container memory
> region.
>
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> ---
> hw/m68k/next-cube.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
- [PATCH v2 00/34] next-cube: more tidy-ups and improvements, Mark Cave-Ayland, 2024/12/12
- [PATCH v2 01/34] next-cube: remove 0x14020 dummy value from next_mmio_read(), Mark Cave-Ayland, 2024/12/12
- [PATCH v2 03/34] next-cube: create new next.scsi container memory region, Mark Cave-Ayland, 2024/12/12
- [PATCH v2 02/34] next-cube: remove overlap between next.dma and next.mmio memory regions, Mark Cave-Ayland, 2024/12/12
- [PATCH v2 04/34] next-cube: move next_scsi_init() to next_pc_realize(), Mark Cave-Ayland, 2024/12/12
- [PATCH v2 05/34] next-cube: introduce next_pc_init() object init function, Mark Cave-Ayland, 2024/12/12
- [PATCH v2 07/34] next-cube: move SCSI CSRs from next-pc to the next-scsi device, Mark Cave-Ayland, 2024/12/12
- [PATCH v2 09/34] next-cube: move floppy disk MMIO to separate memory region in next-pc, Mark Cave-Ayland, 2024/12/12
- [PATCH v2 08/34] next-cube: move SCSI 4020/4021 logic from next-pc device to next-scsi device, Mark Cave-Ayland, 2024/12/12