changeset 98:4c95696c27d6
Cancel IDE callback on early IDE reset.
| author |
TomW |
| date |
Fri Apr 18 11:54:52 2014 +0100 |
| parents |
6ddadbcbcfe0 |
| children |
9bc3bcf7c871 |
| files |
src/ide.c |
| diffstat |
1 files changed, 2 insertions(+), 0 deletions(-)
[+]
|
line diff
1.1 --- a/src/ide.c Wed Apr 09 20:32:54 2014 +0100
1.2 +++ b/src/ide.c Fri Apr 18 11:54:52 2014 +0100
1.3 @@ -723,6 +723,8 @@
1.4 ide->head=0;
1.5 ide->cylinder=0;
1.6 ide->reset = 0;
1.7 + idecallback[ide_board] = 0;
1.8 + timer_update_outstanding();
1.9 return;
1.10 }
1.11