Difference between revisions of "Class2.sys"

From ReactOS Wiki
Jump to: navigation, search
m
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/class/class2/?view=log
+
{{Stub}}
 +
{{Code history|drivers/storage/class/class2}}
  
[[ChangeLog-0.1.3]]
+
[[Category:Development]]
* Implementation ScsiClassModeSense ([[Eric Kohl]])
+
[[Category:Drivers]]
 
 
[[ChangeLog-0.2.1]]
 
 
 
* Wait a little between retries. Fixes bug #106 ([[Gé van Geldorp]])
 
 
 
[[ChangeLog-0.2.2]]
 
*Wait a little between retries, fixes bug #106 ([[Ge van Geldorp]])
 
*Don't retry, if the request fails with SRB_STATUS_INVALID_REQUEST ([[Hartmut Birr]])
 
*Pre initialized the resulting transfer length for requests which are split ([[Hartmut Birr]])
 
*Added MediaChangeNoMedia on/off ([[Jim Tabor]])
 
 
 
[[ChangeLog-0.2.3]]
 
 
 
*Allocate for each srb its one sense info buffer ([[Hartmut Birr]])
 
*Reinitialize the transfer size if a retry is necessary in ScsiClassSendSrbSynchronous ([[Hartmut Birr]])
 
 
 
 
 
[[Category:BNWIP]]
 

Revision as of 07:25, 15 May 2014

The page Class2.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/class/class2)