Difference between revisions of "Floppy.sys"

From ReactOS Wiki
Jump to: navigation, search
m (changelog 0.3.4)
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/floppy/?view=log
+
{{Stub}}
 +
{{Code history|drivers/storage/floppy}}
  
[[ChangeLog-0.2.2]]
+
[[Category:Development]]
 
+
[[Category:Drivers]]
*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)
 
 
 
 
 
[[Category:BNWIP]]
 

Revision as of 07:27, 15 May 2014

The page Floppy.sys is a short article on something that should have a lot more information written on it.
If you know anything else about it, you are STRONGLY encouraged to add the information in. If you are unsure of proper formatting or style, add it to the talk page or this page itself as you think best and others will help.


Commit history (Source code can be found in: /reactos/drivers/storage/floppy)