On 10/25/25 18:59, BALATON Zoltan wrote:
On Sat, 25 Oct 2025, [email protected] wrote:
From: Soumyajyotii Ssarkar <[email protected]>
Add an emulation for the NCR 53c710 SCSI chip.
This SCSI chip was used widely in historic machines, e.g. as SCSI core
in the LASI controller in HP PA-RISC machines.
Shouldn't this patch come before the previous one as it defines
functions that the LASI glue uses so I wonder if this compiles
without this patch?
You catched me :-)
Basically you are right.
Logically it belongs before the next patch, but since it's not wired
up in the meson.build makefile yet, it will not be compiled yet.
I looked at switching both patches, but since it would not have had
any effect I just kept it as is.
Helge