diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2024-01-12 12:53:46 +0000 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2024-02-13 19:37:28 +0000 |
commit | 8baa14728b43f6bd61ba7074af166a1c98c3adac (patch) | |
tree | 8cb3714a68b233c7249d4f182817ee298596030a /include/hw | |
parent | bb272e245b7660403387144722a94b270e5bba6d (diff) | |
download | qemu-8baa14728b43f6bd61ba7074af166a1c98c3adac.zip qemu-8baa14728b43f6bd61ba7074af166a1c98c3adac.tar.gz qemu-8baa14728b43f6bd61ba7074af166a1c98c3adac.tar.bz2 |
esp.c: move CMD_ICCS command logic to esp_do_dma()
The special logic in write_response_pdma_cb() is now no longer required since
esp_do_dma() can be used as a direct replacement.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tested-by: Helge Deller <deller@gmx.de>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20240112125420.514425-55-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/scsi/esp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/scsi/esp.h b/include/hw/scsi/esp.h index a4b2ed1..0207fdd 100644 --- a/include/hw/scsi/esp.h +++ b/include/hw/scsi/esp.h @@ -152,7 +152,6 @@ struct SysBusESPState { /* PDMA callbacks */ enum pdma_cb { - WRITE_RESPONSE_PDMA_CB = 3, DO_DMA_PDMA_CB = 4 }; |