diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-11-16 15:46:05 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-11-16 15:46:05 +0000 |
commit | 4ce900b44cb7542f49a898482ea9627011b02eb6 (patch) | |
tree | 52f72c636ecaf003d5c521e5d821f2519787bdc7 /hw/ide.c | |
parent | f3f2d9be03816c991fff05ba30e6d9490005d282 (diff) |
make windows happier
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@460 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ide.c')
-rw-r--r-- | hw/ide.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1120,6 +1120,12 @@ static void ide_ioport_write(CPUX86State *env, uint32_t addr, uint32_t val) } ide_set_irq(s); break; + case WIN_VERIFY: + case WIN_VERIFY_ONCE: + /* do sector number check ? */ + s->status = READY_STAT; + ide_set_irq(s); + break; case WIN_READ: case WIN_READ_ONCE: s->req_nb_sectors = 1; |