Cancel IDE callback on early IDE reset.
This commit is contained in:
parent
491a885ab2
commit
876db9f38c
1 changed files with 2 additions and 0 deletions
|
|
@ -723,6 +723,8 @@ void writeide(int ide_board, uint16_t addr, uint8_t val)
|
|||
ide->head=0;
|
||||
ide->cylinder=0;
|
||||
ide->reset = 0;
|
||||
idecallback[ide_board] = 0;
|
||||
timer_update_outstanding();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue