Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One ide command for nsector_per_block generates nsector_per_block int…
…errupts, instead of 1. ideintr() should wait for nsector_per_block interrupts before waking up the reader; now it wakes up the reader after 1 interrupt, which apparently means that the first sector is available of the command instead of all. For now keep BSIZE to 512.
- Loading branch information