Difference between revisions of "Class2.sys"

From ReactOS Wiki
Jump to: navigation, search
m
(added description from the source code comment)
 
(2 intermediate revisions by 2 users not shown)
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]]
+
=== Purpose ===
* Implementation ScsiClassModeSense ([[Eric Kohl]])
+
Class2.sys implements routines for SCSI Class drivers
  
[[ChangeLog-0.2.1]]
+
=== Design ===
 +
TBD
  
* Wait a little between retries. Fixes bug #106 ([[Gé van Geldorp]])
+
=== Status ===
 +
TBD
  
[[ChangeLog-0.2.2]]
+
[[Category:Development]]
*Wait a little between retries, fixes bug #106 ([[Ge van Geldorp]])
+
[[Category:Drivers]]
*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]])
 

Latest revision as of 13:03, 21 May 2019

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)

Purpose

Class2.sys implements routines for SCSI Class drivers

Design

TBD

Status

TBD