mirror of https://github.com/xemu-project/xemu.git
Enable Selection command (NetBSD)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3117 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
96c4f56984
commit
74ec604813
hw
3
hw/esp.c
3
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;
|
||||
|
|
Loading…
Reference in New Issue