Skip to content

Commit

Permalink
fix disk bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Sep 7, 2006
1 parent 3c821bf commit 21eafd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ ide_rw(int diskno, uint secno, void *addr, uint nsecs, int read)
wakeup(&disk_queue);
tail = (tail + 1) % NREQUEST;

// Start next request in queue, if any.
ide_start_request();

release(&ide_lock);
}

Expand Down

0 comments on commit 21eafd4

Please sign in to comment.