Re: [PATCH 4/4] esp-pci.c: set DMA_STAT_BCMBLT when BLAST command issued

2024-01-12 Thread Guenter Roeck
On Fri, Jan 12, 2024 at 01:15:29PM +, Mark Cave-Ayland wrote: > Even though the BLAST command isn't fully implemented in QEMU, the > DMA_STAT_BCMBLT > bit should be set after the command has been issued to indicate that the > command > has completed. > > This fixes an issue with the DC390 DO

[PATCH 4/4] esp-pci.c: set DMA_STAT_BCMBLT when BLAST command issued

2024-01-12 Thread Mark Cave-Ayland
Even though the BLAST command isn't fully implemented in QEMU, the DMA_STAT_BCMBLT bit should be set after the command has been issued to indicate that the command has completed. This fixes an issue with the DC390 DOS driver which issues the BLAST command as part of its normal error recovery rout