Difference between revisions of "Scsiport.sys"

From ReactOS Wiki
Jump to: navigation, search
m
m
Line 10: Line 10:
 
[[ChangeLog-0.1.5]]
 
[[ChangeLog-0.1.5]]
 
* ScsiClassAsynchronousCompletion and ScsiClassReleaseQueue implementations ([[Eric Kohl]])
 
* 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]])

Revision as of 03:23, 5 March 2012

http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/scsiport/?view=log

ChangeLog-0.1.0

  • ScsiPort: Build the hardware device map for each SCSI port (Eric Kohl)

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)