summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/esp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/esp.c b/hw/esp.c
index bce85262f8..d28229c4a7 100644
--- a/hw/esp.c
+++ b/hw/esp.c
@@ -517,6 +517,8 @@ static void esp_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val)
case CMD_ICCS:
DPRINTF("Initiator Command Complete Sequence (%2.2x)\n", val);
write_response(s);
+ s->rregs[ESP_RINTR] = INTR_FC;
+ s->rregs[ESP_RSTAT] |= STAT_MI;
break;
case CMD_MSGACC:
DPRINTF("Message Accepted (%2.2x)\n", val);