]> xenbits.xensource.com Git - seabios.git/commit
esp-scsi: indicate acceptance of MESSAGE IN phase data
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Thu, 29 Aug 2024 11:58:46 +0000 (12:58 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 4 Sep 2024 10:05:56 +0000 (12:05 +0200)
commit2424e4c04aa30d90e85073ea41d18a7845460783
tree900b7325d6c8880a7e350cf3537c23cc4bec8d7a
parentec0bc256ae0ea08a32d3e854e329cfbc141f07ad
esp-scsi: indicate acceptance of MESSAGE IN phase data

When the target has sent its MESSAGE IN phase data to the initiator, it waits
for the initiator to release the ACK signal before disconnecting from the bus.

Send a MSG_ACC command to the ESP so that the initiator releases the ACK signal
to allow the target to disconnect, and also return the ASC back to the
disconnected state.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-ID: <20240829115846.954993-1-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/hw/esp-scsi.c