Enhanced floppy driver to read up to an entire track at a time
authorPhillip Susi <phreak@iag.net>
Mon, 18 Jun 2001 03:14:24 +0000 (03:14 +0000)
committerPhillip Susi <phreak@iag.net>
Mon, 18 Jun 2001 03:14:24 +0000 (03:14 +0000)
commit439bc219e0f7705cd98158b19f6478c172363e7f
tree9b6d47836c7bd6b727faf92232a9709322cb522d
parentd28ae7e82f4943b3fc5b4246179296ada8bfbe42
Enhanced floppy driver to read up to an entire track at a time
Not sure if I did this correctly, but it seems to work:

By accident, I noticed that it seems to return more than the sector you requested if you program the DMAC to transfer more than one sector of bytes, so I decided to go with it.

Minor fixes.

svn path=/trunk/; revision=1987
reactos/drivers/dd/floppy/dpc.c
reactos/drivers/dd/floppy/floppy.c
reactos/drivers/dd/floppy/floppy.h
reactos/drivers/dd/floppy/isr.c