Difference between revisions of "Floppy.sys"

From ReactOS Wiki
Jump to: navigation, search
m
m (changelog 0.3.4)
Line 14: Line 14:
 
*Turn off skip bit to support VMWare FDC ([[Vizzini]])
 
*Turn off skip bit to support VMWare FDC ([[Vizzini]])
  
 +
[[ChangeLog-0.3.4]]
 +
* Fixed the issue with floppy.sys hanging on boot ([[Cameron Gutman]], bug #1508)
  
  
 
[[Category:BNWIP]]
 
[[Category:BNWIP]]

Revision as of 09:04, 12 December 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)

ChangeLog-0.3.4

  • Fixed the issue with floppy.sys hanging on boot (Cameron Gutman, bug #1508)