Difference between revisions of "Floppy.sys"

From ReactOS Wiki
Jump to: navigation, search
m (Created page with "http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/floppy/?view=log ChangeLog-0.2.2 *First import of in-progress floppy driver replacement (Vizzini) *Prop…")
 
m
Line 13: Line 13:
 
*Fixed two race conditions with motor power-off; now handles disk change detection ([[Vizzini]])
 
*Fixed two race conditions with motor power-off; now handles disk change detection ([[Vizzini]])
 
*Turn off skip bit to support VMWare FDC ([[Vizzini]])
 
*Turn off skip bit to support VMWare FDC ([[Vizzini]])
 +
 +
 +
 +
[[Category:BNWIP]]

Revision as of 04:58, 3 April 2012

http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/floppy/?view=log

ChangeLog-0.2.2

  • First import of in-progress floppy driver replacement (Vizzini)
  • Properly set the length of the transfer so FastFat won't assert on us (Vizzini)
  • Implement support for split DMA transfers (Vizzini)
  • Fixed an off-by-one bug for sector calculation (Vizzini)
  • Fixed CHS computation bug (Vizzini)
  • Added arc path support (Vizzini)
  • Fixed some start/stop motor timing bugs (Vizzini)
  • Figured out the Real Deal with Model 30 support (Vizzini)
  • Fixed two race conditions with motor power-off; now handles disk change detection (Vizzini)
  • Turn off skip bit to support VMWare FDC (Vizzini)