Re: [PATCH 08/36] next-cube: introduce next-scsi device

2024-10-27 Thread Thomas Huth
Am Wed, 23 Oct 2024 09:58:24 +0100 schrieb Mark Cave-Ayland : > This device is intended to hold the ESP SCSI controller and the NeXT SCSI > CSRs. > Start by creating the device and moving the ESP SCSI controller to be an > embedded child device. > > Signed-off-by: Mark Cave-Ayland > --- > hw/m

[PATCH 08/36] next-cube: introduce next-scsi device

2024-10-23 Thread Mark Cave-Ayland
This device is intended to hold the ESP SCSI controller and the NeXT SCSI CSRs. Start by creating the device and moving the ESP SCSI controller to be an embedded child device. Signed-off-by: Mark Cave-Ayland --- hw/m68k/next-cube.c | 93 - 1 file chang