Finished Floppy Driver
Monday, February 06, 2006
With the addition of about ten lines of code the floppy driver now supports writing :) The readBlock() method was modified slightly to issue a write command instead of read, and the DMA routine changed to let the floppy controller read the buffer upon a floppy write instead of write to it upon a floppy read. Slightly confusing but it works, renamed it to rwBlock() so you can either read or write with the same function, just pass in the mode you want. The code is up in CVS. floppy_seek() was also changed slightly.
