projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e7ada
)
IDE should send irq after WIN_DIAGNOSE (Tristan Gingold).
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Dec 2007 22:15:29 +0000
(22:15 +0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Dec 2007 22:15:29 +0000
(22:15 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3808
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/ide.c
patch
|
blob
|
history
diff --git
a/hw/ide.c
b/hw/ide.c
index 2183f314bb4ab023c81a3fd3ae68a95736aa38b9..13a880bec6f62d31cf21e8bc3a11aa9e04fa2d77 100644
(file)
--- a/
hw/ide.c
+++ b/
hw/ide.c
@@
-2042,6
+2042,7
@@
static void ide_ioport_write(void *opaque, uint32_t addr, uint32_t val)
ide_set_signature(s);
s->status = 0x00; /* NOTE: READY is _not_ set */
s->error = 0x01;
+ ide_set_irq(s);
break;
case WIN_SRST:
if (!s->is_cdrom)