From 7500f5c2026cee5f746c2d6e6da5397897d68923 Mon Sep 17 00:00:00 2001 From: blueswir1 Date: Sat, 11 Aug 2007 07:58:41 +0000 Subject: [PATCH] Enable Selection command (NetBSD) --- hw/esp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/esp.c b/hw/esp.c index 5a7e4ac6b6..613d6ae2d7 100644 --- a/hw/esp.c +++ b/hw/esp.c @@ -464,6 +464,9 @@ static void esp_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val) DPRINTF("Set ATN & stop (%2.2x)\n", val); handle_satn_stop(s); break; + case 0x44: + DPRINTF("Enable selection (%2.2x)\n", val); + break; default: DPRINTF("Unhandled ESP command (%2.2x)\n", val); break; -- 2.11.4.GIT