--- hw/ide.c Wed May 9 20:25:36 2007 +++ hw/ide.c Thu May 17 22:36:25 2007 @@ -2176,6 +2176,7 @@ s->status = 0x00; /* NOTE: READY is _not_ set */ else s->status = READY_STAT | SEEK_STAT; + s->cur_drive = s; ide_set_signature(s); } }