commit | 1f711d2ae89a9753b48c67373936d46a2b75578a | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Mar 02 21:26:54 2013 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Mar 03 15:45:01 2013 -0500 |
tree | 96a590d3a98139fa80c6d0465fe7c46d9bec59a0 | |
parent | 6e529bdae4922f48c0d7eaa31613b7a9230e8f95 [diff] |
floppy: Clean up Check Interrupt Status code. Don't run the Check Interrupt Status command from the floppy hardware interrupt handler. Instead, run it where it is needed - after controller startup and after a recalibration command. Also, use floppy_pio() to issue the command instead of open coding it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>