Re: [PATCH 06/36] next-cube: move next_scsi_init() to next_pc_realize()

2024-10-27 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:22 +0100 schrieb Mark Cave-Ayland : > This reflects that the SCSI interface exists within the NeXT Peripheral > Controller (PC). > > Signed-off-by: Mark Cave-Ayland > --- > hw/m68k/next-cube.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Reviewed-by: T

[PATCH 06/36] next-cube: move next_scsi_init() to next_pc_realize()

2024-10-23 Thread Mark Cave-Ayland
This reflects that the SCSI interface exists within the NeXT Peripheral Controller (PC). Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/m68k/next-cube.c b/hw/m68k/next-cube.c index 9e457fdf12..0c3f8780a1 100644