Difference between revisions of "Scsiport.sys"

From ReactOS Wiki
Jump to: navigation, search
m
(Replaced content with "{{DISPLAYTITLE:scsiport.sys}} {{Stub}} {{Code history|drivers/storage/scsiport}} Category:Development Category:Drivers")
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/scsiport/?view=log
+
{{DISPLAYTITLE:scsiport.sys}}
 +
{{Stub}}
 +
{{Code history|drivers/storage/scsiport}}
  
[[ChangeLog-0.1.0]]
+
[[Category:Development]]
* ScsiPort: Build the hardware device map for each SCSI port ([[Eric Kohl]])
+
[[Category:Drivers]]
 
 
[[ChangeLog-0.1.4]]
 
* Device searching ([[Eric Kohl]])
 
* Implementation of ScsiPortGetPhysicalAddress() and ScsiPortGetVirtualAddress() ([[Eric Kohl]])
 
 
 
[[ChangeLog-0.1.5]]
 
* ScsiClassAsynchronousCompletion and ScsiClassReleaseQueue implementations ([[Eric Kohl]])
 
 
 
[[ChangeLog-0.2.2]]
 
 
 
*Implemented ScsiPortGetPhysicalAddress for Srb buffers ([[Hartmut Birr]])
 
*Fixed the initializing of the access ranges ([[Hartmut Birr]])
 
*Rewrote the code which handles processing of irp's and notifications from miniport ([[Hartmut Birr]])
 
*Changes to make AHA-2940 detect devices ([[Eric Kohl]])
 
*Added allocation of SrbExtension ([[Filip Navara]])
 

Latest revision as of 07:42, 15 May 2014

The page Scsiport.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/scsiport)